agentydragon(tasks): add BottomPane unit tests for interactive prompting overlay during task execution

This commit is contained in:
Rai (Michael Pokorny)
2025-06-25 04:30:49 -07:00
parent bf0e850325
commit da247e932c
3 changed files with 63 additions and 8 deletions

View File

@@ -43,6 +43,9 @@ This file documents the changes introduced on the `agentydragon` branch
- Updated Markdown rendering in chat UI and logs to honor compact mode globally (diffs, docs, help messages).
- Added unit tests covering H1H6 heading spacing for both compact and default modes.
## codex-rs/tui: tests for interactive prompt overlay during execution
- Added unit tests in `tui/src/bottom_pane/mod.rs` to verify that character input and Enter during `is_task_running` forwards input to the composer, maintains the status indicator overlay, emits redraw events, and that the overlay is removed when the task completes.
## Documentation tasks
Tasks live under `agentydragon/tasks/` as individual Markdown files. Please update each tasks **Status** and **Implementation** sections in place rather than maintaining a static list here.