Nekohy
5b264f3a57
feats: repair the thinking of claude to openrouter convert
2026-03-05 06:12:48 +08:00
CaIon
887a929d65
fix: add multilingual support for meta description in index.html
v0.11.2-alpha.3
v0.11.2
2026-03-04 18:19:19 +08:00
Calcium-Ion
34262dc8c3
Merge pull request #3093 from feitianbubu/pr/92ad4854fcb501216dd9f2155c19f0556e4655bc
...
fix: update task billing log content to include reason
2026-03-04 18:13:59 +08:00
CaIon
ddffccc499
fix: update meta description for improved clarity and accuracy
2026-03-04 18:07:17 +08:00
CaIon
c31f9db61e
feat: enhance PricingTags and SelectableButtonGroup with new badge styles and color variants
v0.11.2-alpha.2
2026-03-04 00:36:04 +08:00
CaIon
3b65c32573
fix: improve error message for unsupported image generation models
2026-03-04 00:36:03 +08:00
Calcium-Ion
196f534c41
Merge pull request #3096 from seefs001/fix/auto-fetch-upstream-model-tips
...
Fix/auto fetch upstream model tips
2026-03-03 14:47:43 +08:00
Seefs
40c36b1a30
fix: count ignored models from unselected items in upstream update toast
2026-03-03 14:29:43 +08:00
Calcium-Ion
ae1c8e4173
fix: use default model price for radio price model ( #3090 )
2026-03-03 14:29:03 +08:00
Seefs
429b7428f4
fix: remove extra spaces
2026-03-03 14:08:43 +08:00
Seefs
0a804f0e70
fix: refine upstream update ignore UX and detect behavior
2026-03-03 14:00:48 +08:00
feitianbubu
5f3c5f14d4
fix: update task billing log content to include reason
2026-03-03 12:37:43 +08:00
feitianbubu
d12cc3a8da
fix: use default model price for radio price model
2026-03-03 11:22:04 +08:00
Seefs
e71f5a45f2
feat: auto fetch upstream models ( #2979 )
...
* feat: add upstream model update detection with scheduled sync and manual apply flows
* feat: support upstream model removal sync and selectable deletes in update modal
* feat: add detect-only upstream updates and show compact +/- model badges
* feat: improve upstream model update UX
* feat: improve upstream model update UX
* fix: respect model_mapping in upstream update detection
* feat: improve upstream update modal to prevent missed add/remove actions
* feat: add admin upstream model update notifications with digest and truncation
* fix: avoid repeated partial-submit confirmation in upstream update modal
* feat: improve ui/ux
* feat: suppress upstream update alerts for unchanged channel-count within 24h
* fix: submit upstream update choices even when no models are selected
* feat: improve upstream model update flow and split frontend updater
* fix merge conflict
v0.11.2-alpha.1
2026-03-02 22:01:53 +08:00
Calcium-Ion
d36f4205a9
Merge pull request #3081 from BenLampson/main
...
Return error when model price/ratio unset
2026-03-02 22:01:21 +08:00
Calcium-Ion
e593c11eab
Merge pull request #3037 from RedwindA/fix/token-model-limits-length
...
fix: change token model_limits column from varchar(1024) to text
2026-03-02 22:00:21 +08:00
CaIon
477e9cf7db
feat: add AionUI to chat settings and built-in templates
v0.11.1-alpha.7
2026-03-02 21:19:04 +08:00
Calcium-Ion
1d3dcc0afa
Merge pull request #3083 from QuantumNous/revert-3077-fix/aws-non-empty-text
...
Revert "fix: aws text content blocks must be non-empty"
v0.11.1-alpha.6
2026-03-02 19:43:28 +08:00
Seefs
b1b3def081
Revert "fix: aws text content blocks must be non-empty"
2026-03-02 19:43:00 +08:00
Calcium-Ion
4298891ffe
Merge pull request #3082 from QuantumNous/revert-3080-fix/aws-non-empty-text
...
Revert "Fix/aws non empty text"
2026-03-02 19:42:58 +08:00
Seefs
9be9943224
Revert "Fix/aws non empty text"
2026-03-02 19:40:53 +08:00
Calcium-Ion
5dcbcd9cad
fix: tool responses ( #3080 )
2026-03-02 19:23:50 +08:00
Seefs
032a3ec7df
fix: tool responses
2026-03-02 19:22:37 +08:00
Fat Person
4b439ad3be
Return error when model price/ratio unset
...
#3079
Change ModelPriceHelperPerCall to return (PriceData, error) and stop silently falling back to a default price. If a model price is not configured the helper now returns an error (unless the user has AcceptUnsetRatioModel enabled and a ratio exists). Propagate this error to callers: Midjourney handlers now return a MidjourneyResponse with Code 4 and the error message, and task submission returns a wrapped task error with HTTP 400. Also extract remix video_id in ResolveOriginTask for remix actions. This enforces explicit model price/ratio configuration and surfaces configuration issues to clients.
2026-03-02 19:09:48 +08:00
Seefs
0689600103
Merge pull request #3066 from seefs001/fix/aws-header-override
...
Fix/aws header override
2026-03-02 18:54:56 +08:00
CaIon
f2c5acf815
fix: handle rate limits and improve error response parsing in video task updates
v0.11.1-alpha.4
2026-03-02 17:11:57 +08:00
Seefs
1043a3088c
Merge pull request #3077 from seefs001/fix/aws-non-empty-text
...
fix: aws text content blocks must be non-empty
2026-03-02 16:33:03 +08:00
Seefs
550fbe516d
fix: default empty input_json_delta arguments to {} for tool call parsing
2026-03-02 15:51:55 +08:00
Seefs
d826dd2c16
fix: preserve tool_use on malformed tool arguments to keep tool_result pairing valid
2026-03-02 15:41:03 +08:00
Seefs
17d1224141
fix: aws text content blocks must be non-empty
2026-03-02 15:31:37 +08:00
CaIon
96264d2f8f
feat: add cc-switch integration and modal for token management
...
- Introduced a new CCSwitchModal component for managing CCSwitch configurations.
- Updated the TokensPage to include functionality for opening the CCSwitch modal.
- Enhanced the useTokensData hook to handle CCSwitch URLs and trigger the modal.
- Modified chat settings to include a new "CC Switch" entry.
- Updated sidebar logic to skip certain links based on the new configuration.
v0.11.1-alpha.3
2026-03-01 23:23:20 +08:00
Calcium-Ion
6b9296c7ce
Merge pull request #3069 from seefs001/fix/gemini-field-ignore
...
fix: preserve explicit zero values in native relay requests
2026-03-01 17:56:20 +08:00
Seefs
0e9198e9b5
fix: preserve explicit zero values in native relay requests
2026-03-01 15:47:03 +08:00
Seefs
01c63e17ff
Merge pull request #3060 from QuantumNous/dependabot/npm_and_yarn/electron/minimatch-3.1.5
...
chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /electron
2026-03-01 14:50:03 +08:00
Seefs
6acb07ffad
Merge pull request #2720 from QuantumNous/dependabot/npm_and_yarn/electron/lodash-4.17.23
...
build(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /electron
2026-03-01 14:49:41 +08:00
dependabot[bot]
6f23b4f95c
chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /electron
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.1.2 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 3.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-01 06:49:28 +00:00
Seefs
e9f549290f
Merge pull request #2964 from QuantumNous/dependabot/npm_and_yarn/electron/multi-227d46b8ec
...
chore(deps): bump tar and electron-builder in /electron
2026-03-01 14:48:17 +08:00
Calcium-Ion
e76e0437db
Merge pull request #3061 from QuantumNous/dependabot/npm_and_yarn/web/axios-1.13.5
...
chore(deps): bump axios from 1.12.0 to 1.13.5 in /web
2026-03-01 14:47:19 +08:00
RedwindA
43e068c0c0
fix: enhance migrateTokenModelLimitsToText function to return errors and improve migration checks
2026-02-28 19:08:03 +08:00
RedwindA
52c29e7582
fix: migrate model_limits column from varchar(1024) to text for existing tables
2026-02-28 18:49:06 +08:00
CaIon
21cfc1ca38
feat(gemini): update request structures for Veo predictLongRunning
...
- Refactored the request URL and body construction methods to align with the Veo predictLongRunning endpoint.
- Introduced new data structures for Veo instances and parameters, replacing the previous Gemini video generation configurations.
- Updated the Vertex adaptor to utilize the new Veo request payload format.
v0.11.1-alpha.2
2026-02-28 18:42:54 +08:00
dependabot[bot]
be20f4095a
chore(deps): bump axios from 1.12.0 to 1.13.5 in /web
...
Bumps [axios](https://github.com/axios/axios ) from 1.12.0 to 1.13.5.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.12.0...v1.13.5 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.13.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-28 10:22:03 +00:00
Seefs
99bb41e310
Merge pull request #3009 from seefs001/feature/improve-param-override
...
feat: improve channel override ui/ux
2026-02-28 18:19:40 +08:00
Calcium-Ion
4727fc5d60
Merge pull request #3059 from QuantumNous/feat/veo
...
feat(gemini): implement video generation configuration
v0.11.1-alpha.1
2026-02-28 17:55:24 +08:00
Calcium-Ion
463874472e
Merge pull request #3012 from seefs001/feature/minimax_reasoning_split
...
feat: minimax reasoning_split
2026-02-28 17:55:00 +08:00
Calcium-Ion
dbfe1cd39d
Merge pull request #3029 from seefs001/feature/nanobanana2
...
feat: add image model to supported image presets
2026-02-28 17:54:39 +08:00
Calcium-Ion
1723126e86
Merge pull request #3052 from seefs001/fix/redirect-payment-url
...
fix: redirect subscription payment return to user-accessible page
2026-02-28 17:54:21 +08:00
CaIon
2189fd8f3e
feat(gemini): implement video generation configuration and billing estimation
...
- Added Gemini video generation configuration structures and payloads.
- Introduced functions for parsing and resolving video duration and resolution from metadata.
- Enhanced the Vertex adaptor to support Gemini video generation requests and billing estimation based on duration and resolution.
- Updated model pricing settings for new Gemini video models.
2026-02-28 17:37:08 +08:00
Seefs
24b427170e
fix: redirect subscription payment return to user-accessible page
2026-02-28 15:14:08 +08:00
Calcium-Ion
75fa0398b3
Merge pull request #3049 from seefs001/fix/build-in-bindings
...
fix: show built-in user bindings from user detail API in admin modal
v0.11.0
2026-02-28 14:47:33 +08:00