Changelog
- 1fa094d Merge pull request #461 from MrHuangJser/main
- dcfbec2 feat(cursor): add management API for Cursor OAuth authentication
- 7386a70 feat(cursor): auto-identify accounts from JWT sub for multi-account support
- 40dee44 feat(cursor): auto-migrate sessions to healthy account on quota exhaustion
- c95620f feat(cursor): conversation checkpoint + session_id for multi-turn context
- 9613f0b feat(cursor): deterministic conversation_id from Claude Code session cch
- 1b7447b feat(cursor): implement StatusError for conductor cooldown integration
- de5fe71 feat(cursor): multi-account routing with round-robin and session isolation
- 19c52bc feat: stash code
- c1083cb fix(cursor): MCP tool call resume, H2 flow control, and token usage
- 274f29e fix(cursor): improve session key uniqueness for multi-session safety
- 8afef43 fix(cursor): preserve tool call context in multi-turn conversations
- c8e79c3 fix(cursor): prevent session key collision across users
- 8902e1c style(cursor): replace fmt.Print* with log package for consistent logging