refactor: remove agent mode and related functionality; update help and README

This commit is contained in:
asepharyana
2026-07-12 03:22:55 +07:00
parent df5775a272
commit 3cfe39e5f2
15 changed files with 8 additions and 144 deletions
-2
View File
@@ -19,7 +19,5 @@ impl Theme {
pub const BG: Color = Color::Reset;
pub const STATUS_BAR_BG: Color = Color::Blue;
pub const MODE_AUTO: Color = Color::Green;
pub const MODE_NORMAL: Color = Color::Yellow;
pub const MODE_PLAN: Color = Color::Cyan;
pub const MODE_YOLO: Color = Color::Red;
}