feat: remove ModePicker overlay and related commands; update mode handling and documentation
This commit is contained in:
@@ -68,7 +68,7 @@ impl AppStateRest {
|
||||
.map(|n| n.to_string_lossy().to_string())
|
||||
.unwrap_or_default();
|
||||
AppStateRest {
|
||||
mode: AgentMode::Normal,
|
||||
mode: AgentMode::Auto,
|
||||
settings,
|
||||
app_config,
|
||||
workspace_roots,
|
||||
|
||||
Reference in New Issue
Block a user