Files
CLIProxyAPIPlus/internal/runtime/executor
黄姜恒 9613f0b3f9 feat(cursor): deterministic conversation_id from Claude Code session cch
Extract the cch hash from Claude Code's billing header in the system
prompt (x-anthropic-billing-header: ...cch=XXXXX;) and use it to derive
a deterministic conversation_id instead of generating a random UUID.

Same Claude Code session → same cch → same conversation_id → Cursor
server can reuse conversation state across multiple turns, preserving
tool call results and other context without re-encoding history.

Also cleans up temporary debug logging from previous iterations.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 20:29:49 +08:00
..
2026-01-10 01:12:22 +08:00
2026-03-05 22:49:23 +08:00
2026-03-22 22:52:46 +08:00
2026-03-11 11:08:02 +08:00
2026-03-13 11:28:52 +08:00
2026-03-24 00:43:26 +08:00