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 commits

Author SHA1 Message Date
1e5218b81b chore: default DeepSeek model → v4-pro + bump to 0.12.0
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
CI / port (pull_request) Has been cancelled
CI / agent-jail-pkgs (pull_request) Has been cancelled
- colibri-deepseek DEFAULT_MODEL: deepseek-chat → deepseek-v4-pro
  (matches zot's defaultModelForProvider('deepseek') = 'deepseek-v4-pro')
- Workspace version: 0.11.0 → 0.12.0
2026-06-23 08:51:02 +02:00
aff8c89fba feat: run clawdie-hw-probe on agent autospawn
Before spawning an agent (pi/zot), colibri-daemon now runs
/usr/local/bin/clawdie-hw-probe (if present) and passes the
JSON output as CLAWDIE_HW_PROFILE env var. Non-blocking:
probe failure or missing binary logs a warning and the agent
spawns normally without hw profile.

This gives agents immediate host awareness — USB names, GPU
capabilities, RAM, CPU, disks, ZFS pools — without running
probes themselves.
2026-06-23 08:49:26 +02:00