feat: improve copilot (#2758)

This commit is contained in:
Himself65
2023-06-13 10:29:04 +08:00
committed by GitHub
parent 5ba2dff008
commit ace3c37fcc
20 changed files with 413 additions and 79 deletions
+7 -4
View File
@@ -8,7 +8,11 @@
},
"dependencies": {
"@affine/component": "workspace:*",
"@toeverything/plugin-infra": "workspace:*"
"@toeverything/plugin-infra": "workspace:*",
"langchain": "^0.0.92",
"marked": "^5.0.4",
"marked-gfm-heading-id": "^3.0.4",
"marked-mangle": "^1.0.1"
},
"devDependencies": {
"@types/marked": "^5.0.0",
@@ -16,10 +20,9 @@
"@types/react-dom": "^18.2.4",
"idb": "^7.1.1",
"jotai": "^2.1.1",
"langchain": "^0.0.90",
"marked": "^5.0.4",
"react": "18.3.0-canary-16d053d59-20230506",
"react-dom": "18.3.0-canary-16d053d59-20230506"
"react-dom": "18.3.0-canary-16d053d59-20230506",
"zod": "^3.21.4"
},
"peerDependencies": {
"react": "*",