-
Notifications
You must be signed in to change notification settings - Fork 614
Comparing changes
Open a pull request
base repository: ThinkInAIXYZ/deepchat
base: v0.4.6
head repository: ThinkInAIXYZ/deepchat
compare: v0.4.8
- 10 commits
- 150 files changed
- 3 contributors
Commits on Nov 17, 2025
-
refactor: add pinia colada for better data loading and error handling (…
…#1099) * chore: add pinia colada doc * chore: bump up markdown deps * feat: integrate Pinia Colada for data fetching in MCP store Add @pinia/colada dependency and useIpcQuery composable for type-safe IPC queries. Refactor MCP store to use Pinia Colada's query system with automatic caching, loading states, and error handling for config, tools, clients, resources, and prompts. * refactor(mcp): simplify colada query state * feat: ipc mutation and mcp to colada * feat: add colada to settings * refactor(colada): integrate queries for stores * fix: mcp new version client params * chore: remove old plan
Configuration menu - View commit details
-
Copy full SHA for 9ddbbfa - Browse repository at this point
Copy the full SHA 9ddbbfaView commit details
Commits on Nov 19, 2025
-
refactor: split the Setting Store into multiple single-responsibility…
… stores. (#1101) * refactor(config-presenter): split helper responsibilities * feat(renderer): add provider store * feat(renderer): split settings into stores * refactor(renderer): hook settings store to provider store * fix(mcp): keep toggle state consistent * fix(mcp): restart default servers when re-enabled * fix: mcp enable and disable * refactor(settings): port settings logic into domain stores * chore(settings): add store init coordinator and split listeners * chore(init): wire store bootstrap in app shell * chore(settings-migration): swap settings store usages to new domain stores * chore(settings-migration): move NewThread to new stores * chore(settings-migration): move settings UI toggles to new stores * chore(settings-migration): update provider model list to model store * chore(settings-migration): move search assistant settings to new stores * chore(settings-migration): move provider settings list to provider/model stores * chore(settings-migration): migrate provider details and system prompts to new stores * chore(settings-migration): move ollama provider detail off legacy store * chore(plan): update remaining settings migration tasks * refactor(renderer): replace settings store usage * chore(renderer): remove legacy settings store * fix(settings): initialize stores and load ui flags * fix(settings): ensure providers refresh in settings window * docs(plan): update settings migration status * chore: remove finished plan file * chore: format code * chore: lock i18n-check 0.8.12
Configuration menu - View commit details
-
Copy full SHA for 1d526df - Browse repository at this point
Copy the full SHA 1d526dfView commit details
Commits on Nov 20, 2025
-
feat: add Agent Client Protocol (ACP) (#1102)
* wip: add acp provider * feat(acp): add toggle and agent dialogs * feat(wip): add mcp and acp toggle * feat: acp toggle works now * feat: make kimi cli works now * refactor(agent): add base agent provider scaffold * refactor(agent): flag agent providers and share types * feat(agent): add renderer agent model store * feat(acp): add process manager * feat(acp): add session manager * feat(acp): add content mapper * feat(acp): add message formatter * feat(acp): refactor provider pipeline * fix(acp): emit ACP tool call events * feat: add acp message map * feat: add cluade code and codex * feat: support claude code and codex * feat(acp): add multi-profile agent management * fix(acp): harden profile ui and agent refresh * feat: better i18n for acp agent * feat: add workdir support * feat: fix workdir and permission dialog * feat: add new permission handlers * fix: request MessageBlockToolCall witdh * chore: i18n * chore: update provider db
Configuration menu - View commit details
-
Copy full SHA for 7015791 - Browse repository at this point
Copy the full SHA 7015791View commit details -
fix: update vue-renderer-markdown dependency to version 0.0.63-beta.0…
… and adjust CSS import (#1103)
Configuration menu - View commit details
-
Copy full SHA for c4ee86a - Browse repository at this point
Copy the full SHA c4ee86aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 547f64c - Browse repository at this point
Copy the full SHA 547f64cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd45035 - Browse repository at this point
Copy the full SHA dd45035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d28e9 - Browse repository at this point
Copy the full SHA 04d28e9View commit details
Commits on Nov 21, 2025
-
fix: windows acp process failed (#1109)
* fix: windows acp spawn * fix: add more logs * feat: add cross-spawn * feat: add toggle for buildin env * fix: env with api config
Configuration menu - View commit details
-
Copy full SHA for b45e0c7 - Browse repository at this point
Copy the full SHA b45e0c7View commit details -
feat: implement file upload size configuration and progress tracking (#…
…1108) * feat: implement file upload size configuration and progress tracking * fix: correct maxSize comment from 30MB to 1024MB in UploadFileSettingsSection.vue * refactor: update file upload settings and improve error messages * refactor: update FilePresenter to use IConfigPresenter and maintain backward compatibility * fix: incorrect test import
Configuration menu - View commit details
-
Copy full SHA for af665d1 - Browse repository at this point
Copy the full SHA af665d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 988b01b - Browse repository at this point
Copy the full SHA 988b01bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.4.6...v0.4.8