mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-04-04 19:51:18 +00:00
- Capture conversation_checkpoint_update from Cursor server (was ignored) - Store checkpoint per conversationId, replay as conversation_state on next request - Use protowire to embed raw checkpoint bytes directly (no deserialization) - Extract session_id from Claude Code metadata for stable conversationId across resume - Flatten conversation history into userText as fallback when no checkpoint available - Use conversationId as session key for reliable tool call resume - Add checkpoint TTL cleanup (30min) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
58 lines
525 B
Plaintext
58 lines
525 B
Plaintext
# Binaries
|
|
cli-proxy-api
|
|
cliproxy
|
|
/server
|
|
*.exe
|
|
|
|
|
|
# Configuration
|
|
config.yaml
|
|
.env
|
|
.mcp.json
|
|
# Generated content
|
|
bin/*
|
|
logs/*
|
|
conv/*
|
|
temp/*
|
|
refs/*
|
|
tmp/*
|
|
|
|
# Storage backends
|
|
pgstore/*
|
|
gitstore/*
|
|
objectstore/*
|
|
|
|
# Static assets
|
|
static/*
|
|
|
|
# Authentication data
|
|
auths/*
|
|
!auths/.gitkeep
|
|
|
|
# Documentation
|
|
docs/*
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
|
|
# Tooling metadata
|
|
.vscode/*
|
|
.codex/*
|
|
.claude/*
|
|
.gemini/*
|
|
.serena/*
|
|
.agent/*
|
|
.agents/*
|
|
.agents/*
|
|
.opencode/*
|
|
.idea/*
|
|
.bmad/*
|
|
_bmad/*
|
|
_bmad-output/*
|
|
.mcp/cache/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
._*
|
|
*.bak
|