Luis Pater and GitHub
99478d13a8
Merge pull request #623 from router-for-me/remote-OAuth
...
Remote OAuth
2025-12-19 18:29:09 +08:00
Luis Pater and GitHub
69d3a80fc3
Merge pull request #618 from router-for-me/amp
...
fix(amp): add management auth skipper
2025-12-19 17:37:51 +08:00
Luis Pater and GitHub
9e268ad103
Merge pull request #619 from router-for-me/gemini
...
fix(util): disable default thinking for gemini 3 flash
2025-12-19 17:36:52 +08:00
Luis Pater
05e55d7dc5
feat(codex): update gpt-5.2 codex prompt instructions
...
The prompt for the gpt-5.2 codex model has been updated with more comprehensive instructions. This includes detailed guidelines on general usage, editing constraints, the plan tool, sandboxing configurations, handling special user requests, frontend task considerations, and final message presentation. The updates aim to improve the model's understanding and execution of complex coding tasks by providing clearer directives and constraints.
2025-12-19 12:38:28 +08:00
Luis Pater
ca09db21ff
feat(codex): add gpt-5.2 codex prompt handling
...
This change introduces specific logic to load and use instructions for the 'gpt-5.2-codex' model variant by recognizing the 'gpt-5.2-codex_prompt.md' filename. This ensures the correct prompts are used when the '5.2-codex' model is identified, complementing the recent addition of its definition.
2025-12-19 11:39:51 +08:00
Luis Pater and GitHub
774f1fbc17
Merge pull request #586 from router-for-me/chore
...
chore: ignore gemini metadata files
2025-12-19 01:00:30 +08:00
Luis Pater
d1220de02d
chore(docs): remove legacy documentation and unused PR workflow file
2025-12-18 08:21:58 +08:00
Luis Pater and GitHub
13eb5268de
Merge pull request #582 from ben-vargas/fix-gemini-3-thinking-level
...
feat: use thinkingLevel for Gemini 3 models per Google documentation
2025-12-18 07:19:37 +08:00
Luis Pater
506699fba1
ci(workflows): update pr-test-build workflow
2025-12-18 03:28:23 +08:00
Luis Pater
68a27772b3
feat(antigravity): enable token counting via API with resilient routing
...
Introduces the capability to count tokens for Antigravity-backed requests. This implementation leverages the `countTokens` endpoint of the Antigravity API, replacing the prior unsupported stub.
Key aspects of this update include:
- **API Integration**: Direct integration with the Antigravity `countTokens` API, including necessary request payload translation and authentication.
- **Resilient Infrastructure**: A fallback mechanism has been established, allowing the system to attempt connections across multiple Antigravity base URLs to ensure request success even in the event of temporary service interruptions.
- **Model Aliasing**: Added mappings for `gemini-3-flash` and `gemini-3-flash-preview` to ensure compatibility with the latest model variants.
- **Robust Error Handling**: Comprehensive error handling and logging are in place to manage failures during API interactions.
2025-12-18 03:12:46 +08:00
Luis Pater
f27672f6cf
feat(antigravity): add Gemini 3 Flash Preview model definition with enhanced capabilities
2025-12-18 01:02:19 +08:00
Luis Pater and GitHub
28420c14e4
Merge pull request #580 from router-for-me/chore
...
chore: ignore agent and bmad artifacts
2025-12-18 00:46:25 +08:00
Luis Pater
0bd221ff41
refactor(antigravity): optimize response handling in Claude model with JSON manipulation
2025-12-17 23:57:41 +08:00
Luis Pater
5fda6f8ef3
feat(antigravity): implement non-streaming execution for Claude model requests
2025-12-17 23:17:11 +08:00
Luis Pater
09923f654c
feat(antigravity): add streaming support for Claude model requests
2025-12-17 22:16:57 +08:00
Luis Pater and GitHub
ae7b972649
Merge pull request #577 from router-for-me/refactor-watcher-phase3
...
Refactor-watcher-phase3
2025-12-17 17:53:04 +08:00
Luis Pater
47885e3710
test(gemini): add test cases and improve compatibility for complex schema cases in CleanJSONSchemaForGemini function
2025-12-17 17:38:53 +08:00
Luis Pater and GitHub
4b9a260b37
Merge pull request #575 from soilSpoon/feature/antigravity-gemini-compat
...
feature: Improves Antigravity(gemini-claude) JSON schema compatibility
2025-12-17 16:53:06 +08:00
Luis Pater and GitHub
2c743c8f0b
Merge pull request #572 from router-for-me/watcher
...
refactor(watcher): extract auth synthesizer to synthesizer package
2025-12-17 16:39:59 +08:00
Luis Pater
9f2c278ee6
refactor(translator): replace client.Content structs with JSON-based content generation for more efficient handling of Claude requests
2025-12-17 16:39:32 +08:00
Luis Pater and GitHub
4afe1f42ca
Merge pull request #571 from router-for-me/revert-570-fix/antigravity-thinking-signature
...
Revert "Fix invalid thinking signature when proxying Claude via Antigravity"
2025-12-17 14:56:29 +08:00
Luis Pater and GitHub
7481c0eaa0
Revert "Fix invalid thinking signature when proxying Claude via Antigravity"
2025-12-17 14:53:52 +08:00
Luis Pater
ffdfad8482
Fixed : #551
...
fix(translator): standardize content node handling across translators for assistant and tool calls
2025-12-17 13:16:07 +08:00
Luis Pater
6586f08584
fix(translator): correct funcName extraction and ensure proper handling of function response data in Antigravity Claude requests
2025-12-17 03:57:35 +08:00
Luis Pater and GitHub
f49e887fe6
Merge pull request #570 from fuguiKz/fix/antigravity-thinking-signature
...
Fix invalid thinking signature when proxying Claude via Antigravity
2025-12-17 03:04:41 +08:00
Luis Pater and GitHub
a5b3ff11fd
Merge pull request #569 from router-for-me/watcher
...
Watcher Module Progressive Refactoring - Phase 1
2025-12-17 02:43:34 +08:00
Luis Pater
084558f200
test(config): add unit tests for model prefix changes in config diff
2025-12-17 02:31:16 +08:00
Luis Pater
d02bf9c243
feat(diff): add support for model prefix changes in config diff logic
...
Enhance the configuration diff logic to include detection and reporting of `prefix` changes for all model types. Update related struct naming for consistency across the watcher module.
2025-12-17 02:05:03 +08:00
Luis Pater
26a5f67df2
Merge branch 'dev' into watcher
2025-12-17 01:48:11 +08:00
Luis Pater and GitHub
600fd42a83
Merge pull request #564 from router-for-me/think
...
feat(thinking): unify budget/effort conversion logic and add iFlow thinking support
2025-12-17 01:21:24 +08:00
Luis Pater
670685139a
fix(api): update route patterns to support wildcards for Gemini actions
...
Normalize action handling by accommodating wildcard patterns in route definitions for Gemini endpoints. Adjust `request.Action` parsing logic to correctly process routes with prefixed actions.
2025-12-17 01:17:02 +08:00
Luis Pater
52b6306388
feat(config): add support for model prefixes and prefix normalization
...
Refactor model management to include an optional `prefix` field for model credentials, enabling better namespace handling. Update affected configuration files, APIs, and handlers to support prefix normalization and routing. Remove unused OpenAI compatibility provider logic to simplify processing.
2025-12-17 01:07:26 +08:00
Luis Pater and GitHub
fcecbc7d46
Merge pull request #562 from thomasvan/fix/openai-claude-message-start-order
...
fix(translator): emit message_start on first chunk regardless of role field
2025-12-16 16:54:58 +08:00
Luis Pater
5a812a1e93
feat(remote-management): add support for custom GitHub repository for panel updates
...
Introduce `panel-github-repository` in the configuration to allow specifying a custom repository for management panel assets. Update dependency versions and enhance asset URL resolution logic to support overrides.
2025-12-16 13:09:26 +08:00
Luis Pater
3af24597ee
docs: remove Amp CLI integration guides and update references
2025-12-15 23:50:56 +08:00
Luis Pater and GitHub
88b101ebf5
Merge pull request #549 from router-for-me/log
...
Improve Request Logging Efficiency and Standardize Error Responses
2025-12-15 20:43:12 +08:00
Luis Pater
d9a65745df
fix(translator): handle empty item type and string content in OpenAI response parser
2025-12-15 20:35:52 +08:00
Luis Pater and GitHub
f6720f8dfa
Merge pull request #547 from router-for-me/amp
...
feat(amp): require API key authentication for management routes
2025-12-15 16:14:49 +08:00
Luis Pater and GitHub
8e4fbcaa7d
Merge pull request #533 from router-for-me/think
...
refactor(thinking): centralize reasoning effort mapping and normalize budget values
2025-12-15 10:34:41 +08:00
Luis Pater and GitHub
707b07c5f5
Merge pull request #537 from sukakcoding/fix/function-response-fallback
...
fix: handle malformed json in function response parsing
2025-12-15 03:31:09 +08:00
Luis Pater and GitHub
5a75ef8ffd
Merge pull request #536 from AoaoMH/feature/auth-model-check
...
feat: using Client Model Infos;
2025-12-15 00:29:33 +08:00
Luis Pater
71f788b13a
fix(registry): remove unused ThinkingSupport from DeepSeek-R1 model
2025-12-14 21:30:17 +08:00
Luis Pater
59c62dc580
fix(registry): correct DeepSeek-V3.2 experimental model ID
2025-12-14 21:27:43 +08:00
Luis Pater and GitHub
d5310a3300
Merge pull request #531 from AoaoMH/feature/auth-model-check
...
feat: add API endpoint to query models for auth credentials
2025-12-14 16:46:43 +08:00
Luis Pater
f0a3eb574e
fix(registry): update DeepSeek model definitions with new IDs and descriptions
2025-12-14 16:17:11 +08:00
Luis Pater and GitHub
14ce6aebd1
Merge pull request #449 from sususu98/fix/gemini-cli-429-retry-delay-parsing
...
fix(gemini-cli): enhance 429 retry delay parsing
2025-12-14 14:04:14 +08:00
Luis Pater and GitHub
2fe83723f2
Merge pull request #515 from teeverc/fix/response-rewriter-streaming-flush
...
fix(amp): flush response buffer after each streaming chunk write
2025-12-14 13:26:05 +08:00
Luis Pater and GitHub
b6ad243e9e
Merge pull request #498 from teeverc/fix/claude-streaming-flush
...
fix(claude): flush Claude SSE chunks immediately
2025-12-13 23:58:34 +08:00
Luis Pater
660aabc437
fix(executor): add allowCompat support for reasoning effort normalization
...
Introduced `allowCompat` parameter to improve compatibility handling for reasoning effort in payloads across OpenAI and similar models.
2025-12-13 04:06:02 +08:00
Luis Pater and GitHub
566120e8d5
Merge pull request #505 from router-for-me/think
...
fix(thinking): map budgets to effort levels
2025-12-12 22:17:11 +08:00
Luis Pater and GitHub
f3f0f1717d
Merge branch 'dev' into think
2025-12-12 22:16:44 +08:00
Luis Pater and GitHub
7621ec609e
Merge pull request #501 from huynguyen03dev/fix/openai-compat-model-alias-resolution
...
fix(openai-compat): prevent model alias from being overwritten
2025-12-12 21:58:15 +08:00
Luis Pater
9f511f0024
fix(executor): improve model compatibility handling for OpenAI-compatibility
...
Enhances payload handling by introducing OpenAI-compatibility checks and refining how reasoning metadata is resolved, ensuring broader model support.
2025-12-12 21:57:25 +08:00
Luis Pater and GitHub
1c52a89535
Merge pull request #502 from router-for-me/iflow
...
fix(auth): prevent duplicate iflow BXAuth tokens
2025-12-12 20:03:37 +08:00
Luis Pater and GitHub
b8194e717c
Merge pull request #500 from router-for-me/think
...
fix(codex): raise default reasoning effort to medium
2025-12-12 18:35:26 +08:00
Luis Pater
6e43669498
Fixed : #440
...
feat(watcher): normalize auth file paths and implement debounce for remove events
2025-12-12 16:50:56 +08:00
Luis Pater and GitHub
fc054db51a
Merge pull request #494 from ben-vargas/fix-gpt-reasoning-none
...
fix(models): add "none" reasoning effort level to gpt-5.2
2025-12-12 08:53:19 +08:00
Luis Pater
6e2306a5f2
refactor(handlers): improve request logging and payload handling
2025-12-12 08:52:52 +08:00
Luis Pater
a68c97a40f
Fixed : #492
2025-12-12 04:08:11 +08:00
Luis Pater
cd2da152d4
feat(models): add GPT 5.2 model definition and prompts
2025-12-12 03:02:27 +08:00
Luis Pater and GitHub
bb6312b4fc
Merge pull request #488 from router-for-me/gemini
...
Unify the Gemini executor style
2025-12-11 22:14:17 +08:00
Luis Pater and GitHub
a74ee3f319
Merge pull request #481 from sususu98/fix/increase-buffer-size
...
fix: increase buffer size for stream scanners to 50MB across multiple executors
2025-12-11 21:20:54 +08:00
Luis Pater and GitHub
564bcbaa54
Merge pull request #487 from router-for-me/amp
...
fix(amp): set status on claude stream errors
2025-12-11 21:18:19 +08:00
Luis Pater and GitHub
2760989401
Merge pull request #485 from router-for-me/think
...
Think
2025-12-11 18:27:00 +08:00
Luis Pater and GitHub
1da03bfe15
Merge pull request #479 from router-for-me/claude
...
fix(claude): prevent final events when no content streamed
2025-12-11 08:18:59 +08:00
Luis Pater
423ce97665
feat(util): implement dynamic thinking suffix normalization and refactor budget resolution logic
...
- Added support for parsing and normalizing dynamic thinking model suffixes.
- Centralized budget resolution across executors and payload helpers.
- Retired legacy Gemini-specific thinking handlers in favor of unified logic.
- Updated executors to use metadata-based thinking configuration.
- Added `ResolveOriginalModel` utility for resolving normalized upstream models using request metadata.
- Updated executors (Gemini, Codex, iFlow, OpenAI, Qwen) to incorporate upstream model resolution and substitute model values in payloads and request URLs.
- Ensured fallbacks handle cases with missing or malformed metadata to derive models robustly.
- Refactored upstream model resolution to dynamically incorporate metadata for selecting and normalizing models.
- Improved handling of thinking configurations and model overrides in executors.
- Removed hardcoded thinking model entries and migrated logic to metadata-based resolution.
- Updated payload mutations to always include the resolved model.
2025-12-11 03:10:50 +08:00
Luis Pater
e717939edb
Fixed : #478
...
feat(antigravity): add support for inline image data in client responses
2025-12-10 23:55:53 +08:00
Luis Pater
94d61c7b2b
fix(logging): update response aggregation logic to include all attempts
2025-12-10 16:53:48 +08:00
Luis Pater
1249b07eb8
feat(responses): add unique identifiers for responses, function calls, and tool uses
2025-12-10 16:02:54 +08:00
Luis Pater
6b37f33d31
feat(antigravity): add unique identifier for tool use blocks in response
2025-12-10 15:27:57 +08:00
Luis Pater
f25f419e5a
fix(antigravity): remove references to autopush endpoint and update fallback logic
2025-12-10 00:13:20 +08:00
Luis Pater and GitHub
b7e382008f
Merge pull request #465 from router-for-me/think
...
Move thinking budget normalization from translators to executor
2025-12-09 21:10:33 +08:00
Luis Pater and GitHub
5db3b58717
Merge pull request #470 from router-for-me/agry
...
fix(gemini): normalize model listing output
2025-12-09 21:00:29 +08:00
Luis Pater
39b6b3b289
Fixed : #463
...
fix(antigravity): remove `$ref` and `$defs` from JSON during key deletion
2025-12-09 17:32:17 +08:00
Luis Pater
c600519fa4
refactor(logging): replace log.Fatalf with log.Errorf and add error handling paths
2025-12-09 17:16:30 +08:00
Luis Pater and GitHub
92df0cada9
Merge pull request #461 from router-for-me/aistudio
...
feat(aistudio): normalize thinking budget in request translation
2025-12-09 08:41:46 +08:00
Luis Pater
bb45fee1cf
Merge remote-tracking branch 'origin/dev' into dev
2025-12-08 23:28:22 +08:00
Luis Pater
af00304b0c
fix(antigravity): remove exclusiveMaximum from JSON during key deletion
2025-12-08 23:28:01 +08:00
Luis Pater
6ad188921c
refactor(logging): remove unused variable in ensureAttempt and redundant function call
2025-12-08 22:25:58 +08:00
Luis Pater and GitHub
15ed98d6a9
Merge pull request #458 from router-for-me/agry
...
feat(antigravity): enforce thinking budget limits for Claude models
2025-12-08 20:55:52 +08:00
Luis Pater and GitHub
3efbd865a8
Merge pull request #457 from router-for-me/requestlog
...
style(logging): remove redundant separator line from response section
2025-12-08 18:21:24 +08:00
Luis Pater and GitHub
5aa386d8b9
Merge pull request #453 from router-for-me/amp
...
add ampcode management api
2025-12-08 17:42:13 +08:00
Luis Pater and GitHub
0adc0ee6aa
Merge pull request #455 from router-for-me/requestlog
...
feat(logging): add upstream API request/response capture to streaming logs
2025-12-08 17:40:10 +08:00
Luis Pater and GitHub
de77903915
Merge pull request #450 from router-for-me/amp
...
refactor(config): rename prioritize-model-mappings to force-model-mappings
2025-12-08 10:51:32 +08:00
Luis Pater and GitHub
42e818ce05
Merge pull request #435 from heyhuynhgiabuu/fix/amp-model-mapping-priority
...
fix: prioritize model mappings over local providers for Amp CLI
2025-12-08 10:17:19 +08:00
Luis Pater and GitHub
2d4c54ba54
Merge pull request #448 from router-for-me/iflow
...
Iflow
2025-12-08 09:50:05 +08:00
Luis Pater and GitHub
d26ed069fa
Merge pull request #441 from huynguyen03dev/fix/claude-to-openai-whitespace-text
...
fix: filter whitespace-only text in Claude to OpenAI translation
2025-12-08 09:43:44 +08:00
Luis Pater and GitHub
6cf1d8a947
Merge pull request #444 from router-for-me/agry
...
feat(registry): add explicit thinking support config for antigravity models
2025-12-07 19:38:43 +08:00
Luis Pater and GitHub
1b638b3629
Merge pull request #432 from huynguyen03dev/fix/amp-gemini-model-mapping
...
fix(amp): pass mapped model to gemini bridge via context
2025-12-07 13:33:28 +08:00
Luis Pater and GitHub
6f5f81753d
Merge pull request #439 from router-for-me/log
...
feat(logging): add version info to request log output
2025-12-07 13:31:06 +08:00
Luis Pater
76af454034
**feat(antigravity): enhance handling of "thinking" content and refine Claude model response processing**
2025-12-07 13:19:12 +08:00
Luis Pater
f383840cf9
fix(antigravity): update toolNode role from "tool" to "user" in chat completions
2025-12-07 02:37:46 +08:00
Luis Pater
fd29ab418a
Fixed : #424
...
**feat(antigravity): add support for maxOutputTokens and refine Claude model handling**
2025-12-07 01:55:57 +08:00
Luis Pater
7a628426dc
Fixed : #433
...
refactor(translator): normalize finish reason casing across all OpenAI response handlers
2025-12-07 01:48:24 +08:00
Luis Pater
56b4d7a76e
docs(readme): add ProxyPal CLIProxyAPI GUI to project list
2025-12-07 01:13:30 +08:00
Luis Pater and GitHub
b211c3546d
Merge pull request #429 from heyhuynhgiabuu/feature/add-proxypal
...
docs: add ProxyPal to 'Who is with us?' section
2025-12-07 01:10:44 +08:00
Luis Pater and GitHub
7ea14479fb
Merge pull request #428 from router-for-me/amp
...
feat(amp): add response rewriter for model name substitution in responses
2025-12-06 15:14:10 +08:00
Luis Pater
0ebabf5152
feat(antigravity): add FetchAntigravityProjectID function and integrate project ID retrieval
2025-12-06 01:32:12 +08:00
Luis Pater
d7564173dd
fix(antigravity): restore production base URL in the executor
2025-12-06 01:11:37 +08:00
Luis Pater
c44c46dd80
Fixed : #421
...
feat(antigravity): implement project ID retrieval and integration in payload processing
2025-12-06 00:40:55 +08:00