Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
306 commits
Select commit Hold shift + click to select a range
5ef7693
Update README.md
9ycrooked May 19, 2026
0de0ad0
Add reasoning effort to usage events
yavon007 May 19, 2026
b9589e8
Merge pull request #3482 from 9ycrooked/patch-1
luispater May 19, 2026
99fa530
test: remove unused Redis protocol tests and helpers
luispater May 19, 2026
ea25949
feat(models): add Gemini 3.5 Flash models to registry
luispater May 19, 2026
de03949
feat(models): expand supported reasoning levels for Codex
luispater May 19, 2026
fdffe49
feat(models): register Gemini 3.5 Flash with dynamic thinking levels
luispater May 20, 2026
0ec07e5
feat(models): add Gemini 3.5 Flash to registry with enhanced thinking…
luispater May 20, 2026
1c632d1
fix(translator): skip empty text parts in Claude request conversion
luispater May 20, 2026
f1ee883
Merge pull request #3484 from yavon007/main
luispater May 20, 2026
a726e37
feat(redis): enhance Redis protocol handling with subscription and qu…
luispater May 20, 2026
42e9605
Merge pull request #3254 from sususu98/fix/antigravity-project-id-onb…
luispater May 20, 2026
8b9ecff
Merge pull request #3382 from sususu98/dev
luispater May 20, 2026
48a1c88
Merge pull request #3476 from sususu98/fix/codex-context-length-strea…
luispater May 20, 2026
21fad9d
Merge pull request #3477 from router-for-me/cluster
luispater May 20, 2026
3c62a9a
fix(auth): update import paths to v7 for registry and executor
hkfires May 21, 2026
cecd393
Merge pull request #3498 from router-for-me/test
luispater May 21, 2026
33f4904
fix(translator): handle system role as developer in Claude request co…
luispater May 22, 2026
aaec919
feat(models): add Grok Build 0.1 to registry
luispater May 23, 2026
50d19e2
docs(readme): add APIKEY.FUN sponsorship details to README files
luispater May 23, 2026
efa200e
feat(cli): add `fetch_codex_models` command for dynamic Codex model f…
luispater May 25, 2026
412d344
feat(logging): add `RequestID` support in home request logging
luispater May 25, 2026
a0bb1f3
feat(logging): add file-backed sources for request logging
luispater May 25, 2026
167edfe
feat(auth): add support for websockets in auth file parsing and patching
luispater May 25, 2026
70a8cf0
fix: clean gemini cli request schemas
sususu98 May 26, 2026
4a85b6b
fix: log gemini cli schema cleanup errors
sususu98 May 26, 2026
b5959c3
Merge pull request #3554 from sususu98/fix/gemini-cli-request-schema-…
sususu98 May 26, 2026
e399edd
feat(images): add support for configurable GPT Image 2 base model and…
luispater May 26, 2026
de280d9
feat(websockets): refine incremental repair logic for tool call respo…
luispater May 26, 2026
2cbb8c7
fix(translator): correct JSON path for item summary in response event
luispater May 26, 2026
4b68103
feat(translator): add reasoning signature handling and tests for Clau…
luispater May 26, 2026
11f0f90
feat(logging): add `SetTranslatedReasoningEffort` to track reasoning …
luispater May 27, 2026
94c1b25
feat(executor): add TTFT tracking and reporting for enhanced performa…
luispater May 27, 2026
d9c01a6
chore(models): remove deprecated GPT-5.x models from `codex-free` cat…
luispater May 28, 2026
2bcc762
feat(logging): improve file-backed source cleanup and directory recre…
luispater May 28, 2026
b3d6d5d
refactor: extract signature validation
sususu98 May 27, 2026
01a7cc4
fix(amp): restore response tool casing from request
Progress-infinitely May 28, 2026
65e760a
feat(usage): include cache tokens in total token calculation and add …
luispater May 28, 2026
71c185f
feat(usage): add service tier tracking and defaults in usage reporting
luispater May 28, 2026
c65275f
Merge pull request #3591 from sususu98/feat/signature-check-extraction
luispater May 28, 2026
df0176a
feat(models): add Claude Opus 4.8 model to registry
luispater May 28, 2026
f28258d
Merge pull request #3595 from Progress-infinitely/fix/anthropic-tool-…
luispater May 28, 2026
c4ee063
feat(logging): add HomeAppLogForwarder for application log forwarding
hkfires May 29, 2026
4ade13a
Merge pull request #3605 from router-for-me/log
luispater May 29, 2026
d2c5f27
feat(logging): add request_id handling in HomeAppLogForwarder and tests
hkfires May 29, 2026
7d9980e
fix(logging): log errors during file-backed source cleanup
luispater May 29, 2026
86cb9c1
feat(signature): upgrade provider signature checks
sususu98 May 29, 2026
aee7a5f
feat: intercept incompatible signature replay
sususu98 May 29, 2026
e9dafc7
fix(openai): dedupe response websocket input item IDs
iBenzene May 28, 2026
034d2b6
Merge pull request #3615 from sususu98/codex/signature-intercept-on-pr
luispater May 29, 2026
96b6f7e
Merge pull request #3612 from router-for-me/log
luispater May 29, 2026
fc0615b
test(oauth): ensure missing auth directories are created and callback…
luispater May 29, 2026
776a9c0
fix(translator/gemini): support developer role in OpenAI Responses re…
May 29, 2026
55901f0
Merge pull request #3620 from iBenzene/fix/responses-input-id-dedupe
luispater May 29, 2026
430e679
fix(auth): strip "generate" from payload during WebSocket HTTP fallback
luispater May 29, 2026
3a54fb7
Merge branch 'dev', commit 'refs/pull/3621/head' of github.com:router…
luispater May 30, 2026
33983b6
refactor(executor): consolidate Codex request translation logic
luispater May 31, 2026
0f24caf
feat(executor): implement identity obfuscation for Codex requests and…
luispater May 31, 2026
303685c
fix(executor/xai): drop orphaned tool_choice when Claude tools array …
May 31, 2026
bbcdaab
feat(executor): enhance Codex identity obfuscation with turn and wind…
luispater May 31, 2026
ac1360f
feat(models): add support for `grok-imagine-video-1.5-preview` model
luispater May 31, 2026
fb4f39d
test(models, executor): add XAI video model test and fix Codex User-A…
luispater May 31, 2026
05b9724
feat(executor): refine session and conversation header handling for C…
luispater Jun 1, 2026
e7f4dd4
fix(openai): keep referenced tool call when deduping websocket input IDs
catoncat Jun 1, 2026
f05d68d
refactor(openai): parse dedupe input item metadata in a single pass
catoncat Jun 1, 2026
959067e
feat(usage): introduce executor type tracking in usage reporting
luispater Jun 1, 2026
f353979
feat(watcher, redisqueue): add usage refresh notification support
luispater Jun 1, 2026
bf04a24
feat(models): add support for `grok-composer-2.5-fast` model
luispater Jun 2, 2026
87d813c
chore(models): remove legacy GPT 5.2 and GPT 5.3 Codex entries from r…
luispater Jun 2, 2026
7cb466a
docs: add Panopticon to "Who is with us?"
eltmon Jun 2, 2026
c9dc6bd
Fix Home auth refresh retry handling
sususu98 Jun 2, 2026
603a08f
feat(codex): cache reasoning replay items
sususu98 Jun 1, 2026
68282c4
fix(translator): normalize message-level system roles for Gemini
sususu98 Jun 2, 2026
4abd59c
Merge pull request #3679 from sususu98/codex/system-role-to-user-upst…
sususu98 Jun 2, 2026
8306391
Merge pull request #3667 from sususu98/feat/codex-reasoning-replay-ca…
luispater Jun 2, 2026
02d0d92
Merge pull request #3677 from sususu98/codex/home-auth-loop-upstream-dev
luispater Jun 2, 2026
d710248
Merge pull request #3676 from eltmon/add-panopticon-to-users
luispater Jun 2, 2026
28c7f41
docs(readme): update project descriptions and add Panopticon link
luispater Jun 2, 2026
0e3c809
fix(codex): handle non-empty reasoning and content items, add test fo…
luispater Jun 2, 2026
35ab084
refactor(runtime): enhance `NewUtlsHTTPClient` with context-based Rou…
luispater Jun 2, 2026
17af089
fix(codex): avoid replaying orphan tool calls
sususu98 Jun 3, 2026
7682acc
Merge pull request #3688 from sususu98/fix-codex-replay-dev
sususu98 Jun 3, 2026
45f58d4
fix(auth): retry and backoff cloudflare challenge 403 errors
sususu98 Jun 3, 2026
77061aa
refactor(auth): simplify and narrow cloudflare challenge checks
sususu98 Jun 3, 2026
1c9601f
Merge pull request #3689 from sususu98/pr/cloudflare-challenge-retry
luispater Jun 3, 2026
9c02454
Merge pull request #3657 from catoncat/fix/responses-input-id-dedupe-…
luispater Jun 3, 2026
55440f0
feat(auth): add runtime auth removal and unscheduling logic
luispater Jun 3, 2026
1074507
docs: add Tunnel Agent to community projects
Villoh Jun 3, 2026
46a152a
docs: use 智能体 for Agent in Chinese translation
Villoh Jun 3, 2026
fd30944
feat(auth): add error event publishing and Redis queue integration
luispater Jun 3, 2026
bebdaa4
Merge pull request #3702 from Villoh/docs/add-tunnel-agent
luispater Jun 4, 2026
90d46e7
docs: remove outdated Amp CLI and related tool references
luispater Jun 4, 2026
387c783
Merge pull request #3649 from intcua/fix/xai-empty-tools-orphan-tool-…
luispater Jun 4, 2026
5753d1a
feat(logging): enable file-backed request/response sources for enhanc…
luispater Jun 4, 2026
bc38b68
feat(safemode): implement example API key warning server and related …
hkfires Jun 6, 2026
fca12a2
Merge pull request #3735 from router-for-me/safemode
luispater Jun 6, 2026
d625cad
feat(pluginhost): add capabilities for command-line flag handling and…
luispater Jun 6, 2026
3abfc83
Merge branch 'dynamic' into dev
luispater Jun 6, 2026
0ed85bb
feat(pluginhost): refactor and enhance plugin system with new executi…
luispater Jun 6, 2026
bc58c21
chore(build): update dependencies, enhance cross-compilation, and ref…
luispater Jun 6, 2026
9ee6493
chore(build): remove goreleaser configuration and refactor release wo…
luispater Jun 6, 2026
3dedf47
chore(build): set additional environment variables for FreeBSD builds…
luispater Jun 6, 2026
c75fb2c
chore(build): add caching for Go dependencies and FreeBSD-specific ar…
luispater Jun 6, 2026
4567fd1
chore(build): add custom runners and improve Go module handling in Fr…
luispater Jun 6, 2026
43c1214
chore(build): add custom runners and improve Go module handling in Fr…
luispater Jun 6, 2026
6d9014b
chore(build): enhance release workflow with automated asset handling …
luispater Jun 6, 2026
37df0b8
chore(build): update release workflow to include repository reference…
luispater Jun 6, 2026
4f55ecc
chore(build): refactor FreeBSD build process and optimize workflows
luispater Jun 6, 2026
c989cdd
feat(plugin): add Codex Service Tier request normalizer plugin
luispater Jun 6, 2026
365415c
fix(translator): add fallback for `system_instruction` key in Gemini …
luispater Jun 8, 2026
d9a0c9b
chore(build): migrate from Alpine to Debian and update build dependen…
luispater Jun 8, 2026
ec67244
feat(translator): implement signature delta handling and enhance chun…
luispater Jun 8, 2026
69d937a
chore(build): add Linux-specific release workflows and update release…
luispater Jun 8, 2026
d55f215
chore(build): include `ca-certificates` in Docker image for improved …
luispater Jun 8, 2026
6f38e84
docs: add RunAPI sponsorship details to README files
luispater Jun 8, 2026
856dc81
feat(safemode): support `/management.html` route in `ExampleAPIKeyWar…
luispater Jun 8, 2026
07c607b
chore(build): remove checksum generation from release workflows
luispater Jun 8, 2026
702295d
fix: translate codex stream errors for claude
sususu98 Jun 8, 2026
4330b92
perf(codex): avoid rebuilding completed JSON when extracting generate…
Folyd Jun 8, 2026
2e81766
perf(codex): preallocate results and skip empty index sort
Folyd Jun 8, 2026
1762ee0
feat(pluginhost): add support for interceptors and metadata sanitization
luispater Jun 8, 2026
d128578
Merge pull request #3771 from Folyd/perf/codex-image-streaming-memory
luispater Jun 8, 2026
5e41e07
fix(runtime): update formatting in codex image extraction comment
luispater Jun 8, 2026
5830535
feat(jshandler): add new plugin providing JavaScript-based intercepto…
luispater Jun 9, 2026
fabf061
feat(access, pluginhost): add support for exclusive frontend auth pro…
luispater Jun 9, 2026
c7cc3a1
fix: update antigravity version lookup
sususu98 Jun 9, 2026
9fb9e91
Merge pull request #3770 from sususu98/fix/codex-claude-stream-error-…
sususu98 Jun 9, 2026
a2db6a6
Merge pull request #3773 from sususu98/fix/antigravity-version-upstre…
sususu98 Jun 9, 2026
693ce1c
feat(pluginhost, scheduler): introduce Go-based plugin with scheduler…
luispater Jun 9, 2026
41a4dba
feat(auth): enhance plugin scheduler with `HasScheduler` support and …
luispater Jun 9, 2026
556f50a
feat(interceptor, jshandler): enhance request/response handling with …
luispater Jun 9, 2026
1d1ee85
refactor(auth): simplify plugin scheduler by consolidating strategies…
luispater Jun 9, 2026
2aeb41c
feat(pluginhost, jshandler): integrate HostCallbackID with intercepto…
luispater Jun 9, 2026
44ea9ab
feat(pluginhost): introduce browser-navigable plugin resources in Man…
luispater Jun 9, 2026
e1864fb
fix(logging): track Codex backend request IDs
shoucandanghehe Jun 9, 2026
dc3152d
fix(logging): tighten Codex backend request ID prefix
shoucandanghehe Jun 9, 2026
efd69d8
feat(models): add `Claude Fable 5` to registry
luispater Jun 9, 2026
8caf474
Merge pull request #3788 from shoucandanghehe/fix/codex-backend-reque…
luispater Jun 9, 2026
8e52c40
feat(auth): deduplicate concurrent refresh token requests with `singl…
luispater Jun 9, 2026
21387f5
feat(docs): add Unity2.ai sponsorship details to README
luispater Jun 10, 2026
3c773b6
feat(auto-updater): refactor skip logic and add unit tests for autoUp…
hkfires Jun 10, 2026
1ca048a
feat(auth, interceptor, jshandler): add post-auth request interceptor…
luispater Jun 10, 2026
58bf645
feat(translator): ensure correct finish_reason handling for all respo…
luispater Jun 10, 2026
dc04d8b
feat(translator): enhance response aggregation and annotation handling
luispater Jun 10, 2026
4cbd500
feat(service): add XAIExecutor to home executors registration
hkfires Jun 11, 2026
ca1f627
feat(executor): refactor executor registration
hkfires Jun 11, 2026
9985976
feat(translator, pluginhost): add stream-specific response transforma…
luispater Jun 11, 2026
030c4a9
Merge pull request #3795 from router-for-me/webui
luispater Jun 11, 2026
ac4017e
Merge branch 'dev' of github.com:router-for-me/CLIProxyAPI into dev
luispater Jun 11, 2026
8e39db2
feat(plugin, api): introduce host model callback support with Go exam…
luispater Jun 11, 2026
538e341
feat(plugin, api): prevent plugin recursion on host model callbacks, …
luispater Jun 11, 2026
ed52c61
test(websocket, api): add unit tests for response ID injection and ha…
luispater Jun 11, 2026
5633c93
refactor(release): enhance release workflow with changelog generation…
luispater Jun 12, 2026
9dbf4cd
feat(translator): add usage token details for cache input/output aggr…
luispater Jun 12, 2026
e38ba28
feat(pluginstore): add plugin store support
LTbinglingfeng Jun 12, 2026
0626b22
Merge pull request #3818 from router-for-me/Plugin-stone
luispater Jun 12, 2026
69b7462
refactor(translator): update test strings to use English for consistency
luispater Jun 12, 2026
049ced5
feat(pluginhost, api): add support for "X-CPA-SUPPORT-PLUGIN" header …
luispater Jun 12, 2026
60f6a54
feat(pluginstore, pluginhost): add plugin unload handling and preserv…
luispater Jun 12, 2026
44d3066
feat(htmlsanitize): add HTML and JSON sanitization utilities with int…
luispater Jun 12, 2026
b6c22f2
chore(plugin/jshandler): remove JS handler plugin implementation and …
luispater Jun 12, 2026
40f4b8b
feat(pluginstore): fetch and install plugins from latest release
LTbinglingfeng Jun 12, 2026
220b4e5
feat(management): resolve plugin store versions from latest releases
LTbinglingfeng Jun 12, 2026
b2b5d10
feat(pluginstore): make registry version field optional
LTbinglingfeng Jun 12, 2026
b60ec43
fix(plugins): expose saved plugin config
LTbinglingfeng Jun 12, 2026
cbaea35
Merge pull request #3821 from router-for-me/feat/plugin-latest-releas…
LTbinglingfeng Jun 12, 2026
4f5f1b8
fix(plugins): guard config read with mutex
LTbinglingfeng Jun 12, 2026
b29851d
docs(plugins): document config get endpoint in Chinese readme
LTbinglingfeng Jun 12, 2026
c006e67
Merge pull request #3822 from router-for-me/fix/plugin-config-get-end…
LTbinglingfeng Jun 12, 2026
2659e49
fix: expose plugin support header for CORS
LTbinglingfeng Jun 12, 2026
7cd5b15
fix: precompute exposed CORS headers
LTbinglingfeng Jun 12, 2026
6a0b198
Merge pull request #3823 from router-for-me/fix/cors-expose-plugin-su…
LTbinglingfeng Jun 12, 2026
48dcadd
feat(antigravity): bridge Claude WebSearch to native googleSearch
sususu98 Jun 10, 2026
94c5a7f
Merge pull request #3824 from sususu98/codex/antigravity-websearch-na…
luispater Jun 13, 2026
b94178b
chore(docker): simplify `.dockerignore` patterns by removing wildcard…
luispater Jun 13, 2026
57971d7
docs: add Quotio Desktop to the projects list
Jun 13, 2026
8223520
feat: add Kimi K2.7 Code model (kimi-k2.7-code)
Jun 13, 2026
d6c4fc2
feat(translator): consolidate mid-conversation system messages into i…
luispater Jun 13, 2026
c5cfdb1
Add plugin delete management endpoint
LTbinglingfeng Jun 13, 2026
b79647d
Document plugin delete endpoint
LTbinglingfeng Jun 13, 2026
b39ee66
Add plugin store install timeout
LTbinglingfeng Jun 13, 2026
9cdb18e
refactor(plugin): remove timeout handling from plugin installation logic
LTbinglingfeng Jun 13, 2026
83c53d0
Merge pull request #3830 from router-for-me/codex/add-plugin-delete-api
LTbinglingfeng Jun 13, 2026
8d4a7f1
feat(config): add "passthrough" mode for disable-image-generation
haowang02 Jun 13, 2026
6d472d7
feat(models): increase `context_length` for Composer 2.5 Fast to 200,000
luispater Jun 13, 2026
eebb873
Merge pull request #3832 from haowang02/feat/disable-image-generation…
luispater Jun 13, 2026
964e86f
Merge pull request #3827 from iamkhalidbashir/add-kimi-k2.7-code
luispater Jun 13, 2026
e0cb43f
Merge pull request #3825 from xiaocoss/add-quotio-desktop
luispater Jun 13, 2026
8122b9f
feat!: remove amp integration support
hkfires Jun 14, 2026
b4054e1
refactor(config): remove legacy migration code
hkfires Jun 14, 2026
79db0e5
refactor(api): remove deprecated route module interfaces
hkfires Jun 14, 2026
f6aa9a0
Merge pull request #3846 from router-for-me/remove_amp
luispater Jun 14, 2026
2a050dc
feat: enhance fault tolerance for kv-based caching and introduce addi…
luispater Jun 14, 2026
b5da088
fix(home): forward credentials for home models
hkfires Jun 14, 2026
64a8957
fix(auth): map credential errors to unauthorized
hkfires Jun 14, 2026
c59eee6
Merge pull request #3847 from router-for-me/home
luispater Jun 14, 2026
6f923a2
feat(pluginhost): implement host authentication callbacks and add tests
luispater Jun 14, 2026
529d9e9
feat(executor): add support for compact response handling in XAIExecutor
luispater Jun 14, 2026
303c0f2
feat(pluginstore): add support for third-party plugin store sources a…
LTbinglingfeng Jun 14, 2026
239d7ee
feat(pluginstore): refactor plugin store source handling to use strin…
LTbinglingfeng Jun 14, 2026
3b96119
feat(websockets): handle terminal events and improve error propagation
luispater Jun 14, 2026
6f3bd76
feat(pluginstore): improve nil checks in pluginStoreSnapshot function
LTbinglingfeng Jun 14, 2026
ea4e978
Merge pull request #3848 from router-for-me/feat/Community_Plugins
LTbinglingfeng Jun 14, 2026
7de9757
feat: add OpenAI video support with improved error handling and respo…
luispater Jun 14, 2026
c61453a
Add log cursor helpers
LTbinglingfeng Jun 14, 2026
95a72a4
Tail management logs with cursors
LTbinglingfeng Jun 14, 2026
331daa2
Read management logs from cursors
LTbinglingfeng Jun 14, 2026
0d82dac
Preserve management log line counts
LTbinglingfeng Jun 14, 2026
d417fa5
Bound management log cursor reads
LTbinglingfeng Jun 14, 2026
56988ae
feat(websockets): add Codex websocket passthrough support with tests
luispater Jun 14, 2026
ea90ab6
feat(websockets): implement XAIWebsocketsExecutor with enhanced execu…
luispater Jun 15, 2026
f33bc56
feat(websockets): add transcript state tracking and compaction trigge…
luispater Jun 15, 2026
f85768e
feat(auth): add config API key exclusion management with tests
luispater Jun 15, 2026
bbef8da
feat(videos): add video authentication binding and update handler beh…
luispater Jun 15, 2026
3b0cc91
feat(plugins): implement asynchronous config reload after plugin dele…
LTbinglingfeng Jun 15, 2026
917cec3
Continue log cursors across rotation
LTbinglingfeng Jun 15, 2026
db3fdea
Disambiguate zero-offset log cursors
LTbinglingfeng Jun 15, 2026
a47c386
Avoid counting all logs for tail reads
LTbinglingfeng Jun 15, 2026
5036513
Fix ambiguous empty log cursor handling
LTbinglingfeng Jun 15, 2026
0b21b07
fix log cursor rotation gap
LTbinglingfeng Jun 15, 2026
e405998
Merge pull request #3850 from router-for-me/feat/log-feat
LTbinglingfeng Jun 15, 2026
844b855
feat(executor): sanitize web search tool domains to meet Anthropic re…
luispater Jun 15, 2026
2406daf
feat(util): normalize Claude tool_result content and improve Gemini i…
luispater Jun 16, 2026
8fad0d0
feat(config+executor): add global Claude cloak mode toggle and improv…
luispater Jun 16, 2026
907e349
docs: update VisionCoder details in README files
luispater Jun 16, 2026
9f940f1
fix(pluginhost): keep stream callbacks alive until stream close
sususu98 Jun 16, 2026
87132e5
feat(plugin): add ModelRouter before auth with single-slot routing ta…
sususu98 Jun 16, 2026
f63cf98
docs: add CatAPI sponsorship details to README files
luispater Jun 16, 2026
2884a67
feat(videos): add support for video_url extraction and validation in …
luispater Jun 16, 2026
30dc2e7
fix(translator): emit Claude server tool blocks for Codex web_search_…
sususu98 Jun 16, 2026
f49d179
feat(translator): add namespace and function call mapping for Claude …
luispater Jun 16, 2026
a5cb883
feat(translator): enhance content block handling and add stream-speci…
luispater Jun 16, 2026
13f51d9
fix(pluginhost): avoid holding host lock during plugin lifecycle
LTbinglingfeng Jun 16, 2026
a65ced4
fix(management): reload plugins asynchronously after changes
LTbinglingfeng Jun 16, 2026
7f026e1
Add runtime config clone
LTbinglingfeng Jun 16, 2026
a4756ab
Use config snapshots for management reload
LTbinglingfeng Jun 16, 2026
7b16321
Stabilize management reload race tests
LTbinglingfeng Jun 16, 2026
a3c87ce
Fix management reload snapshot ordering
LTbinglingfeng Jun 16, 2026
09596d2
Treat loading plugins as busy
LTbinglingfeng Jun 16, 2026
125c092
Merge pull request #3872 from router-for-me/codex/pluginhost-async-re…
luispater Jun 16, 2026
8d2c00c
feat(plugin-config): update default plugin `Enabled` behavior to fals…
luispater Jun 16, 2026
b9d024a
feat(executor): handle usage limit errors and enhance retry logic
luispater Jun 16, 2026
8c6f279
refactor(tests): remove obsolete test files and update reasoning effo…
hkfires Jun 17, 2026
0e81dee
Merge pull request #3873 from router-for-me/thinking
luispater Jun 17, 2026
c296790
feat(misc): align Antigravity runtime UA with agy CLI version sources
sususu98 Jun 17, 2026
29f22ac
Merge pull request #3877 from sususu98/feat/antigravity-cli-ua-upstre…
luispater Jun 17, 2026
96a8b0c
feat(executor): normalize reasoning text events and enhance handling …
luispater Jun 17, 2026
644ba74
feat(videos): implement auth binding for video requests and enhance p…
luispater Jun 17, 2026
f23fb12
feat(translator): ensure tool uses stay adjacent to tool results in m…
luispater Jun 17, 2026
f4f1a13
Merge upstream v7.2.15 into ampeco fork
dmtar Jun 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
42 changes: 23 additions & 19 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Git and GitHub folders
.git/*
.github/*
.git
.github

# Docker and CI/CD related files
docker-compose.yml
Expand All @@ -10,28 +10,32 @@ docker-compose.yml
Dockerfile

# Documentation and license
docs/*
docs
README.md
README_CN.md
LICENSE

# Runtime data folders (should be mounted as volumes)
auths/*
logs/*
conv/*
auths
logs
conv
config.yaml

# Development/editor
bin/*
.vscode/*
.claude/*
.codex/*
.gemini/*
.serena/*
.agent/*
.agents/*
.opencode/*
.idea/*
.bmad/*
_bmad/*
_bmad-output/*
bin
.vscode
.claude
.codex
.codex-worktrees
.gemini
.serena
.agent
.agents
.antigravitycli
.opencode
.idea
.junie
.worktrees
.bmad
_bmad
_bmad-output
5 changes: 5 additions & 0 deletions .env.cluster.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Cluster JWT example.
# After deploying https://github.com/router-for-me/CLIProxyAPIHome, get the JWT value with:
# curl -sS -X POST "http://<home-host>:8327/v0/management/certificates/clients" -H "X-MANAGEMENT-KEY: <management-key>" | jq -r '.home_jwt'
# Then paste it into HOME_JWT here or export it before starting Compose.
HOME_JWT=your-home-jwt-here
Loading
Loading