colibri/scripts
Hermes & Sam edc1a5cdbf
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
feat(daemon): headroom-ai compression sidecar for tool results
- scripts/headroom-sidecar.py: Unix socket server (from headroom import compress)
- cost.rs: HeadroomSidecar struct with connect/compress methods
- session.rs: build_prompt_messages() now accepts optional sidecar
- daemon.rs: spawns sidecar on startup if COLIBRI_HEADROOM_ENABLED=true
- config.rs: headroom_enabled + headroom_socket_path config fields
- socket.rs: cmd_status reports headroom status, cmd_get_session uses sidecar
- All test fixtures updated with new DaemonConfig fields

40-50% token savings on tool outputs with zero accuracy loss.
Disabled by default (COLIBRI_HEADROOM_ENABLED=false).
Works identically on Linux and FreeBSD.
2026-06-14 01:15:52 +02:00
..
check-format.sh chore: adopt markdown formatting gate + one-shot prettier sweep (Sam & Claude) 2026-06-04 20:13:47 +02:00
ci-checks.sh ci: add Forgejo Actions gate (fmt, clippy, tests, markdown) (Sam & Claude) 2026-06-04 20:47:00 +02:00
fake-pi-agent.py test: add Pi spawn path proof integration test 2026-05-31 16:23:11 +02:00
glasspane-stress-test.sh Add glasspane stress test script 2026-06-04 12:19:00 +00:00
headroom-sidecar.py feat(daemon): headroom-ai compression sidecar for tool results 2026-06-14 01:15:52 +02:00
import-layered-soul.sh feat: import Layered Soul skills into Colibri (+ integration doc) 2026-06-13 22:14:14 +02:00
stage-colibri-iso.sh feat: ISO service hardening — rc.d + log rotation + layout docs 2026-05-31 16:48:48 +02:00