Seefs
d955a0c080
fix: redirect OAuth login in current page
2026-03-19 12:57:39 +08:00
CaIon
d096a2e5b7
refactor: remove unused property from GEMINI_SETTING_EXAMPLE
2026-03-19 00:04:32 +08:00
CaIon
d2fb485d34
fix: update translations in multiple languages for consistency and clarity
2026-03-19 00:04:32 +08:00
Seefs
04f5dd0206
Merge pull request #3293 from zhongyuanzhao-alt/ft-waffo-payment-zzy20260317
...
feat(waffo): Waffo payment gateway integration
2026-03-18 23:48:05 +08:00
reed
5bb8fe6af5
fix: 修正 Codex free 账号用量显示到每周窗口
2026-03-18 19:11:07 +08:00
zhongyuan.zhao
669e596ff7
fix(waffo): filter waffo from generic payment selector, avoid duplicate buttons
...
When only Waffo was enabled, the generic payment method list showed a
"Waffo (Global Payment)" button calling preTopUp (epay flow) instead of
waffoTopUp, while the dedicated "Waffo 充值" section had the correct buttons.
Fix: filter waffo entries from generic list and hide the "选择支付方式"
column when no non-waffo methods exist.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 16:18:13 +08:00
zhongyuan.zhao
1daeac42ef
fix(waffo): move Typography destructuring after all imports
...
ESM requires all import statements before other code.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 16:15:06 +08:00
zhongyuan.zhao
e70bfa2d57
fix(i18n): use consistent zh-TW term 管道管理 instead of 頻道管理
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 16:12:47 +08:00
zhongyuan.zhao
bd09b47ef4
fix(waffo): use dedicated waffoMinTopUp for client-side validation
...
The waffoTopUp function was validating against the shared minTopUp
which could be set by epay/stripe when multiple gateways are enabled,
causing mismatch with backend's WaffoMinTopUp check.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 16:01:47 +08:00
zhongyuan.zhao
2270f63c00
fix(topup): add 'failed' status badge mapping in TopupHistoryModal
...
The backend defines TopUpStatusFailed = "failed" but the frontend
STATUS_CONFIG was missing this status, causing raw text display
instead of a styled danger badge.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 15:55:09 +08:00
zhongyuan.zhao
202a433f86
feat(waffo): Waffo payment gateway integration with configurable methods
...
- Add Waffo payment SDK integration (waffo-go v1.3.1)
- Backend: webhook handler, pay endpoint, order lock race-condition fix
- Settings: full Waffo config (API keys, sandbox/prod, currency, pay methods)
- Frontend: Waffo payment buttons in topup page, admin settings panel
- i18n: Waffo-related translations for en/fr/ja/ru/vi/zh-TW
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-17 18:04:58 +08:00
Seefs
bc80477b1a
feat: simplify param override audit UI and operation labels
2026-03-17 17:00:01 +08:00
Seefs
5db25f47f1
feat: add param override audit modal for usage logs
2026-03-17 17:00:01 +08:00
feitianbubu
4e5e7b5828
feat: add logs content tooltip
2026-03-16 12:45:55 +08:00
Seefs
efab41c476
Merge pull request #3233 from KiGamji/round-remaining-balance
...
Round remaining balance
2026-03-15 00:58:33 +08:00
CaIon
e4144d60f8
feat: update API proxy target and adjust component sizes in usage logs
2026-03-14 19:05:23 +08:00
CaIon
63f4595ef8
feat: refactor billing display mode change handler in ColumnSelectorModal
2026-03-14 17:05:44 +08:00
CaIon
5d620b9640
feat: update ratio label for user group handling in render component
2026-03-14 15:41:02 +08:00
CaIon
264bc963e0
feat: normalize number handling in model pricing editor #3246
2026-03-14 15:29:47 +08:00
KiGamji
9fbb782230
Round displayed remaining balance values
2026-03-12 19:35:32 +05:00
Calcium-Ion
45a59d32fb
Merge pull request #3182 from seefs001/feature/params-override-beta-header-append
...
feat:support $keep_only_declared and deduped $append for header override
2026-03-10 02:03:02 +08:00
Seefs
c1c07d063d
refactor: optimize header override copy and JSON example dialog
2026-03-10 01:59:34 +08:00
CaIon
7fc39363d7
feat: enhance Claude request header handling with append functionality
2026-03-09 23:47:51 +08:00
Seefs
d087cc5025
feat:support $keep_only_declared and deduped $append for header token overrides
2026-03-09 00:12:53 +08:00
CaIon
d67f446b66
feat: implement token key fetching and masking in API responses
2026-03-08 22:40:40 +08:00
somnifex
3f662e4bc0
feat: add drag-and-drop functionality for operation reordering in ParamOverrideEditorModal
2026-03-07 14:10:06 +08:00
CaIon
287af7ebee
feat: integrate site display type into pricing components
...
Add siteDisplayType prop across various pricing components to conditionally render pricing information based on the selected display type. This update enhances the user experience by ensuring that pricing details are accurately represented according to the chosen display mode, particularly for token-based views.
2026-03-07 00:23:36 +08:00
CaIon
aa89ea2db5
feat: add billing display mode selection and update pricing rendering
...
Introduce a billing display mode feature allowing users to toggle between price and ratio views. Update relevant components and hooks to support this new functionality, ensuring consistent pricing information is displayed across the application.
2026-03-06 23:35:17 +08:00
CaIon
8d7d880db5
fix: unify pricing labels and expand marketplace pricing display
...
Keep the model pricing editor wording aligned with the new price-based UI while exposing cache, image, and audio pricing in the marketplace so users can see the full configured pricing model.
2026-03-06 22:33:51 +08:00
CaIon
c0a0285f74
fix: update language settings and improve model pricing editor for better clarity and functionality
2026-03-06 21:36:51 +08:00
Seefs
c6ca4c3bda
chore: remove top-right field guide entry in param override editor
2026-03-05 16:43:15 +08:00
Seefs
d2332685db
feat: add wildcard path support and improve param override templates/editor
2026-03-05 16:39:34 +08:00
CaIon
f53f326931
fix: add multilingual support for meta description in index.html
2026-03-04 18:19:19 +08:00
CaIon
816fdff703
fix: update meta description for improved clarity and accuracy
2026-03-04 18:07:17 +08:00
CaIon
bd6b728622
feat: enhance PricingTags and SelectableButtonGroup with new badge styles and color variants
2026-03-04 00:36:04 +08:00
Seefs
3844ecca21
fix: count ignored models from unselected items in upstream update toast
2026-03-03 14:29:43 +08:00
Seefs
f6f5a6f875
fix: refine upstream update ignore UX and detect behavior
2026-03-03 14:00:48 +08:00
Seefs
70821e2051
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
2026-03-02 22:01:53 +08:00
CaIon
15b7d1c23e
feat: add AionUI to chat settings and built-in templates
2026-03-02 21:19:04 +08:00
Seefs
ad326beb10
Merge pull request #3066 from seefs001/fix/aws-header-override
...
Fix/aws header override
2026-03-02 18:54:56 +08:00
CaIon
c1cb03456c
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.
2026-03-01 23:23:20 +08:00
dependabot[bot]
53a91a5799
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
8103b4b1a7
Merge pull request #3009 from seefs001/feature/improve-param-override
...
feat: improve channel override ui/ux
2026-02-28 18:19:40 +08:00
Seefs
9fd53d804e
fix: show built-in user bindings from user detail API in admin modal
2026-02-28 01:03:24 +08:00
Seefs
a53e139325
feat: support header token-map rewrite and improve set_header editor UX
2026-02-27 20:01:51 +08:00
Seefs
054370abdc
feat: support token-map rewrite for comma-separated headers and add bedrock anthropic-beta preset
2026-02-27 19:47:32 +08:00
Seefs
e027f38244
feat:add CLI param-override templates with visual editor and apply on first rule match
2026-02-25 15:08:23 +08:00
Seefs
0f09dbda2b
Merge branch 'upstream-main' into feature/improve-param-override
...
# Conflicts:
# relay/channel/api_request_test.go
# relay/common/override_test.go
# web/src/components/table/channels/modals/EditChannelModal.jsx
2026-02-25 13:39:54 +08:00
RedwindA
144fe67705
feat(web): add custom-model create hint and i18n translations
2026-02-24 21:44:21 +08:00
Seefs
3a954e1ea3
refactor: extract binding modal and polish binding management UX
2026-02-23 15:16:22 +08:00