|
|
@@ -2,7 +2,7 @@
|
|
|
"name": "copy-ai-ctx",
|
|
|
"displayName": "Copy AI Ctx",
|
|
|
"description": "复制上下文供AI助手使用 —— 复制文件、内容的引用信息",
|
|
|
- "version": "0.3.6",
|
|
|
+ "version": "0.3.7",
|
|
|
"publisher": "fivesay",
|
|
|
"engines": {
|
|
|
"vscode": "^1.85.0"
|
|
|
@@ -54,14 +54,16 @@
|
|
|
"menus": {
|
|
|
"editor/context": [
|
|
|
{
|
|
|
- "command": "copy-ai-ctx.copySelection",
|
|
|
+ "command": "copy-ai-ctx.copySmart",
|
|
|
"when": "editorHasSelection",
|
|
|
- "group": "9_cutcopypaste@10"
|
|
|
+ "group": "9_cutcopypaste@10",
|
|
|
+ "title": "Copy to AI: 选中区域"
|
|
|
},
|
|
|
{
|
|
|
- "command": "copy-ai-ctx.copyFile",
|
|
|
+ "command": "copy-ai-ctx.copySmart",
|
|
|
"when": "!editorHasSelection",
|
|
|
- "group": "9_cutcopypaste@10"
|
|
|
+ "group": "9_cutcopypaste@10",
|
|
|
+ "title": "Copy to AI: 当前文件"
|
|
|
}
|
|
|
],
|
|
|
"explorer/context": [
|