chore: 更新 Obsidian Copilot 插件版本至 3.2.8
- 更新插件 manifest.json 中的版本号 - 更新插件配置中的 lastDismissedVersion 字段 - 在插件配置中添加 miyoSearchAll 选项 - 添加 CLAUDE.md 项目文档
This commit is contained in:
Vendored
+3
-2
@@ -408,7 +408,7 @@
|
||||
"autocompleteAcceptKey": "Tab",
|
||||
"allowAdditionalContext": true,
|
||||
"enableWordCompletion": false,
|
||||
"lastDismissedVersion": "3.2.4",
|
||||
"lastDismissedVersion": "3.2.8",
|
||||
"passMarkdownImages": true,
|
||||
"enableAutonomousAgent": true,
|
||||
"enableCustomPromptTemplating": true,
|
||||
@@ -444,5 +444,6 @@
|
||||
"chatHistorySortStrategy": "recent",
|
||||
"projectListSortStrategy": "recent",
|
||||
"userSystemPromptsFolder": "copilot/system-prompts",
|
||||
"miyoServerUrl": ""
|
||||
"miyoServerUrl": "",
|
||||
"miyoSearchAll": false
|
||||
}
|
||||
Vendored
+54
-54
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "copilot",
|
||||
"name": "Copilot",
|
||||
"version": "3.2.7",
|
||||
"version": "3.2.8",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.",
|
||||
"author": "Logan Yang",
|
||||
|
||||
Vendored
+2
-2
@@ -195,7 +195,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 5
|
||||
"currentTab": 3
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
@@ -225,7 +225,7 @@
|
||||
"halo:发布当前文档到 Halo": false
|
||||
}
|
||||
},
|
||||
"active": "e7a7b303c61786dc",
|
||||
"active": "1e67aceb8faf7653",
|
||||
"lastOpenFiles": [
|
||||
"obsidian-halo/docs/usage-guide.md",
|
||||
"博客/学术与效率/AI助你轻松上手LaTeX论文写作.md",
|
||||
|
||||
Reference in New Issue
Block a user