mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-06-22 18:45:01 +08:00
Add executor-scoped replay cache aligned with Codex HOME replay: Scope, observe SSE/non-stream responses, store normalized thought_signature and function_call_part items, apply on the next streamGenerateContent request, and invalidate on invalid signature responses. Gemini/flash/agent models use HOME replay; native per-part signature replay is not wired on upstream/dev. Wire non-stream and stream paths in antigravity_executor and purge expired entries from signature_cache. Includes unit tests and HOME-provider-replay documentation.
59 lines
550 B
Plaintext
59 lines
550 B
Plaintext
# Binaries
|
|
cli-proxy-api
|
|
*.exe
|
|
|
|
# Configuration
|
|
config.yaml
|
|
.env
|
|
|
|
# Generated content
|
|
bin/*
|
|
logs/*
|
|
conv/*
|
|
temp/*
|
|
refs/*
|
|
plugins/*
|
|
examples/plugin/bin/*
|
|
|
|
# Storage backends
|
|
pgstore/*
|
|
gitstore/*
|
|
objectstore/*
|
|
|
|
# Static assets
|
|
static/*
|
|
|
|
# Authentication data
|
|
auths/*
|
|
/auths
|
|
!auths/.gitkeep
|
|
|
|
# Documentation
|
|
docs/*
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
|
|
# Tooling metadata
|
|
.vscode/*
|
|
.worktrees/
|
|
.codex/*
|
|
.claude/*
|
|
.claude
|
|
.gemini/*
|
|
.serena/*
|
|
.agent/*
|
|
.agents
|
|
.agents/*
|
|
.opencode/*
|
|
.idea/*
|
|
.beads/*
|
|
.bmad/*
|
|
_bmad/*
|
|
_bmad-output/*
|
|
|
|
# macOS
|
|
.DS_Store
|
|
._*
|
|
.gocache/
|