decolua
ef3abeacf1
Update ChangeLog
2026-05-01 17:06:27 +07:00
decolua
cad31a171b
Update changelog
2026-04-30 18:02:17 +07:00
decolua
34da52f144
Fix : Antigravity MITM
2026-04-29 17:28:38 +07:00
decolua
512e3de371
Update version to 0.4.9, enhance README with Trendshift badge, and add new embedding models to providerModels.js. Refactor TTS handling to support additional providers and improve API key validation for media providers.
2026-04-29 11:34:39 +07:00
decolua
10e24a1c95
Update ChangeLog
2026-04-28 17:39:31 +07:00
decolua
4ea842c062
Update version to 0.4.6 and add BytePlus provider to shared constants
2026-04-25 17:04:48 +07:00
decolua
cca615eaff
- Cap maximum cooldown for rate limit handling in account unavailability and single-model chat flows
...
- Dynamic custom model fetching for model selection
2026-04-24 16:14:18 +07:00
decolua
030fb34f88
- Updated markAccountUnavailable function to accept resetsAtMs for precise cooldown management.
...
- Added email backfill functionality for Codex OAuth connections to improve account information accuracy.
2026-04-24 11:36:16 +07:00
decolua
fd8163e26e
chore: update CHANGELOG for v0.4.2 and version bump to 0.4.2
...
- Added support for Azure OpenAI and built-in Volcengine Ark provider.
- Introduced GPT 5.5 model.
- Enhanced retry logic for HTTP status codes.
2026-04-24 10:10:35 +07:00
decolua
35f1d479e7
Update Version
2026-04-23 17:45:25 +07:00
decolua
368f4c3e7f
- Added Hermes tool to CLI tools and updated related components.
2026-04-23 16:39:31 +07:00
decolua
ab7dd63b22
chore: update CHANGELOG and version to 0.3.98
...
- Added feature to filter context before sending to LLM to save tokens.
- Updated version in package.json to reflect the new release.
2026-04-22 15:44:20 +07:00
decolua
81cef7d022
Update version
2026-04-22 14:22:47 +07:00
decolua
f25c05131c
Update version
2026-04-17 12:54:50 +07:00
decolua
75c4598da0
Add marked package, update Qwen executor for OAuth handling, and enhance changelog styles
2026-04-17 12:15:10 +07:00
decolua
75ad0bef8e
Refactor error handling and localDb structure, and fix usage tracking bug.
2026-04-17 12:15:10 +07:00
decolua
ecd6e93067
Update version
2026-04-15 11:57:50 +07:00
decolua
c3a2bd01b7
Update version
2026-04-14 12:58:31 +07:00
decolua
7959fd37ad
Update version
2026-04-13 17:38:38 +07:00
decolua
41c079baba
- Improved dashboard access control by blocking tunnel/Tailscale access when disabled.
2026-04-13 17:38:09 +07:00
decolua
a1317edfb1
Update version
2026-04-13 16:50:23 +07:00
decolua
b7d85ae463
update Version
2026-04-13 12:07:36 +07:00
decolua
875a1282ea
Fix bug
2026-04-11 11:36:33 +07:00
decolua
507a5dbfea
fix: OpenRouter custom models not showing after being added
2026-04-08 16:51:23 +07:00
decolua
00448b389b
Fix bug
2026-04-07 11:35:25 +07:00
decolua
401772cb9a
Fix bug strip image
2026-04-07 10:18:59 +07:00
decolua
fca829aa2a
Fix bug
2026-04-06 17:36:04 +07:00
decolua
57cfaccceb
Fix ModelSelectModal
2026-04-05 21:25:00 +07:00
decolua
d076c7d7f5
Update package
2026-04-05 00:38:48 +07:00
decolua
341a1c6490
Fix Model Price
2026-04-04 14:40:49 +07:00
decolua
d84489dba4
- Introduce default MITM router base URL and update related components to handle it.
...
- Add input for MITM router base URL in MitmServerCard component.
2026-04-04 11:25:58 +07:00
decolua
93b8668e9e
Fix AG
2026-04-01 11:48:38 +07:00
decolua
9708541f6d
Fix bug
2026-03-31 15:44:19 +07:00
Vishal Raj V
8640503b36
feat(kilo): fetch free models from Kilo API + Windows build fixes ( #455 )
...
- Add /api/providers/kilo/free-models endpoint with 1hr cache
- Fetch and merge Kilo free models with hardcoded models for kilocode provider
- Display 'Free' badge on models fetched from Kilo API
- Fix Windows build: add cross-env, remove --webpack flag, add turbopack config
- Add outputFileTracingExcludes for Windows system directories
2026-03-31 09:22:21 +07:00
decolua
01787a3d5b
Fix bug
2026-03-30 17:27:15 +07:00
decolua
bf99c600f1
Fix Bug
2026-03-27 11:45:54 +07:00
decolua
8759545260
chore: add proper-lockfile for safe database read/write operations and implement retry logic for file access
2026-03-27 10:31:35 +07:00
decolua
3059df4014
chore: - Adjust opacity settings for ConnectionRow to improve user experience.
2026-03-26 10:48:53 +07:00
decolua
312dd749fe
fix: externalize better-sqlite3 for Next.js standalone builds
...
Move better-sqlite3 to optionalDependencies so npm install doesn't
fail on platforms without native build tools. Add it to
serverExternalPackages so Next.js doesn't try to bundle the native
addon into webpack chunks.
Fixes #243
Fixes #184
Thanks @East-rayyy for the contribution! Sorry for the delay in reviewing.
Co-authored-by: Ibrahim Ryan <ryan@nuevanext.com >
Made-with: Cursor
2026-03-23 10:22:17 +07:00
decolua
6af8043f2a
Fix Tunnel
2026-03-20 00:26:01 +07:00
decolua
fd4ec9e5b8
- Enhance passthrough function to support response inspection
...
- Add cursor tool configuration and update related components
2026-03-19 15:32:29 +07:00
Ibrahim Ryan
34013b5ab9
fix: externalize better-sqlite3 for Next.js standalone builds
...
Move better-sqlite3 to optionalDependencies so npm install doesn't
fail on platforms without native build tools. Add it to
serverExternalPackages so Next.js doesn't try to bundle the native
addon into webpack chunks.
Fixes #243
2026-03-18 16:25:48 +03:00
decolua
03ff35100d
Feat : Kiro MITM
2026-03-17 16:12:25 +07:00
decolua
1dd5d60724
Fix : MITM
2026-03-14 23:59:22 +07:00
decolua
f264bb9a23
Refactor error logging to provide clearer context on provider failures
2026-03-14 17:08:11 +07:00
decolua
00e7af010f
Update version
2026-03-14 16:40:29 +07:00
decolua
877eea8ebe
chore: Update package version to 0.3.51 and improve connection handling in API route
2026-03-14 11:56:29 +07:00
decolua
05fc8e9ed9
Update version
2026-03-14 09:59:14 +07:00
decolua
adae2605bf
Feat : Auto restart after crash
2026-03-14 09:37:29 +07:00
decolua
f3e5c99e8c
Update Version
2026-03-13 10:45:51 +07:00