feat(tui): implement prompt history (dual JSONL) #1252

Closed
brent.edwards wants to merge 1 commits from feature/m8-tui-prompt-history into master

1 Commits

Author SHA1 Message Date
brent.edwards 26d06fc183 feat(tui): implement prompt history (dual JSONL)
CI / benchmark-publish (pull_request) Has been skipped
CI / helm (pull_request) Successful in 21s
CI / build (pull_request) Successful in 23s
CI / quality (pull_request) Successful in 1m2s
CI / lint (pull_request) Successful in 3m18s
CI / typecheck (pull_request) Successful in 3m56s
CI / security (pull_request) Successful in 4m11s
CI / unit_tests (pull_request) Successful in 9m12s
CI / docker (pull_request) Successful in 1m35s
CI / coverage (pull_request) Successful in 12m13s
CI / e2e_tests (pull_request) Successful in 20m5s
CI / integration_tests (pull_request) Successful in 24m45s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Successful in 55m39s
Add per-project prompt and shell history persistence in dual JSONL files, plus prompt navigation helpers and app-level up/down history actions.

Extend Behave and Robot coverage for history storage, pruning, independent shell history, and prompt-history navigation.

ISSUES CLOSED: #1014
2026-04-01 23:03:17 +00:00