decolua
8223c87988
feat(memory-management): Introduce MEMORY_CONFIG for session and DNS management, including session TTL, cleanup intervals, and proxy dispatcher limits.
2026-03-12 15:57:21 +07:00
decolua
372b985ee9
fix(translator): Ensure loading state is reset after error handling in TranslatorPage
2026-03-12 15:45:41 +07:00
decolua
83d94daa82
feat(ollama): Enhance Ollama support by adding new models, updating API format handling, and integrating translation functionality.
2026-03-12 15:24:10 +07:00
decolua
32e3980a13
feat(ollama): Add Ollama provider support with models and configuration, including API endpoints and UI updates.
2026-03-12 15:24:02 +07:00
decolua
a224f68e5c
feat(kimi-coding): Added Kimi Coding to the list of supported OAuth providers with specific configuration.
2026-03-12 10:48:11 +07:00
decolua
f1bf027c68
feat(usage): claude quota tracker
2026-03-12 09:42:17 +07:00
decolua
fe49b61dfb
feat: - Introduced per-provider strategy overrides in settings, allowing for more flexible connection management.
...
- Added new provider models: DeepSeek 3.1, DeepSeek 3.2, and Qwen3 Coder Next.
- Implemented UI changes to support round-robin strategy with sticky limits in the provider detail page.
- Improved logging to display connection names instead of IDs for better clarity.
2026-03-11 18:04:38 +07:00
Hưng Nguyễn
2470ef84de
feat: add confbox dependency and refactor TOML parsing in codex settings ( #282 )
...
fix: update JSDoc for refreshAndUpdateCredentials return type
2026-03-11 17:00:49 +07:00
decolua
d9dad5bcf3
Fix : Add custom to model selector
2026-03-11 11:59:07 +07:00
Doan Minh Tu
8c51edabcf
fix(docker): use entrypoint to fix /app/data permissions on mounted volumes
2026-03-11 08:33:04 +07:00
Doan Minh Tu
9c757ff7d2
fix(docker): move data dir chown after COPY to fix EACCES permission error
2026-03-11 08:24:48 +07:00
Doan Minh Tu
5fc77fbf8c
ci: trigger only on tag push, keep master trigger commented
2026-03-11 06:56:21 +07:00
Doan Minh Tu
91c1bc848e
ci: harden Dockerfile and workflow security
2026-03-11 06:49:10 +07:00
Doan Minh Tu
aa2b83e1f6
ci: add Docker build and publish workflow
2026-03-11 06:48:44 +07:00
decolua
a501c05969
fix(api): improve access token handling during credential refresh
2026-03-10 16:38:32 +07:00
Peter Steinberger
31775393e6
feat(iflow): sync model list with CLIProxyAPI
...
Made-with: Cursor
2026-03-10 16:38:32 +07:00
Peter Steinberger
06a5307160
feat(gemini-cli): add proper User-Agent and X-Goog-Api-Client headers
...
Match native GeminiCLI client fingerprint to avoid upstream rejection.
Also fix base executor to call transformRequest before buildHeaders so
subclasses can store model context for header generation.
Made-with: Cursor
2026-03-10 16:38:32 +07:00
Hồ Khánh Duy
10b22d1318
update: claude code (cc) models pricing ( #275 )
2026-03-09 23:40:37 +07:00
luongquocloc8668@gmail.com
36f8a8ce16
feat(base): add 429 retry with fixed delay for all providers
...
Retry up to 2 times with 2s delay before falling back to next URL.
Made-with: Cursor
2026-03-09 17:36:16 +07:00
Xmllist
6437a1c55f
refactor(claude-to-openai): simplify usage token calculation and final chunk assembly
...
Made-with: Cursor
2026-03-09 17:18:49 +07:00
vothaianh
076e70c5a6
refactor(providers): simplify proxy UX — hover button + inline dropdown, remove selection toolbar
...
Made-with: Cursor
2026-03-09 17:17:59 +07:00
decolua
8c8eeecc70
refactor: replace better-sqlite3 with lowdb for request details storage
...
- Removed better-sqlite3 dependency and implemented lowdb for JSON-based storage.
- Updated observability settings handling and configuration retrieval.
- Cleaned up unused observability settings UI components in ProfilePage.
- Adjusted contributors badge display in README for better visibility.
2026-03-09 16:50:18 +07:00
decolua
753a04b49e
docs: add MIT LICENSE file
...
Made-with: Cursor
2026-03-09 16:30:39 +07:00
b1nhm1nh
b13ff2cddb
docs: update contributors badge display (max 200, columns 10)
...
Made-with: Cursor
2026-03-09 16:23:37 +07:00
apeltekci
30e4689fb9
fix(cline): refresh static model catalog
...
Made-with: Cursor
2026-03-09 16:21:53 +07:00
apeltekci
29f3e1894e
fix(cline): use workos auth token shape
...
Made-with: Cursor
2026-03-09 16:21:29 +07:00
huynhquangtoan
89405125e6
fix(proxyTest): improve error handling and update default test URL
...
Made-with: Cursor
2026-03-09 15:52:36 +07:00
decolua
9bca03bff7
chore: Delete the proxy pools migration API route.
...
Made-with: Cursor
2026-03-09 15:49:18 +07:00
Peter Steinberger
f94ac213b5
fix: avoid lost writes by running bulk proxy pool updates sequentially against JSON db
...
Made-with: Cursor
2026-03-09 15:48:21 +07:00
decolua
880f4eca91
feat(proxy): add proxy pool and per-connection binding + strictProxy support
...
- Centralize proxy management with reusable proxy pools
- Per-connection proxy binding with legacy fallback
- Add strictProxy option: fail hard instead of silently falling back to direct
- Resolve alicode-intl conflict: keep alicode-intl support + proxy support
Made-with: Cursor
2026-03-09 15:46:06 +07:00
Andrew Peltekci
4c469291a1
fix(test): support cline and kilocode oauth checks ( #258 )
2026-03-07 11:10:53 +07:00
decolua
758224749d
Feat : Add support for the new "alicode-intl" provider
2026-03-07 10:08:55 +07:00
decolua
0cf78fd76a
Update ReadMe
2026-03-06 16:58:50 +07:00
mxskeen
97860a0629
fix: custom model compatibility with antigravity/mitm (PR #250 )
2026-03-06 16:44:16 +07:00
decolua
d347de8092
feat: enhance translator functionality and UI
2026-03-06 16:26:33 +07:00
司徒玟琅
3b847c485f
fix missing 'node-forge' in package.json ( #251 )
2026-03-06 16:16:51 +07:00
decolua
f64c043a44
chore: remove translation script and workflow files
2026-03-06 12:35:55 +07:00
decolua
5ba862dce2
feat: workflow only translates, no auto-commit - user downloads artifact
...
Made-with: Cursor
2026-03-06 12:32:41 +07:00
decolua
863a9ca7d5
feat: change workflow to manual trigger only
...
Made-with: Cursor
2026-03-06 12:31:21 +07:00
decolua
28ba7bc30c
refactor: clarify parallel batch execution
...
Made-with: Cursor
2026-03-06 12:28:34 +07:00
decolua
cd6962c7a2
feat: implement batch processing for README translation
...
- Introduce BATCH_SIZE configuration for parallel language translation
- Update translation logic to process languages in batches with a delay to avoid rate limits
- Enhance logging to display current batch being processed
Also, add a new TimeAgo component for auto-updating time display in UsageStats.
2026-03-06 12:18:30 +07:00
decolua
acb6486afe
test: trigger translation workflow
...
Made-with: Cursor
2026-03-06 12:17:53 +07:00
decolua
3fca8a71f5
fix: add write permission to translation workflow
...
Made-with: Cursor
2026-03-06 12:16:21 +07:00
decolua
4a1521de09
feat: add auto README translation workflow with streaming
...
- Add GitHub Actions workflow to auto-translate README.md
- Support Vietnamese and Simplified Chinese
- Use GLM-5 API with streaming mode
- Auto-commit translations to i18n/ folder
- Trigger on README.md changes or manual dispatch
Made-with: Cursor
2026-03-06 11:56:16 +07:00
eachann
afb83f4563
feat: add runtime i18n with English, Vietnamese, and Simplified Chinese support
...
- Implement runtime i18n using MutationObserver for automatic DOM translation
- Add language switcher dropdown in dashboard header (EN/VI/ZH)
- Support 3 languages: English (default), Tiếng Việt, 简体中文
- Add translation files: vi.json (197 entries), zh-CN.json (513 entries, cleaned)
- Translate dashboard UI: sidebar menu, header, settings, MITM page
- Use cookie-based locale persistence with /api/locale endpoint
- Zero component changes required - translations applied at runtime
- Fix Header flicker on route change with key={pathname}
Co-authored-by: eachann <each1024@qq.com >
Based on PR #247 from decolua/9router with runtime approach
Made-with: Cursor
2026-03-06 10:57:42 +07:00
decolua
b7b4ac5592
Fix bug
2026-03-06 09:59:15 +07:00
decolua
75f486b7a2
Added profile ARN handling in OAuth provider mapping and improved polling logic in OAuth modal for better user experience.
2026-03-06 00:21:27 +07:00
decolua
f4e08fcd16
Fix : MITM
2026-03-05 21:13:09 +07:00
decolua
1c3ba6ef69
- Enhanced the description of how the MITM server operates with a clearer flow of information.
2026-03-05 14:59:40 +07:00
maskeen
85ddb4753c
fix: show API Key Compatible providers in Antigravity CLI Tools model selector ( #241 )
2026-03-05 14:47:22 +07:00