Add status line showing loaded context in agent mode

Shows checkmarks for README, AGENTS.md, and Memory if loaded,
or dots if not found. Displayed below the working directory line.
This commit is contained in:
Dhanji R. Prasanna
2026-01-11 17:13:32 +05:30
parent 2b87a89617
commit f83ae7fd39
3 changed files with 342 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
pub mod context_window;
pub mod background_process;
pub mod compaction;
pub mod code_search;
pub mod error_handling;
pub mod feedback_extraction;