feat: auto-compact and retry on context window errors

Adds automatic compaction and retry when context window is exceeded.
This commit is contained in:
TheArchitectit
2026-05-24 21:24:44 -05:00
committed by GitHub
parent f1a55a211e
commit b43a6f2d29
4 changed files with 917 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ pub mod bash_validation;
mod bootstrap;
pub mod branch_lock;
mod compact;
pub mod trident;
mod config;
pub mod config_validate;
mod conversation;