Luis Pater
1ff5de9a31
docs(readme): add CLIProxyAPI Dashboard to project list
2026-02-13 00:40:39 +08:00
Luis Pater
46a6853046
Merge pull request #1568 from itsmylife44/add-cliproxyapi-dashboard
...
Add CLIProxyAPI Dashboard to 'Who is with us?' section
2026-02-13 00:37:41 +08:00
xSpaM
4b2d40bd67
Add CLIProxyAPI Dashboard to 'Who is with us?' section
2026-02-12 17:15:46 +01:00
Luis Pater
575881cb59
feat(registry): add new model definition for MiniMax-M2.5
docker-image / docker_amd64 (push) Has been cancelled
docker-image / docker_arm64 (push) Has been cancelled
goreleaser / goreleaser (push) Has been cancelled
docker-image / docker_manifest (push) Has been cancelled
v6.8.14
2026-02-12 22:43:01 +08:00
hkfires
f361b2716d
feat(registry): add glm-5 model to iflow
docker-image / docker_amd64 (push) Has been cancelled
docker-image / docker_arm64 (push) Has been cancelled
goreleaser / goreleaser (push) Has been cancelled
docker-image / docker_manifest (push) Has been cancelled
v6.8.13
2026-02-12 11:13:28 +08:00
이대희
93147dddeb
Improves error handling for canceled requests
...
Adds explicit handling for context.Canceled errors in the reverse proxy error handler to return 499 status code without logging, which is more appropriate for client-side cancellations during polling.
Also adds a test case to verify this behavior.
2026-02-12 10:39:45 +09:00
이대희
c0f9b15a58
Merge remote-tracking branch 'upstream/main' into feature/canceled
2026-02-12 10:33:49 +09:00
이대희
6f2fbdcbae
Update internal/api/modules/amp/proxy.go
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-02-12 10:30:05 +09:00
HEUDavid
65debb874f
feat/auth-hook: refactor RequstInfo to preserve original HTTP semantics
2026-02-12 07:11:17 +08:00
HEUDavid
3caadac003
feat/auth-hook: add post auth hook [CR]
2026-02-12 07:11:17 +08:00
HEUDavid
6a9e3a6b84
feat/auth-hook: add post auth hook
2026-02-12 07:11:17 +08:00
HEUDavid
269972440a
feat/auth-hook: add post auth hook
2026-02-12 07:11:17 +08:00
HEUDavid
cce13e6ad2
feat/auth-hook: add post auth hook
2026-02-12 07:11:17 +08:00
HEUDavid
8a565dcad8
feat/auth-hook: add post auth hook
2026-02-12 07:11:17 +08:00
HEUDavid
d536110404
feat/auth-hook: add post auth hook
2026-02-12 07:11:17 +08:00
HEUDavid
48e957ddff
feat/auth-hook: add post auth hook
2026-02-12 07:11:17 +08:00
HEUDavid
94563d622c
feat/auth-hook: add post auth hook
2026-02-12 07:11:17 +08:00
Luis Pater
58e09f8e5f
Merge pull request #1542 from APE-147/fix/gemini-antigravity-schema-sanitization
...
fix(schema): sanitize Gemini-incompatible tool metadata fields
2026-02-11 21:34:04 +08:00
Luis Pater
a146c6c0aa
Merge pull request #1523 from xxddff/feature/removeUserField
...
docker-image / docker_amd64 (push) Has been cancelled
docker-image / docker_arm64 (push) Has been cancelled
goreleaser / goreleaser (push) Has been cancelled
docker-image / docker_manifest (push) Has been cancelled
fix(codex): remove unsupported 'user' field from /v1/responses payload
v6.8.12
2026-02-11 20:38:16 +08:00
Luis Pater
4c133d3ea9
test(sdk/watcher): add tests for excluded models merging and priority parsing logic
...
- Added unit tests for combining OAuth excluded models across global and attribute-specific scopes.
- Implemented priority attribute parsing with support for different formats and trimming.
2026-02-11 20:35:13 +08:00
sususu98
f3ccd85ba1
feat(gemini-cli): add Google One login and improve auto-discovery
...
Add Google One personal account login to Gemini CLI OAuth flow:
- CLI --login shows mode menu (Code Assist vs Google One)
- Web management API accepts project_id=GOOGLE_ONE sentinel
- Auto-discover project via onboardUser without cloudaicompanionProject when project is unresolved
Improve robustness of auto-discovery and token handling:
- Add context-aware auto-discovery polling (30s timeout, 2s interval)
- Distinguish network errors from project-selection-required errors
- Refresh expired access tokens in readAuthFile before project lookup
- Extend project_id auto-fill to gemini auth type (was antigravity-only)
Unify credential file naming to geminicli- prefix for both CLI and web.
Add extractAccessToken unit tests (9 cases).
2026-02-11 17:53:03 +08:00
RGBadmin
dc279de443
refactor: reduce code duplication in extractExcludedModelsFromMetadata
2026-02-11 15:57:16 +08:00
RGBadmin
bf1634bda0
refactor: simplify per-account excluded_models merge in routing
2026-02-11 15:57:15 +08:00
Nathan
166d2d24d9
fix(schema): remove Gemini-incompatible tool metadata fields
...
Sanitize tool schemas by stripping prefill, enumTitles, $id, and patternProperties to prevent Gemini INVALID_ARGUMENT 400 errors, and add unit and executor-level tests to lock in the behavior.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-11 18:29:17 +11:00
RGBadmin
4cbcc835d1
feat: read per-account excluded_models at routing time
2026-02-11 15:21:19 +08:00
RGBadmin
b93026d83a
feat: merge per-account excluded_models with global config
2026-02-11 15:21:15 +08:00
RGBadmin
5ed2133ff9
feat: add per-account excluded_models and priority parsing
2026-02-11 15:21:12 +08:00
Luis Pater
1510bfcb6f
fix(translator): improve content handling for system and user messages
...
docker-image / docker_amd64 (push) Has been cancelled
docker-image / docker_arm64 (push) Has been cancelled
goreleaser / goreleaser (push) Has been cancelled
docker-image / docker_manifest (push) Has been cancelled
- Added support for single and array-based `content` cases.
- Enhanced `system_instruction` structure population logic.
- Improved handling of user role assignment for string-based `content`.
v6.8.11
2026-02-11 15:04:01 +08:00
Chén Mù
c6bd91b86b
Merge pull request #1519 from router-for-me/thinking
...
docker-image / docker_amd64 (push) Has been cancelled
docker-image / docker_arm64 (push) Has been cancelled
goreleaser / goreleaser (push) Has been cancelled
docker-image / docker_manifest (push) Has been cancelled
feat(translator): support Claude thinking type adaptive
v6.8.10
2026-02-10 18:31:56 +08:00
이대희
ce0c6aa82b
Update internal/api/modules/amp/proxy.go
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-10 19:07:49 +09:00
hkfires
349ddcaa89
fix(registry): correct max completion tokens for opus 4.6 thinking
2026-02-10 18:05:40 +08:00
xxddff
bb9fe52f1e
Update internal/translator/codex/openai/responses/codex_openai-responses_request_test.go
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-02-10 18:24:58 +09:00
xxddff
afe4c1bfb7
更新internal/translator/codex/openai/responses/codex_openai-responses_request.go
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-02-10 18:24:26 +09:00
이대희
3c85d2a4d7
feature(proxy): Adds special handling for client cancellations in proxy error handler
...
Silences logging for client cancellations during polling to reduce noise in logs.
Client-side cancellations are common during long-running operations and should not be treated as errors.
2026-02-10 18:02:08 +09:00
xxddff
865af9f19e
Implement test for user field deletion
...
Add test to verify deletion of user field in response
2026-02-10 17:38:49 +09:00
xxddff
2b97cb98b5
Delete 'user' field from raw JSON
...
Remove the 'user' field from the raw JSON as requested.
2026-02-10 17:35:54 +09:00
hkfires
938a799263
feat(translator): support Claude thinking type adaptive
2026-02-10 16:20:32 +08:00
Luis Pater
0040d78496
refactor(sdk): simplify provider lifecycle and registration logic
docker-image / docker_amd64 (push) Has been cancelled
docker-image / docker_arm64 (push) Has been cancelled
goreleaser / goreleaser (push) Has been cancelled
docker-image / docker_manifest (push) Has been cancelled
v6.8.9
2026-02-10 15:39:26 +08:00
hkfires
896de027cc
docs(config): reorder antigravity model alias example
2026-02-10 10:13:54 +08:00
hkfires
fc329ebf37
docs(config): simplify oauth model alias example
2026-02-10 10:12:28 +08:00
Luis Pater
eaab1d6824
Merge pull request #1506 from masrurimz/fix-sse-model-mapping
...
docker-image / docker_amd64 (push) Has been cancelled
docker-image / docker_arm64 (push) Has been cancelled
goreleaser / goreleaser (push) Has been cancelled
docker-image / docker_manifest (push) Has been cancelled
fix(amp): rewrite response.model in Responses API SSE events
v6.8.8
2026-02-10 02:08:11 +08:00
Muhammad Zahid Masruri
0cfe310df6
ci: retrigger workflows
...
Amp-Thread-ID: https://ampcode.com/threads/T-019c264f-1cb9-7420-a68b-876030db6716
2026-02-10 00:09:11 +07:00
Muhammad Zahid Masruri
918b6955e4
fix(amp): rewrite model name in response.model for Responses API SSE events
...
The ResponseRewriter's modelFieldPaths was missing 'response.model',
causing the mapped model name to leak through SSE streaming events
(response.created, response.in_progress, response.completed) in the
OpenAI Responses API (/v1/responses).
This caused Amp CLI to report 'Unknown OpenAI model' errors when
model mapping was active (e.g., gpt-5.2-codex -> gpt-5.3-codex),
because the mapped name reached Amp's backend via telemetry.
Also sorted modelFieldPaths alphabetically per review feedback
and added regression tests for all rewrite paths.
Fixes #1463
2026-02-09 23:52:59 +07:00
Luis Pater
5a3eb08739
Merge pull request #1502 from router-for-me/iflow
...
docker-image / docker_amd64 (push) Has been cancelled
docker-image / docker_arm64 (push) Has been cancelled
goreleaser / goreleaser (push) Has been cancelled
docker-image / docker_manifest (push) Has been cancelled
feat(executor): add session ID and HMAC-SHA256 signature generation for iFlow API requests
v6.8.7
2026-02-09 19:56:12 +08:00
Luis Pater
0dff329162
Merge pull request #1492 from router-for-me/management
...
fix(management): ensure management.html is available synchronously and improve asset sync handling
2026-02-09 19:55:21 +08:00
hkfires
49c1740b47
feat(executor): add session ID and HMAC-SHA256 signature generation for iFlow API requests
2026-02-09 19:29:42 +08:00
hkfires
3fbee51e9f
fix(management): ensure management.html is available synchronously and improve asset sync handling
2026-02-09 08:32:58 +08:00
Luis Pater
63643c44a1
Fixed : #1484
...
docker-image / docker_amd64 (push) Has been cancelled
docker-image / docker_arm64 (push) Has been cancelled
goreleaser / goreleaser (push) Has been cancelled
docker-image / docker_manifest (push) Has been cancelled
fix(translator): restructure message content handling to support multiple content types
- Consolidated `input_text` and `output_text` handling into a single case.
- Added support for processing `input_image` content with associated URLs.
v6.8.6
2026-02-09 02:05:38 +08:00
Luis Pater
3b34521ad9
Merge pull request #1479 from router-for-me/management
...
docker-image / docker_amd64 (push) Has been cancelled
docker-image / docker_arm64 (push) Has been cancelled
goreleaser / goreleaser (push) Has been cancelled
docker-image / docker_manifest (push) Has been cancelled
refactor(management): streamline control panel management and implement sync throttling
v6.8.5
2026-02-08 20:37:29 +08:00
hkfires
7197fb350b
fix(config): prune default descendants when merging new yaml nodes
2026-02-08 19:05:52 +08:00