Interactive REPL #28

Open
opened 2026-04-07 20:24:50 +00:00 by austin · 0 comments
Owner

Implement the interactive session loop using prompt_toolkit.

  • Multi-line input support (for pasting code or longer descriptions)
  • Input history (up-arrow to recall previous prompts, persisted across sessions)
  • Basic keybindings: Enter to submit, Ctrl+C to cancel current generation, Ctrl+D to exit
  • Pass user input into the pipeline FSM, display results
  • Approval flow for diffs: show diff, prompt y/n/retry
  • Session state: track what's been changed, support "undo last change"

This is the user-facing shell. It should feel responsive — show progress during indexing and generation rather than blocking silently.

Implement the interactive session loop using prompt_toolkit. - Multi-line input support (for pasting code or longer descriptions) - Input history (up-arrow to recall previous prompts, persisted across sessions) - Basic keybindings: Enter to submit, Ctrl+C to cancel current generation, Ctrl+D to exit - Pass user input into the pipeline FSM, display results - Approval flow for diffs: show diff, prompt y/n/retry - Session state: track what's been changed, support "undo last change" This is the user-facing shell. It should feel responsive — show progress during indexing and generation rather than blocking silently.
Sign in to join this conversation.
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.

Dependencies

No dependencies set.

Reference
austin/localcode#28
No description provided.