-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix cancel batch-processor bug and update docs
- Loading branch information
1 parent
e16fd6d
commit 24a5443
Showing
82 changed files
with
1,272 additions
and
793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"publisher": "nicepkg", | ||
"name": "aide-pro", | ||
"displayName": "Aide", | ||
"description": "Conquer Any Code in VSCode: One-Click Comments, Conversions, UI-to-Code, and AI Batch Processing! 在 VSCode 中征服任何代码:一键注释、转换、UI 图生成代码、AI 批量处理!💪", | ||
"description": "Conquer Any Code in VSCode: One-Click Comments, Conversions, UI-to-Code, and AI Batch Processing of Files! 在 VSCode 中征服任何代码:一键注释、转换、UI 图生成代码、AI 批量处理文件!💪", | ||
"version": "1.16.0", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
|
@@ -289,12 +289,12 @@ | |
"@commitlint/config-conventional": "^19.2.2", | ||
"@commitlint/cz-commitlint": "^19.2.0", | ||
"@ianvs/prettier-plugin-sort-imports": "^4.3.1", | ||
"@langchain/anthropic": "^0.2.6", | ||
"@langchain/anthropic": "^0.2.11", | ||
"@langchain/core": "0.2.18", | ||
"@langchain/openai": "^0.2.4", | ||
"@langchain/openai": "^0.2.5", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/global-agent": "^2.1.3", | ||
"@types/node": "^20.14.11", | ||
"@types/node": "^22.0.2", | ||
"@types/shell-quote": "^1.7.5", | ||
"@types/vscode": "1.82.0", | ||
"@typescript-eslint/eslint-plugin": "^7.17.0", | ||
|
@@ -322,19 +322,19 @@ | |
"ignore": "^5.3.1", | ||
"inquirer": "^9.3.4", | ||
"knip": "^5.27.0", | ||
"langchain": "^0.2.10", | ||
"langchain": "^0.2.12", | ||
"lint-staged": "^15.2.7", | ||
"minimatch": "^9.0.5", | ||
"p-limit": "^6.1.0", | ||
"pnpm": "^9.6.0", | ||
"prettier": "^3.3.3", | ||
"rimraf": "^6.0.1", | ||
"shell-quote": "^1.8.1", | ||
"tsup": "^8.2.2", | ||
"tsup": "^8.2.3", | ||
"typescript": "5.4.5", | ||
"undici": "^6.19.4", | ||
"vite": "^5.3.4", | ||
"vitest": "^2.0.4", | ||
"undici": "^6.19.5", | ||
"vite": "^5.3.5", | ||
"vitest": "^2.0.5", | ||
"zod": "^3.23.8" | ||
}, | ||
"pnpm": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.