- 02 Aug, 2025 6 commits
- 01 Aug, 2025 9 commits
-
-
creamlike1024 committed
-
creamlike1024 committed
-
creamlike1024 committed
-
CaIon committed
-
CaIon committed
-
refactor: simplify streamResponseGeminiChat2OpenAI by removing hasImage return value and optimizing response text handling
CaIon committed -
fix: update JSONEditor to default to manual mode for invalid JSON and add error message for invalid data
CaIon committed -
Revert "feat: add Claude Code channel support with OAuth integration"
Calcium-Ion committed -
CaIon committed
-
- 31 Jul, 2025 7 commits
-
-
Seefs committed
-
feat: add Claude Code channel support with OAuth integration
Calcium-Ion committed -
fix: handle authorization code format in ExchangeCode function and update placeholder in EditChannelModal
Seefs committed -
# Conflicts: # web/src/components/table/channels/modals/EditChannelModal.jsx
Seefs committed -
CaIon committed
-
CaIon committed
-
CaIon committed
-
- 30 Jul, 2025 13 commits
-
-
CaIon committed
-
CaIon committed
-
CaIon committed
-
Xyfacai committed
-
creamlike1024 committed
-
Merge branch 'fix/gemini-native-sse' of github.com:RedwindA/new-api into RedwindA-fix/gemini-native-sse
creamlike1024 committed -
CaIon committed
-
fix: improve gemini nothinking handler
IcedTangerine committed -
CaIon committed
-
CaIon committed
-
CaIon committed
-
Revert 1385 patch 1
IcedTangerine committed -
IcedTangerine committed
-
- 29 Jul, 2025 3 commits
-
-
Update claude topP argument
IcedTangerine committed -
CaIon committed
-
CaIon committed
-
- 27 Jul, 2025 2 commits
-
-
t0ng7u committed
-
✨ Summary • Introduced standalone `ModelSelectModal.jsx` for selecting channel models • Fetch-list now opens modal instead of in-place select, keeping EditChannelModal lean Modal Features 1. Search bar with `IconSearch`, keyboard clear & mobile full-screen support 2. Tab layout (“New Models” / “Existing Models”) displayed next to title, responsive wrapping 3. Models grouped by vendor via `getModelCategories` and rendered inside always-expanded `Collapse` panels 4. Per-category checkbox in panel extra area for bulk select / deselect 5. Footer checkbox for bulk select of all models in current tab, with real-time counter 6. Empty state uses `IllustrationNoResult` / `IllustrationNoResultDark` for visual consistency 7. Accessible header/footer paddings aligned with Semi UI defaults Fixes & Improvements • All indeterminate and full-select states handled correctly • Consistent “selected X / Y” stats synced with active tab, not global list • All panels now controlled via `activeKey`, ensuring they remain expanded • Search, vendor grouping, and responsive layout tested across mobile & desktop These changes modernise the channel model management workflow and prepare the codebase for upcoming upstream-ratio integration.
t0ng7u committed
-