feat(tui): update system message for clarity and conciseness in tool usage instructions

This commit is contained in:
asepharyana
2026-07-20 14:47:55 +07:00
parent fe2e916937
commit 5a373d1031
10 changed files with 130 additions and 21 deletions
+2
View File
@@ -218,6 +218,8 @@ pub enum TurnEvent {
agent_name: String,
status: crate::AgentStatus,
},
TodoUpdate(String),
PlanUpdate(String),
}
/// A tool call awaiting execution, along with which execution model