更新版本至0.7.6,添加MCP设置文件监视器功能,并在CHANGELOG中记录相关更改。

This commit is contained in:
duanfuxiang 2025-07-19 07:41:08 +08:00
parent dea60c3627
commit 263a75ca6e
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
releases:
- version: "0.7.6"
features:
- "update mcp settings file watcher"
- version: "0.7.5"
features:
- "fix insight model error"

View File

@ -1,7 +1,7 @@
{
"id": "infio-copilot",
"name": "Infio Copilot",
"version": "0.7.5",
"version": "0.7.6",
"minAppVersion": "0.15.0",
"description": "A Cursor-inspired AI assistant for notes that offers smart autocomplete and interactive chat with your selected notes",
"author": "Felix.D",

View File

@ -1,6 +1,6 @@
{
"name": "obsidian-infio-copilot",
"version": "0.7.5",
"version": "0.7.6",
"description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes",
"main": "main.js",
"scripts": {