Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f7a8d06
feat(backup): Break change redesign data backup and import (#1052)
zerob13 Oct 27, 2025
d6fe43d
fix(settings): await stored models retrieval from provider (#1056)
hllshiro Oct 27, 2025
a849eaa
feat: add nowledge mem mcp (#1054)
zerob13 Oct 27, 2025
a8d9872
chore: upgrade vue-renderer-markdown
Simon-He95 Oct 27, 2025
a159d76
Merge pull request #1058 from Simon-He95/dev
Simon-He95 Oct 27, 2025
d74c911
feat: add empty system prompt option (#1057)
zerob13 Oct 27, 2025
9361853
chore: update version 0.4.4
zerob13 Oct 27, 2025
41c0fa9
chore: clean remove unless dep
Simon-He95 Oct 28, 2025
0d6e49d
Merge pull request #1059 from Simon-He95/dev
Simon-He95 Oct 28, 2025
e76fd81
feat: refactor download functionality and improve artifact handling
Simon-He95 Oct 28, 2025
8c54763
feat: add @lingual/i18n-check dependency for internationalization sup…
Simon-He95 Oct 28, 2025
39521c0
fix: wrap downloadBlob logic in try-catch for error handling
Simon-He95 Oct 28, 2025
09bb9d2
Merge pull request #1060 from Simon-He95/dev
Simon-He95 Oct 28, 2025
e425fc1
refactor(thread): extract conversation lifecycle (#1061)
zerob13 Oct 29, 2025
5b039d0
fix: restore MCP permission approval flow (#1064)
zerob13 Oct 29, 2025
3c21d2b
chore: translate comments
zerob13 Oct 29, 2025
745ac7c
fix: add missing i18n for promptsetting
zerob13 Oct 30, 2025
ed3190b
fix: custom prompt sync after setting (#1065)
zerob13 Oct 30, 2025
df534b8
feat: support MCP sampling requests (#1062)
zerob13 Oct 30, 2025
5f90491
chore: add oxfmt as prettier plugin (#1066)
zerob13 Oct 30, 2025
383d2f5
chore: update electron 37.8.0
zerob13 Oct 31, 2025
457b90b
chore: remove log
zerob13 Oct 31, 2025
a7e616c
feat: enhance category index management in MentionList component (#1068)
Simon-He95 Oct 31, 2025
f0afbc7
chore: upgrade vue-renderer-markdown to fix mathematical formula matr…
Simon-He95 Oct 31, 2025
7dca278
feat: add loading status for mcp toggle in chatinput (#1070)
zerob13 Oct 31, 2025
49c3af9
perf: remove renderMarkdown with NodeRenderer (#1071)
Simon-He95 Nov 3, 2025
204df2d
feat: add maxSize option to SVGSanitizer and remove redundant SVG con…
Simon-He95 Nov 3, 2025
ad50e0a
Merge pull request #1075 from Simon-He95/dev
Simon-He95 Nov 3, 2025
959202a
fix: #1067 shortcut failed (#1074)
zerob13 Nov 3, 2025
abe6307
chore: update models db
zerob13 Nov 3, 2025
6703f07
chore: update demps for markdown
zerob13 Nov 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@ singleQuote: true
semi: false
printWidth: 100
trailingComma: none
overrides:
- files:
- "**/*.{js,mjs,cjs,jsx}"
options:
plugins:
- "@prettier/plugin-oxc"
parser: oxc
- files:
- "**/*.{ts,mts,cts,tsx}"
options:
plugins:
- "@prettier/plugin-oxc"
parser: oxc-ts
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DeepChat",
"version": "0.4.3",
"version": "0.4.4",
"description": "DeepChat,一个简单易用的AI客户端",
"main": "./out/main/index.js",
"author": "ThinkInAIXYZ",
Expand All @@ -20,7 +20,7 @@
"test:watch": "vitest --watch",
"test:ui": "vitest --ui",
"format:check": "prettier --check .",
"format": "prettier --write .",
"format": "prettier --cache --write .",
"lint": "npx -y oxlint .",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
Expand Down Expand Up @@ -103,12 +103,10 @@
"@iconify-json/lucide": "^1.2.66",
"@iconify-json/vscode-icons": "^1.2.30",
"@iconify/vue": "^5.0.0",
"@internationalized/date": "^3.9.0",
"@lingual/i18n-check": "^0.8.6",
"@radix-icons/vue": "^1.0.0",
"@prettier/plugin-oxc": "^0.0.4",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.13",
"@tanstack/vue-table": "^8.21.3",
"@tiptap/core": "^2.11.7",
"@tiptap/extension-code-block": "^2.11.9",
"@tiptap/extension-document": "^2.11.7",
Expand All @@ -135,10 +133,9 @@
"clsx": "^2.1.1",
"cross-env": "^10.1.0",
"dayjs": "^1.11.18",
"electron": "^37.6.1",
"electron": "^37.8.0",
"electron-builder": "26.0.12",
"electron-vite": "^4.0.1",
"embla-carousel-vue": "^8.6.0",
"jsdom": "^26.1.0",
"katex": "^0.16.25",
"lint-staged": "^16.1.6",
Expand All @@ -159,7 +156,6 @@
"tippy.js": "^6.3.7",
"tw-animate-css": "^1.4.0",
"typescript": "^5.8.3",
"vaul-vue": "^0.4.1",
"vee-validate": "^4.15.1",
"vite": "^7.1.11",
"vite-plugin-monaco-editor-esm": "^2.0.2",
Expand All @@ -168,7 +164,7 @@
"vitest": "^3.2.4",
"vue": "^3.5.22",
"vue-i18n": "^11.1.12",
"vue-renderer-markdown": "0.0.60-beta.5",
"vue-renderer-markdown": "0.0.61-beta.7",
"vue-router": "4",
"vue-sonner": "^2.0.9",
"vue-tsc": "^2.2.12",
Expand Down
Loading