Files
codetyper.cli/src
Carlos Gutierrez 3d2195f074 feat: implement execution control (pause/resume/abort) for agent mode
Adds execution control system per GitHub issue #113:
- Ctrl+P: Toggle pause/resume during agent execution
- Ctrl+Z: Abort with rollback (undo file changes)
- Ctrl+Shift+S: Toggle step-by-step mode
- Enter: Advance one step when in step mode

New files:
- src/types/execution-control.ts: Type definitions
- src/services/execution-control.ts: Control implementation with rollback
- src/constants/execution-control.ts: Keyboard shortcuts and messages

Modified:
- agent-stream.ts: Integrated execution control into agent loop
- message-handler.ts: Added control functions and callbacks
- app.tsx: Added keyboard shortcut handlers
- help-content.ts: Added help topics for new shortcuts

Closes #113
2026-02-05 18:47:29 -05:00
..
2026-02-04 21:32:30 -05:00
2026-02-04 21:32:30 -05:00
2026-02-04 21:32:30 -05:00
2026-02-04 21:32:30 -05:00
2026-02-04 21:32:30 -05:00
2026-02-04 21:32:30 -05:00
2026-02-04 23:04:57 -05:00