- 03 Mar, 2026 1 commit
-
-
Seefs committed
-
- 02 Mar, 2026 17 commits
-
-
* 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
Seefs committed -
Return error when model price/ratio unset
Calcium-Ion committed -
fix: change token model_limits column from varchar(1024) to text
Calcium-Ion committed -
CaIon committed
-
Revert "fix: aws text content blocks must be non-empty"
Calcium-Ion committed -
Seefs committed
-
Revert "Fix/aws non empty text"
Calcium-Ion committed -
Seefs committed
-
Calcium-Ion committed
-
Seefs committed
-
#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.
Fat Person committed -
Fix/aws header override
Seefs committed -
CaIon committed
-
fix: aws text content blocks must be non-empty
Seefs committed -
Seefs committed
-
Seefs committed
-
Seefs committed
-
- 01 Mar, 2026 8 commits
-
-
- 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.
CaIon committed -
fix: preserve explicit zero values in native relay requests
Calcium-Ion committed -
Seefs committed
-
chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /electron
Seefs committed -
build(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /electron
Seefs committed -
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>
dependabot[bot] committed -
chore(deps): bump tar and electron-builder in /electron
Seefs committed -
chore(deps): bump axios from 1.12.0 to 1.13.5 in /web
Calcium-Ion committed
-
- 28 Feb, 2026 12 commits
-
-
RedwindA committed
-
RedwindA committed
-
- 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.
CaIon committed -
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>
dependabot[bot] committed -
feat: improve channel override ui/ux
Seefs committed -
feat(gemini): implement video generation configuration
Calcium-Ion committed -
feat: minimax reasoning_split
Calcium-Ion committed -
feat: add image model to supported image presets
Calcium-Ion committed -
fix: redirect subscription payment return to user-accessible page
Calcium-Ion committed -
- 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.
CaIon committed -
Seefs committed
-
fix: show built-in user bindings from user detail API in admin modal
Calcium-Ion committed
-
- 27 Feb, 2026 2 commits