Skip to content

Commit

Permalink
feat: optimize files selector
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Sep 1, 2024
1 parent 707baf2 commit f27d105
Show file tree
Hide file tree
Showing 18 changed files with 1,284 additions and 175 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"ianvs",
"iconify",
"iflytek",
"Immer",
"knip",
"langchain",
"Nicepkg",
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@
"@langchain/openai": "^0.2.8",
"@lexical/code": "^0.17.1",
"@lexical/react": "^0.17.1",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.1",
Expand All @@ -375,6 +376,7 @@
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.52.2",
"@tomjs/vite-plugin-vscode": "^2.5.5",
Expand Down Expand Up @@ -420,6 +422,7 @@
"global-agent": "^3.0.0",
"husky": "^9.1.5",
"ignore": "^5.3.2",
"immer": "^10.1.1",
"inquirer": "^9.3.4",
"knip": "^5.27.4",
"langchain": "^0.2.17",
Expand All @@ -436,6 +439,7 @@
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-resizable-panels": "^2.1.1",
"react-use": "^17.5.1",
"rimraf": "^6.0.1",
"shell-quote": "^1.8.1",
"simple-git": "^3.25.0",
Expand All @@ -446,6 +450,8 @@
"tsup": "^8.2.4",
"typescript": "5.4.5",
"undici": "^6.19.8",
"use-immer": "^0.10.0",
"use-resize-observer": "^9.1.0",
"vaul": "^0.9.1",
"vite": "^5.4.2",
"vite-tsconfig-paths": "^5.0.1",
Expand Down
Loading

0 comments on commit f27d105

Please sign in to comment.