feature: Claude Code — verify and harden the reference integration for v0.9.0
Open
@esnible is already working on this.
Since Sep 10, 2026.
enhancement
high priority
- Dominant language
- Go
- Stars
- 13
- Forks
- 40
- Avg merge
- 12h 17m
- Merged PRs (30d)
- 156
Description
Feature Description
Claude Code is the agent we all use and the reference for every other integration. It has
never been verified as a release gate, and the agent integration contract refactors underneath it.
Proposed Solution
-
install.sh --claude-codeverified on all four install targets - Settings patch is idempotent; revert restores the original file byte for byte
- A full session produces typed events with correct input / cache-read / cache-write /
output token counts and cost - Long tool calls and thinking blocks do not stall the client (regression test for #926)
-
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFICinteraction documented — auto-update
downloads exceed the proxy's 1 MiB frame cap - No behaviour change after the agent-contract refactor
Additional Context
Part of the Cortex v0.9.0 release.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.