Luis Pater
ca993238f3
Merge pull request #42 from Ravens2121/master
...
feat(kiro): 新增授权码登录流程,优化邮箱获取与官方 Thinking 模式解析 预支持
2025-12-18 08:36:27 +08:00
Ravens2121
cf9a246d53
feat(kiro): 新增 AWS Builder ID 授权码流程认证及用户邮箱获取增强
...
Amp-Thread-ID: https://ampcode.com/threads/T-019b2ecc-fb2d-713f-b30d-1196c7dce3e2
Co-authored-by: Amp <amp@ampcode.com >
2025-12-18 08:16:52 +08:00
Ravens2121
54acd69e9d
Merge branch 'router-for-me:main' into master
2025-12-18 04:39:17 +08:00
Ravens2121
d687ee2777
feat(kiro): implement official reasoningContentEvent and improve metadat
2025-12-18 04:38:22 +08:00
Luis Pater
54c2fefbad
Merge branch 'router-for-me:main' into main
2025-12-18 03:29:00 +08:00
Luis Pater
506699fba1
ci(workflows): update pr-test-build workflow
2025-12-18 03:28:23 +08:00
Luis Pater
f7b17ee6ec
Merge pull request #36 from rezhajulio/feat/gpt-5.2
...
Add GPT-5.2 model support for GitHub Copilot
v6.6.25-1
2025-12-18 03:16:25 +08:00
Luis Pater
408614c74c
Merge branch 'router-for-me:main' into main
v6.6.25-0
2025-12-18 03:13:48 +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
0155a01bb1
Merge pull request #40 from router-for-me/plus
...
v6.6.24
v6.6.24-0
2025-12-18 01:04:17 +08:00
Luis Pater
cfeee5d511
Merge branch 'main' into plus
2025-12-18 01:04:10 +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
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
10e0ea1309
Merge main into pr-39
v6.6.23-0
2025-12-18 00:36:51 +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
hkfires
9b956f6338
chore: ignore agent and bmad artifacts
2025-12-17 23:15:15 +08:00
Luis Pater
09923f654c
feat(antigravity): add streaming support for Claude model requests
2025-12-17 22:16:57 +08:00
Luis Pater
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
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
462a70541e
Merge pull request #38 from router-for-me/plus
...
v6.6.22
v6.6.22-0
2025-12-17 16:43:53 +08:00
Luis Pater
2407c1f4af
Merge branch 'main' into plus
2025-12-17 16:43:46 +08:00
Luis Pater
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
이대희
aea337cfe2
feature: Improves schema flattening and tool use handling
...
Updates schema flattening logic to handle multiple non-null types, providing a more descriptive "Accepts" hint.
Removes redundant tracking of the current tool name in `Params` as it's no longer needed for streaming limits, simplifying the structure.
2025-12-17 17:30:23 +09:00
hkfires
811f8f8b4f
test(watcher): add comprehensive unit tests for watcher edge cases
...
Add extensive test coverage for watcher module including:
- Auth file handling for empty and missing files
- Persist async error paths and nil receiver handling
- Dispatch loop context cancellation scenarios
- Event processing for errors and channel closures
- Handle event cases: unrelated files, config changes, auth writes,
remove debouncing, atomic replace detection
- Normalize auth path and debounce cleanup logic
- Runtime auth dispatch and refresh state
- Config reload with mirrored auth dir and OAuth provider filtering
- Start failure when auth dir is missing
- Auth equality comparison ignoring temporal fields
- Reload clients filtering without full rescan
2025-12-17 16:29:11 +08:00
이대희
27734a23b1
Update internal/util/translator.go
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-12-17 17:15:11 +09:00
이대희
1b8e538a77
feature: Improves Gemini JSON schema compatibility
...
Enhances compatibility with the Gemini API by implementing a schema cleaning process.
This includes:
- Centralizing schema cleaning logic for Gemini in a dedicated utility function.
- Converting unsupported schema keywords to hints within the description field.
- Flattening complex schema structures like `anyOf`, `oneOf`, and type arrays to simplify the schema.
- Handling streaming responses with empty tool names, which can occur in subsequent chunks after the initial tool use.
2025-12-17 17:10:53 +09:00
hkfires
41c2385aca
refactor(watcher): split watcher.go into focused modules
...
- Create dispatcher.go for auth update queue management
- Create events.go for fsnotify event handling
- Create config_reload.go for hot-reload logic
- Create clients.go for client lifecycle management
- Simplify watcher.go to core coordinator (~150 lines)
- Maintain 100% API backward compatibility
- All tests passing with 72%+ coverage
2025-12-17 15:53:28 +08:00
hkfires
d605985f45
refactor(watcher): extract auth synthesis logic into separate synthesizer package
2025-12-17 15:00:43 +08:00
hkfires
d52b28b147
fix(config): use correct formatting function for prefix change details
2025-12-17 15:00:43 +08:00
Luis Pater
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
7481c0eaa0
Revert "Fix invalid thinking signature when proxying Claude via Antigravity"
2025-12-17 14:53:52 +08:00
Luis Pater
024bc25b2c
Merge branch 'router-for-me:main' into main
v6.6.21-0
2025-12-17 13:18:47 +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
b91ee8d008
Merge branch 'router-for-me:main' into main
v6.6.20-0
2025-12-17 04:01:19 +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
Rezha Julio
92c62bb2fb
Add GPT-5.2 model support for GitHub Copilot
2025-12-17 02:15:10 +07:00
Luis Pater
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
344066fd11
refactor(api): remove unused OpenAI compatibility provider logic
...
Simplify handler logic by removing OpenAI compatibility provider management, including related mutex handling and configuration updates.
v6.6.19-0
2025-12-17 02:58:14 +08:00
Luis Pater
bcb8092488
Merge pull request #35 from router-for-me/plus
...
v6.6.19
2025-12-17 02:50:49 +08:00
Luis Pater
1efade8bdb
Merge branch 'main' into plus
2025-12-17 02:50:14 +08:00
Luis Pater
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
kz
b602eae215
Fix antigravity Claude thinking signature handling
2025-12-17 02:28:58 +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
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