Update version to 0.1.10
Add deepseek to resume commands Rename app to spaceshell Add SurfacePicker component for preset panel configuration Extract agent selection logic to shared agents.ts Update landing
This commit is contained in:
@@ -318,6 +318,7 @@ In `crates/spaceshd/src/config.rs`, add the struct and a default table, and exte
|
||||
const DEFAULT_RESUME: &[(&str, &[&str])] = &[
|
||||
("claude", &["--continue"]),
|
||||
("codex", &["resume"]),
|
||||
("deepseek", &["resume"]),
|
||||
];
|
||||
|
||||
#[derive(Debug, Clone, Default, Deserialize, Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user