chore/0.12.0-model-version #151

Merged
clawdie merged 2 commits from chore/0.12.0-model-version into main 2026-06-23 09:03:22 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1e5218b81b - Show all commits

View file

@ -2,7 +2,7 @@
members = ["crates/colibri-contracts", "crates/colibri-deepseek", "crates/colibri-runtime", "crates/colibri-glasspane", "crates/colibri-daemon", "crates/colibri-client", "crates/colibri-glasspane-tui", "crates/colibri-store", "crates/colibri-skills", "crates/colibri-mcp", "crates/colibri-vault", "crates/clawdie"]
[workspace.package]
version = "0.11.0"
version = "0.12.0"
[package]
name = "colibri"

View file

@ -22,7 +22,7 @@ use serde_json::{json, Value};
pub const DEFAULT_ENDPOINT: &str = "https://api.deepseek.com/chat/completions";
// DeepSeek API model string (cache-capable). Distinct from our internal
// `deepseek-v4-flash` alias; override with DEEPSEEK_MODEL.
pub const DEFAULT_MODEL: &str = "deepseek-chat";
pub const DEFAULT_MODEL: &str = "deepseek-v4-pro";
// Deliberately long and byte-stable. Reasonix discipline: the immutable region
// must not change between turns or the cache will not hit.