You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(trace): codex/grok --trace + container-scoped CA trust, cctrace 0.11
cctrace 0.11 traces Codex and Grok through client profiles; wire deva's
--trace to all three agents and adopt #414's container CA model.
- codex.sh/grok.sh: --trace wraps AGENT_COMMAND with
`cctrace <client> --no-open -- ...`; always mitm
- all traced sessions export DEVA_TRACE=1; the entrypoint installs the
cctrace MITM CA into /usr/local/share/ca-certificates and runs
update-ca-certificates, removing it on the next non-traced start.
--print-ca runs as the deva user so CA material lands in the home
with sane ownership
- CCTRACE_VERSION 0.4.0 -> 0.11.0 in both Dockerfiles
Container is the blast radius: the CA key already lives in the
container-readable home; trusting the cert adds convenience, not
attack surface. Host store untouched.
Closes#418Closes#414
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments