Skip to content

Commit 17c06a0

Browse files
committed
Release v0.1.10 AI provider updates
1 parent aa333fd commit 17c06a0

24 files changed

Lines changed: 1451 additions & 265 deletions

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pub struct WorkspaceAiConfig {
132132
pub always_confirm_broadcast: bool,
133133
pub always_confirm_multi_step: bool,
134134
pub agent_relay_auto_submit: bool,
135-
/// OpenCode-style provider/model id, e.g. anthropic/claude-sonnet-4-5.
135+
/// OpenCode-style provider/model id or CLI id, e.g. openai/gpt-5.4, zai/glm-5.1, codex-cli.
136136
pub model: String,
137137
/// Optional lighter-weight model for future summary/title tasks.
138138
#[serde(skip_serializing_if = "Option::is_none")]

0 commit comments

Comments
 (0)