Files
CLIProxyAPIPlus/internal/runtime/executor
黄姜恒 274f29e26b fix(cursor): improve session key uniqueness for multi-session safety
Include system prompt prefix (first 200 chars) in session key derivation.
Claude Code sessions have unique system prompts containing cwd, session_id,
file paths, etc., making collisions between concurrent sessions from the
same user virtually impossible.

Session key now = SHA256(apiKey + model + systemPrompt[:200] + firstUserMsg)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 17:24:37 +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