Skip to content

Commit

Permalink
fix: fix cancel batch-processor bug and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jul 31, 2024
1 parent e16fd6d commit 24a5443
Show file tree
Hide file tree
Showing 82 changed files with 1,272 additions and 793 deletions.
10 changes: 3 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"i18n-ally.pathMatcher": "package.nls.{locale}.json",
"i18n-ally.keystyle": "flat",
"i18n-ally.localesPaths": [
"."
],
"i18n-ally.enabledFrameworks": [
"vscode",
"react"
],
"i18n-ally.localesPaths": ["."],
"i18n-ally.enabledFrameworks": ["vscode", "react"],
"i18n-ally.dirStructure": "file",
// Enable eslint for all supported languages
"eslint.validate": [
Expand Down Expand Up @@ -68,6 +63,7 @@
"langchain",
"Nicepkg",
"nodir",
"Nolebase",
"Ollama",
"openai",
"Pipfile",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

English / [简体中文 🌏](https://github.com/nicepkg/aide/tree/master/README_CN.md)

Conquer Any Code in VSCode: One-Click Comments, Conversions, UI-to-Code, and AI Batch Processing! 💪
Conquer Any Code in VSCode: One-Click Comments, Conversions, UI-to-Code, and AI Batch Processing of Files! 💪

在 VSCode 中征服任何代码:一键注释、转换、UI 图生成代码、AI 批量处理!💪
在 VSCode 中征服任何代码:一键注释、转换、UI 图生成代码、AI 批量处理文件!💪

[![Version](https://img.shields.io/visual-studio-marketplace/v/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

[English 🌏](https://github.com/nicepkg/aide/tree/master/README.md) / 简体中文

在 VSCode 中征服任何代码:一键注释、转换、UI 图生成代码、AI 批量处理!💪
在 VSCode 中征服任何代码:一键注释、转换、UI 图生成代码、AI 批量处理文件!💪

[![Version](https://img.shields.io/visual-studio-marketplace/v/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/nicepkg.aide-pro)](https://marketplace.visualstudio.com/items?itemName=nicepkg.aide-pro)
Expand All @@ -31,7 +31,7 @@ https://github.com/user-attachments/assets/55f85f8e-7515-4da3-b850-9c078b3440d5
- 🔄 **[代码转换](https://aide.nicepkg.cn/zh/guide/features/code-convert)**: 一键在任何编程语言之间转换代码。
- 📖 **[代码查看器助手](https://aide.nicepkg.cn/zh/guide/features/code-viewer-helper)**: 添加详细注释以提高代码可读性。
- 🔀 **[智能粘贴](https://aide.nicepkg.cn/zh/guide/features/smart-paste)**: 粘贴时智能转换剪贴板内容(代码或图片)。
- 🤖 **[AI 批量处理](https://aide.nicepkg.cn/zh/guide/features/batch-processor)**: 根据自定义要求使用 AI 处理多个文件。
- 🤖 **[AI 批量处理文件](https://aide.nicepkg.cn/zh/guide/features/batch-processor)**: 根据自定义要求使用 AI 处理多个文件。
- 🏷 **[重命名变量](https://aide.nicepkg.cn/zh/guide/features/rename-variable)**: 获取 AI 建议的变量名及解释。
- 💬 **[问 AI](https://aide.nicepkg.cn/zh/guide/features/ask-ai)**: 对选定的文件或文件夹执行自定义 AI 命令。
- 📋 **[复制为 AI 提示词](https://aide.nicepkg.cn/zh/guide/features/copy-as-prompt)**: 轻松复制文件/文件夹内容作为 AI 提示。
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.nls.zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"command.codeViewerHelper": "✨ Aide: 代码查看器助手",
"command.renameVariable": "✨ Aide: 重命名变量",
"command.smartPaste": "✨ Aide: 智能粘贴",
"command.batchProcessor": "✨ Aide: AI 批量处理",
"command.batchProcessor": "✨ Aide: AI 批量处理文件",
"command.copyFileText": "复制全文",
"command.quickCloseFileWithoutSave": "快速关闭",
"command.replaceFile": "替换原文",
Expand Down
Loading

0 comments on commit 24a5443

Please sign in to comment.