colibri/crates
Sam & Claude 4e7b9a48e0
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
feat(daemon): dynamic agent capabilities via clawdie-hw-probe --capabilities
Replaces hardcoded ["shell","freebsd","code"] with a call to
clawdie-hw-probe --capabilities during autospawn agent registration.

probe_capabilities():
  - Runs clawdie-hw-probe --capabilities (cross-platform, < 100ms)
  - Parses the JSON array from stdout: ["shell","freebsd","code"]
  - Falls back to ["shell","code"] if probe unavailable

Platform examples:
  FreeBSD:  ["shell","freebsd","code"]
  Linux:    ["shell","linux","code","vulkan"]

This is Phase 1b of the dynamic capabilities plan. The hw-probe change
(Phase 1a) is in clawdie-iso feat/hw-probe-capabilities.
Phase 2 (T2.x) adds ollama/llama.cpp/cuda detection to the same probe
pipeline — no new env vars, no protocol changes.
2026-06-28 01:18:35 +02:00
..
clawdie build: unify all crate versions at 0.11.0 via workspace inheritance 2026-06-22 06:39:01 +02:00
colibri-client fix: clippy warnings in cost capture test (unused var, needless borrow) 2026-06-27 13:05:46 +02:00
colibri-contracts feat: per-task cost tracking across all crates (T1.5) 2026-06-27 12:12:51 +02:00
colibri-daemon feat(daemon): dynamic agent capabilities via clawdie-hw-probe --capabilities 2026-06-28 01:18:35 +02:00
colibri-deepseek refactor: rename smoke→test across provider contracts and docs 2026-06-27 11:54:30 +02:00
colibri-deploy feat(deploy): add colibri-deploy crate + MCP tools 2026-06-27 18:57:55 +02:00
colibri-glasspane fix: remove legacy references — Rust source + agent skills (5 files) (#249) 2026-06-28 00:10:50 +02:00
colibri-glasspane-tui docs: fold glasspane TUI design into wiki/tui.md, delete scratch 2026-06-26 22:03:12 +02:00
colibri-mcp test: cost pipeline — SSH roundtrip + MCP cost dispatch + typo fix 2026-06-27 22:06:56 +02:00
colibri-pf feat: add colibri-zfs, colibri-pf crates + MCP tools + wiki tools 2026-06-27 14:49:46 +02:00
colibri-runtime build: unify all crate versions at 0.11.0 via workspace inheritance 2026-06-22 06:39:01 +02:00
colibri-skills fix(skills): correct source-of-truth — colibri, not clawdie-ai 2026-06-26 21:43:08 +02:00
colibri-store feat: per-task cost tracking across all crates (T1.5) 2026-06-27 12:12:51 +02:00
colibri-vault build: unify all crate versions at 0.11.0 via workspace inheritance 2026-06-22 06:39:01 +02:00
colibri-zfs fix: clippy lint — map_or→is_none_or in wiki tools, unused _line in zfs test 2026-06-27 17:05:56 +02:00