wip: in-progress changes (grid, config, wizard, settings, pty) before session-persistence

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-15 15:28:19 +07:00
parent e37faf49d3
commit 4419f5660e
18 changed files with 365 additions and 42 deletions
+2
View File
@@ -131,6 +131,8 @@ pub enum Cmd {
surface_id: Option<SurfaceId>,
},
Health,
/// Which of the given CLI candidates are actually installed on the spawn PATH.
WhichAgents { candidates: Vec<String> },
Status,
Shutdown,
GetConfig,