Commit Graph
5 Commits
Author SHA1 Message Date
hh 62b8b1c14b feat(config,compose): prompt tags in config, voice granule folder, runner config dir and .claude.json in entrypoint 2026-08-28 02:10:17 +02:00
hh 91c638186b feat(config,compose): sdk agents with vault prompt granules and skill plugins, ro vault with rw sub-mounts, beaver-runner 2026-08-28 01:56:40 +02:00
hhandClaude Fable 5 95fc8a4578 docs(env): documented .env.example, token-based claude auth in README
Every variable the compose file, the gateway and config.py read, grouped
and explained, including the ones the Jarvis rework will need
(CLAUDE_CODE_OAUTH_TOKEN, TELEGRAM_*, T3_*, KOMODO_*).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-27 23:45:51 +02:00
hh 967cc82ee6 feat(config): run the claude agents headless
`transport="stream_json"` puts them on `claude -p` with piped stdin
instead of a pseudo-tty. The pi is the machine the PTY path hurt most:
seconds per spawn waiting for an Ink render loop to settle — which is
why `startup_delay` had crept to 60s — and the occasional prompt lost to
a swallowed paste. Neither failure mode has an analogue on a pipe.

`include_partial_messages` comes with it, so Anthropic-API clients get
token-level SSE rather than one delta per finished block.

Drops `--remote-control`: it only means anything for an interactive
session, and the transport would strip it anyway.
2026-07-28 03:01:06 +02:00
hh 99af700ff2 feat: add setup 2026-05-21 23:54:13 +02:00