Skip to content

Commit

Permalink
feat: add agent plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jan 7, 2025
1 parent 9cae436 commit b1e47b8
Show file tree
Hide file tree
Showing 231 changed files with 6,382 additions and 2,606 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,15 +482,15 @@
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^3.9.1",
"@hookform/resolvers": "^3.10.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@langchain/anthropic": "^0.3.11",
"@langchain/community": "^0.3.20",
"@langchain/core": "0.3.26",
"@langchain/langgraph": "^0.2.36",
"@langchain/community": "^0.3.22",
"@langchain/core": "0.3.27",
"@langchain/langgraph": "^0.2.39",
"@langchain/openai": "^0.3.16",
"@langchain/textsplitters": "^0.1.0",
"@lexical/react": "^0.22.0",
"@lexical/react": "^0.23.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-checkbox": "^1.1.3",
Expand All @@ -512,13 +512,13 @@
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
"@radix-ui/react-visually-hidden": "^1.1.1",
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-query": "^5.62.16",
"@tomjs/vite-plugin-vscode": "^3.2.1",
"@types/diff": "^6.0.0",
"@types/diff": "^7.0.0",
"@types/fs-extra": "^11.0.4",
"@types/global-agent": "^2.1.3",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/node": "^22.10.5",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@types/shell-quote": "^1.7.5",
"@types/turndown": "^5.0.5",
Expand All @@ -542,19 +542,19 @@
"commitizen": "^4.3.1",
"cpy": "10.1.0",
"diff": "^7.0.0",
"es-toolkit": "^1.30.1",
"es-toolkit": "^1.31.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-compiler": "latest",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-unused-imports": "^4.1.4",
"esno": "^4.8.0",
"eventemitter3": "^5.0.1",
"execa": "^9.5.2",
Expand All @@ -571,24 +571,24 @@
"inquirer": "^9.3.4",
"js-tiktoken": "^1.0.16",
"knip": "^5.41.1",
"langchain": "^0.3.8",
"lexical": "^0.22.0",
"langchain": "^0.3.10",
"lexical": "^0.23.0",
"lint-staged": "^15.3.0",
"lowdb": "^7.0.1",
"lucide-react": "^0.469.0",
"mermaid": "^11.4.1",
"minimatch": "^10.0.1",
"next-themes": "^0.4.4",
"p-limit": "^6.2.0",
"pnpm": "^9.15.2",
"pnpm": "^9.15.3",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^5.0.0",
"react-hook-form": "^7.54.2",
"react-intersection-observer": "^9.14.0",
"react-markdown": "^9.0.1",
"react-intersection-observer": "^9.14.1",
"react-markdown": "^9.0.3",
"react-resizable-panels": "^2.1.7",
"react-router": "^7.1.1",
"react-router-dom": "^7.1.1",
Expand All @@ -602,7 +602,7 @@
"rimraf": "^6.0.1",
"scroll-into-view-if-needed": "^3.1.0",
"shell-quote": "^1.8.2",
"shiki": "^1.24.4",
"shiki": "^1.26.1",
"simple-git": "^3.27.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
Expand All @@ -621,25 +621,25 @@
"unified": "^11.0.5",
"use-immer": "^0.11.0",
"use-resize-observer": "^9.1.0",
"uuid": "^11.0.3",
"uuid": "^11.0.4",
"vaul": "^1.1.2",
"vectordb": "^0.14.1",
"vite": "^6.0.6",
"vite": "^6.0.7",
"vite-plugin-pages": "^0.32.4",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8",
"web-tree-sitter": "^0.24.6",
"zod": "^3.24.1",
"zustand": "^5.0.2"
"zustand": "^5.0.3"
},
"pnpm": {
"overrides": {
"@langchain/core": "0.3.26",
"@langchain/core": "0.3.27",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"lexical": "^0.22.0",
"shiki": "^1.24.4"
"lexical": "^0.23.0",
"shiki": "^1.26.1"
}
},
"commitlint": {
Expand Down
Loading

0 comments on commit b1e47b8

Please sign in to comment.