Skip to content

Tags: router-for-me/CLIProxyAPI

Tags

v6.6.25

Toggle v6.6.25's commit message

Verified

This commit was signed with the committer’s verified signature.
luispater Luis Pater
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.

v6.6.24

Toggle v6.6.24's commit message

Verified

This commit was signed with the committer’s verified signature.
luispater Luis Pater
feat(antigravity): add Gemini 3 Flash Preview model definition with e…

…nhanced capabilities

v6.6.23

Toggle v6.6.23's commit message

Verified

This commit was signed with the committer’s verified signature.
luispater Luis Pater
refactor(antigravity): optimize response handling in Claude model wit…

…h JSON manipulation

v6.6.22

Toggle v6.6.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #572 from router-for-me/watcher

refactor(watcher): extract auth synthesizer to synthesizer package

v6.6.21

Toggle v6.6.21's commit message

Verified

This commit was signed with the committer’s verified signature.
luispater Luis Pater
Fixed: #551

fix(translator): standardize content node handling across translators for assistant and tool calls

v6.6.20

Toggle v6.6.20's commit message

Verified

This commit was signed with the committer’s verified signature.
luispater Luis Pater
fix(translator): correct funcName extraction and ensure proper handli…

…ng of function response data in Antigravity Claude requests

v6.6.19

Toggle v6.6.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #569 from router-for-me/watcher

Watcher Module Progressive Refactoring - Phase 1

v6.6.18

Toggle v6.6.18's commit message

Verified

This commit was signed with the committer’s verified signature.
luispater Luis Pater
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.

v6.6.17

Toggle v6.6.17's commit message

Verified

This commit was signed with the committer’s verified signature.
luispater Luis Pater
docs: remove Amp CLI integration guides and update references

v6.6.16

Toggle v6.6.16's commit message

Verified

This commit was signed with the committer’s verified signature.
luispater Luis Pater
fix(translator): handle empty item type and string content in OpenAI …

…response parser