Commit Graph

  • 09a87c97b8 fix(backend): remove unnecessary dereference in backup operation refactor/storage YoVinchen 2025-11-24 00:49:24 +08:00
  • d31531f88b feat(i18n): update translations for SQL backup feature YoVinchen 2025-11-24 00:47:48 +08:00
  • ae21754d50 feat(frontend): update import/export UI for SQL backup YoVinchen 2025-11-24 00:46:58 +08:00
  • 7c1f13e4f3 refactor(backend): migrate settings storage to database YoVinchen 2025-11-24 00:46:32 +08:00
  • fd25c9949f refactor(backend): migrate import/export to use SQL backup YoVinchen 2025-11-24 00:46:00 +08:00
  • 6443dc897d feat(backend): add database SQL export/import with backup YoVinchen 2025-11-24 00:45:34 +08:00
  • 7aa381cbb7 feat(deeplink): display all four Claude model fields in import dialog YoVinchen 2025-11-23 20:35:28 +08:00
  • 1de3f1b7f8 docs(frontend): add code comments and improve formatting YoVinchen 2025-11-23 16:30:30 +08:00
  • edc71efe4c fix(skills): auto-sync locally installed skills to database YoVinchen 2025-11-23 16:25:55 +08:00
  • 3faf22f1c9 feat(init): implement automatic data import on first launch YoVinchen 2025-11-23 16:24:54 +08:00
  • 0cb8b30f15 refactor(backend): replace unsafe unwrap calls with proper error handling YoVinchen 2025-11-23 16:23:18 +08:00
  • be1c2ac76e feat(skills): add search functionality to Skills page feature/skills-search YoVinchen 2025-11-23 00:10:07 +08:00
  • e7451bda22 Merge branch 'main' into refactor/storage YoVinchen 2025-11-22 23:29:48 +08:00
  • 5a3420932b refactor(frontend): update UI components for database migration YoVinchen 2025-11-22 23:28:35 +08:00
  • a2688603fb refactor(backend): update supporting modules for database compatibility YoVinchen 2025-11-22 23:27:54 +08:00
  • 23a407544a refactor(commands): update command layer to use database API YoVinchen 2025-11-22 23:27:27 +08:00
  • 2b34dc4ec9 refactor(services): migrate service layer to use SQLite database YoVinchen 2025-11-22 23:26:54 +08:00
  • 529051f0e8 refactor(core): integrate SQLite database into application core YoVinchen 2025-11-22 23:26:41 +08:00
  • 5d1eed563d feat(database): add SQLite database infrastructure YoVinchen 2025-11-22 23:23:56 +08:00
  • cc0b9352bc update readme main Jason 2025-11-22 21:51:09 +08:00
  • 01d8bb53ac fix(codex): use http_headers instead of headers in MCP config (#276) Bill ZHANG 2025-11-22 23:46:30 +11:00
  • 6e7547ef6e Merge branch 'main' into refactor/storage YoVinchen 2025-11-22 19:57:01 +08:00
  • d38fcd63ea Refactor/UI (#273) YoVinchen 2025-11-22 19:18:35 +08:00
  • 824bf796a8 fix(gemini): correct MCP server config format for Gemini CLI (#275) Bill ZHANG 2025-11-22 22:18:05 +11:00
  • f02efbd2b7 Merge branch 'main' into refactor/ui refactor/ui YoVinchen 2025-11-22 18:46:32 +08:00
  • a39b1d8698 refactor(usage): improve footer layout with two-row design YoVinchen 2025-11-22 18:44:35 +08:00
  • 86255fe106 style(deeplink): format test page HTML for better readability YoVinchen 2025-11-22 18:09:52 +08:00
  • 4acd48adc9 i18n: add config merge error message YoVinchen 2025-11-22 18:06:25 +08:00
  • d4cd8105d1 feat(deeplink): merge and display config in import dialog YoVinchen 2025-11-22 18:05:52 +08:00
  • 2b1ae2aa71 feat(deeplink): add config merge command for preview YoVinchen 2025-11-22 17:58:18 +08:00
  • cf57fbed7b style: format template literals for better readability YoVinchen 2025-11-22 17:22:36 +08:00
  • b64bb6cfa1 chore: bump version to v3.7.1 v3.7.1 Jason 2025-11-22 16:57:09 +08:00
  • d65513ae7d docs: add v3.7.1 release documentation Jason 2025-11-22 16:53:00 +08:00
  • eefb764f72 style: unify list item styles with semantic colors YoVinchen 2025-11-22 16:50:35 +08:00
  • 4ed3e3bf84 refactor(mcp): improve form modal layout with adaptive height editor YoVinchen 2025-11-22 16:11:06 +08:00
  • 29e32f73f3 docs(readme): update for v3.7.0 release with six major features Jason 2025-11-22 16:05:09 +08:00
  • 99471f6706 style(providers): optimize card layout and action button sizes YoVinchen 2025-11-22 15:37:52 +08:00
  • 4210b1547c refactor(settings): simplify settings page layout and auto-save YoVinchen 2025-11-22 15:35:08 +08:00
  • cfee4d6fcc feat(settings): add autoSaveSettings for lightweight auto-save YoVinchen 2025-11-22 15:27:32 +08:00
  • 24dc628130 feat(deeplink): enhance test page with v3.8 config file examples YoVinchen 2025-11-22 14:07:55 +08:00
  • bf74620051 i18n: add deeplink config preview translations YoVinchen 2025-11-22 14:05:43 +08:00
  • e8d4397b3a refactor(ui): unify dialog styles and improve layout consistency YoVinchen 2025-11-22 14:03:09 +08:00
  • 2b0bc73276 feat(deeplink): enhance dialog with config file preview YoVinchen 2025-11-22 14:02:22 +08:00
  • 939a2e4f2b feat(deeplink): add config file support for deeplink import YoVinchen 2025-11-22 14:00:15 +08:00
  • 1a89267986 feat(deeplink): add Claude model fields support and enhance import dialog YoVinchen 2025-11-22 03:26:28 +08:00
  • 127fa5bf9d refactor(ui): unify layout system with 60rem max-width and consistent spacing YoVinchen 2025-11-22 02:41:17 +08:00
  • 0d4be40c25 refactor(layout): standardize max-width to 60rem and optimize padding structure YoVinchen 2025-11-22 02:03:50 +08:00
  • 00720ecf30 style(ui): hide scrollbars across all browsers and optimize form layout YoVinchen 2025-11-22 01:47:00 +08:00
  • de7f93d513 refactor(ui): simplify AppSwitcher styles and migrate to local SVG icons YoVinchen 2025-11-22 01:20:21 +08:00
  • e7545f8cdf Merge branch 'main' into refactor/ui YoVinchen 2025-11-22 00:04:28 +08:00
  • eb46ac8592 Revert "feat(settings): add auto-launch on system startup feature" Jason 2025-11-21 23:30:56 +08:00
  • 838a99b5d2 chore(deps): add icon library and update preset configurations YoVinchen 2025-11-21 23:29:48 +08:00
  • 325c6a5f21 style(ui): refine header layout and AppSwitcher color scheme YoVinchen 2025-11-21 23:28:48 +08:00
  • 8824462e4c chore(i18n): add translations for icon picker and provider icon YoVinchen 2025-11-21 23:25:46 +08:00
  • ba336fc416 feat(settings): add auto-launch on system startup feature Jason 2025-11-21 23:23:35 +08:00
  • 0c1d94e57b feat(backend): add icon fields to Provider model and default mappings YoVinchen 2025-11-21 23:22:51 +08:00
  • 636a1e2c60 feat(provider): integrate icon system into provider UI components YoVinchen 2025-11-21 23:21:34 +08:00
  • a56a578e91 feat(ui): add icon picker, color picker and provider icon components YoVinchen 2025-11-21 23:20:39 +08:00
  • c582be265b feat(icon): add icon type system and intelligent inference logic YoVinchen 2025-11-21 23:19:48 +08:00
  • 7fa0a7b166 feat(skills): enhance error messages with i18n support Jason 2025-11-21 16:20:01 +08:00
  • 5e54656d45 fix(skills): resolve third-party skills installation failure (#268) YoVinchen 2025-11-21 15:02:01 +08:00
  • 8f218057f3 Merge branch 'fix/third-party-skills-installation' into refactor/ui YoVinchen 2025-11-21 12:35:13 +08:00
  • 81a6c08673 fix(skills): resolve third-party skills installation failure fix/third-party-skills-installation YoVinchen 2025-11-21 12:33:12 +08:00
  • 988ea326d9 style(ui): improve window dragging and provider card styles YoVinchen 2025-11-21 11:44:33 +08:00
  • f1b0fa2985 test: update test suites to match component refactoring YoVinchen 2025-11-21 11:12:06 +08:00
  • 3f470de608 chore(i18n): add auto-launch translation keys YoVinchen 2025-11-21 11:10:16 +08:00
  • 03af3600b0 style(ui): refine component layouts and improve visual consistency YoVinchen 2025-11-21 11:09:24 +08:00
  • 482b8a1cab refactor(features): modernize Skills, Prompts and Agents components YoVinchen 2025-11-21 11:08:13 +08:00
  • ddb0b68b4c refactor(ui): optimize FullScreenPanel, Dialog and App routing YoVinchen 2025-11-21 11:07:17 +08:00
  • 524fa94339 refactor(settings): enhance settings page with auto-launch integration YoVinchen 2025-11-21 11:06:19 +08:00
  • 162c92144c feat(backend): add auto-launch functionality YoVinchen 2025-11-21 11:05:16 +08:00
  • b075ee9fbb chore: update dialogs, i18n and improve component integration YoVinchen 2025-11-21 09:32:39 +08:00
  • 17cf701bad style(ui): modernize component layouts and visual design YoVinchen 2025-11-21 09:31:36 +08:00
  • 977185e2d5 refactor(forms): simplify and modernize form components YoVinchen 2025-11-21 09:30:30 +08:00
  • 764ba81ea6 refactor(settings): migrate from dialog to full-screen page layout YoVinchen 2025-11-21 09:28:11 +08:00
  • d802b7bf61 feat(components): add reusable full-screen panel components YoVinchen 2025-11-21 09:27:20 +08:00
  • 74969ae968 fix(dialog): prevent dialogs from closing on overlay click Jason 2025-11-20 23:29:57 +08:00
  • 1f3627add3 fix(gemini): persist settings json edits Jason 2025-11-20 20:23:22 +08:00
  • 14ee122b27 feat(settings): add Gemini configuration directory support (#255) YoVinchen 2025-11-19 21:14:43 +08:00
  • 7aecba14fe docs: Add installation instructions for Arch Linux (#259) wugeer 2025-11-19 19:12:00 +08:00
  • 99b5f881e8 docs: add v3.7.0 release documentation v3.7.0 Jason 2025-11-19 12:39:45 +08:00
  • 286bafbd67 test: simplify boolean assertions in import_export_sync tests Jason 2025-11-19 11:45:07 +08:00
  • 6046cf8767 update screen shots Jason 2025-11-19 11:29:19 +08:00
  • c88afa365f style: apply code formatting across backend and frontend (#252) YoVinchen 2025-11-19 11:26:31 +08:00
  • 93fa5fe29a chore(release): bump version to v3.7.0 and rebrand to include Gemini CLI farion1231 2025-11-19 11:20:55 +08:00
  • 3d31ad64af feat: add DouBaoSeed provider and remove AnyRouter preset farion1231 2025-11-19 11:04:44 +08:00
  • bb0951552d feat: update Gemini default model and remove Google Official preset model farion1231 2025-11-19 10:53:33 +08:00
  • 00e3e6fa70 fix: read both .env and settings.json for Gemini live config farion1231 2025-11-19 10:45:45 +08:00
  • 1ce007622e fix: resolve winreg API compatibility issue on Windows farion1231 2025-11-19 10:06:52 +08:00
  • 436f0e8e42 fix: sync Gemini form fields with env editor Jason 2025-11-19 09:28:53 +08:00
  • 3d69da5b66 feat: add model configuration support and fix Gemini deeplink bug (#251) YoVinchen 2025-11-19 09:03:18 +08:00
  • 0ae9ed5a17 fix: resolve JSON syntax error in i18n locale files Jason 2025-11-19 08:52:26 +08:00
  • 5ff689af82 Add Gemini environment variable detection (#250) 冰子 2025-11-19 08:33:02 +08:00
  • a87daebe14 feat: add model name configuration support for Codex and fix Gemini model handling feat/add-provider-notes YoVinchen 2025-11-19 02:06:31 +08:00
  • ec04132303 style: apply code formatting and cleanup YoVinchen 2025-11-19 01:16:19 +08:00
  • bbb356a948 style: fix clippy uninlined_format_args warnings YoVinchen 2025-11-19 01:13:22 +08:00
  • f582bd58b1 Merge branch 'feat/add-provider-notes' into main YoVinchen 2025-11-19 01:10:59 +08:00
  • a7f1461a33 refactor(deeplink): enhance Codex provider template generation YoVinchen 2025-11-19 00:33:31 +08:00
  • b9412ece0b 添加Claude和Codex环境变量检查 (#242) 冰子 2025-11-18 23:44:44 +08:00
  • ec303544ca Feat/claude skills management (#237) YoVinchen 2025-11-18 22:05:54 +08:00