t0ng7u
38e72e1af7
🎨 chore: integrate ESLint header automation with AGPL-3.0 notice
...
• Added `.eslintrc.cjs`
- Enables `header` + `react-hooks` plugins
- Inserts standardized AGPL-3.0 license banner for © 2025 QuantumNous
- JS/JSX parsing & JSX support configured
• Installed dev-deps: `eslint`, `eslint-plugin-header`, `eslint-plugin-react-hooks`
• Updated `web/package.json` scripts
- `eslint` → lint with cache
- `eslint:fix` → auto-insert/repair license headers
• Executed `eslint --fix` to prepend license banner to all JS/JSX files
• Ignored runtime cache
- Added `.eslintcache` to `.gitignore` & `.dockerignore`
Result: consistent AGPL-3.0 license headers, reproducible linting across local dev & CI.
2025-07-19 03:30:44 +08:00
Calcium-Ion
8d66828229
Merge pull request #1210 from RedwindA/feat/128-budget
...
feat: allow for a lower percentage of the thinkingBudget
2025-06-21 04:54:46 +08:00
RedwindA
e735377218
feat: implement thinking budget control in model name
2025-06-15 23:20:41 +08:00
RedwindA
1ec2bbd533
update input range and description for thinking adapter budget tokens
2025-06-12 18:20:58 +08:00
CaIon
fbdad581b5
fix: improve input validation and error handling in ModelSetting and SettingGeminiModel components
2025-05-24 15:26:55 +08:00
CaIon
26f5b954c5
f*** gemini
2025-04-19 18:07:51 +08:00
CaIon
0755ac9991
refactor: streamline value assignment in SettingGeminiModel
2025-04-18 20:08:26 +08:00
CaIon
4c4dc6e8b4
feat: add gemini thinking suffix support #981
2025-04-18 19:36:18 +08:00
Apple\Apple
71d0d759da
Merge pull request #927 from QuentinHsu/refactor-system-setting
...
# Conflicts:
# web/src/App.js
# web/src/components/ModelSetting.js
# web/src/components/PersonalSetting.js
# web/src/components/SystemSetting.js
# web/src/pages/Channel/EditChannel.js
2025-04-16 16:27:11 +08:00
CaIon
473e8e0eaf
feat: support gemini output text and inline images. ( close #866 )
2025-04-15 02:32:51 +08:00
QuentinHsu
6b79b89dc0
style(web): format code
2025-04-04 17:37:27 +08:00
1808837298@qq.com
94549f9687
refactor: Improve responsive design across multiple setting pages
2025-03-10 21:05:22 +08:00
1808837298@qq.com
929668bead
feat: Refactor model configuration management with new config system
...
- Introduce a new configuration management approach for model-specific settings
- Update Gemini settings to use the new config system with more flexible management
- Add support for dynamic configuration updates in option handling
- Modify Claude and Vertex adaptors to use new configuration methods
- Enhance web interface to support namespaced configuration keys
2025-02-27 20:49:34 +08:00
1808837298@qq.com
c802b3b41a
fix: Update Gemini safety settings to use 'OFF' as default
2025-02-26 19:20:17 +08:00
1808837298@qq.com
e581ea33c2
fix: Update Gemini safety settings default value
2025-02-26 19:01:45 +08:00
1808837298@qq.com
bf80d71ddf
feat: Add Gemini version settings configuration support ( close #568 )
2025-02-26 18:19:09 +08:00
1808837298@qq.com
e19b244e73
feat: Add Gemini safety settings configuration support ( close #703 )
2025-02-26 16:54:43 +08:00