Epic: Command History System #143

Open
opened 2026-03-15 04:13:35 +00:00 by freemo · 0 comments
Owner

Metadata

  • Commit Message: feat(ui): implement command history system
  • Branch: feature/command-history

Background and Context

The specification (§ Command History) describes a formal CommandHistory class with
push/previous/next/search methods, reverse incremental search (Ctrl+R), session
persistence, and integration with InputWindow.

Currently, command history is handled inline in Display#read_line with a simple
array and index.

Acceptance Criteria

  • CommandHistory class with push, previous, next, search, clear methods
  • Configurable capacity (default 1000)
  • Duplicate suppression
  • Reverse incremental search state machine (Ctrl+R)
  • Session persistence via player.info
  • Integration with InputWindow and keybinding system
  • BDD test coverage

Subtasks

  • Implement CommandHistory class
  • Implement reverse incremental search
  • Add session persistence
  • Integrate with InputWindow and keybindings

Definition of Done

This Epic is complete when all child issues are closed.

## Metadata - **Commit Message**: `feat(ui): implement command history system` - **Branch**: `feature/command-history` ## Background and Context The specification (§ Command History) describes a formal CommandHistory class with push/previous/next/search methods, reverse incremental search (Ctrl+R), session persistence, and integration with InputWindow. Currently, command history is handled inline in Display#read_line with a simple array and index. ## Acceptance Criteria - CommandHistory class with push, previous, next, search, clear methods - Configurable capacity (default 1000) - Duplicate suppression - Reverse incremental search state machine (Ctrl+R) - Session persistence via player.info - Integration with InputWindow and keybinding system - BDD test coverage ## Subtasks - [ ] Implement CommandHistory class - [ ] Implement reverse incremental search - [ ] Add session persistence - [ ] Integrate with InputWindow and keybindings ## Definition of Done This Epic is complete when all child issues are closed.
freemo added this to the (deleted) milestone 2026-03-15 04:13:35 +00:00
freemo self-assigned this 2026-03-15 04:25:25 +00:00
freemo modified the milestone from (deleted) to v1.1.0 2026-03-16 00:28:25 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: aethyr/Aethyr#143
No description provided.