From 555418f74062ee58e6c7d52c7175ed1a718cec13 Mon Sep 17 00:00:00 2001 From: Sam & Claude Date: Tue, 23 Jun 2026 08:50:29 +0200 Subject: [PATCH] chore: fix model names + bump version to 0.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - seed README: claude-opus-4-8 → deepseek-v4-pro (example harness.toml) - provider.env.sample: DEEPSEEK_MODEL deepseek-chat → deepseek-v4-pro - ISO_VERSION: 0.11.0 → 0.12.0 --- build.cfg | 2 +- live/operator-session/clawdie-live-seed.README.txt | 2 +- scripts/stage-colibri-iso.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.cfg b/build.cfg index fe6375ed..b00be040 100644 --- a/build.cfg +++ b/build.cfg @@ -13,7 +13,7 @@ FREEBSD_MEMSTICK_SHA256_URL="${FREEBSD_ISO_BASE_URL}/CHECKSUM.SHA256-FreeBSD-${F # clawdie-iso and colibri share this unified version (keep colibri's Cargo.toml # in sync). zot and clawdie-ai keep their own versions, recorded as provenance in # build-manifest.json. Bump this for each release. -ISO_VERSION="${ISO_VERSION:-0.11.0}" +ISO_VERSION="${ISO_VERSION:-0.12.0}" BUILD_CHANNEL="${BUILD_CHANNEL:-dev}" # dev | release # Output image diff --git a/live/operator-session/clawdie-live-seed.README.txt b/live/operator-session/clawdie-live-seed.README.txt index 045816f2..97ae5b6b 100644 --- a/live/operator-session/clawdie-live-seed.README.txt +++ b/live/operator-session/clawdie-live-seed.README.txt @@ -67,7 +67,7 @@ Inside it, any of these are honored: //harness.toml Which agent harness to run + basic knobs: harness = "zot" # zot | pi | local - model = "claude-opus-4-8" + model = "deepseek-v4-pro" cost_mode = "smart" `harness` must be one of zot, pi, local diff --git a/scripts/stage-colibri-iso.sh b/scripts/stage-colibri-iso.sh index 6f4cb711..342e175e 100755 --- a/scripts/stage-colibri-iso.sh +++ b/scripts/stage-colibri-iso.sh @@ -153,7 +153,7 @@ BW_SERVER="https://vault.smilepowered.org" # # Optional endpoints/models: # DEEPSEEK_ENDPOINT="https://api.deepseek.com/chat/completions" -# DEEPSEEK_MODEL="deepseek-chat" +# DEEPSEEK_MODEL="deepseek-v4-pro" # # Behavior toggles (non-secret): # COLIBRI_AUTOSPAWN_PI="YES" # auto-spawn one Pi on daemon startup -- 2.45.3