mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-01-16 08:21:55 +00:00
更新版本至 0.7.0,添加新特性包括洞察转换、工作区、数据视图支持和本地嵌入模型支持,同时更新变更日志。
This commit is contained in:
parent
54a14dedd6
commit
322e88fa9c
@ -1,4 +1,10 @@
|
||||
releases:
|
||||
- version: "0.7.0"
|
||||
features:
|
||||
- "add insight transformation"
|
||||
- "add workspace"
|
||||
- "add dataview support"
|
||||
- "add local embedding model support"
|
||||
- version: "0.6.18"
|
||||
fixes:
|
||||
- "fix mermaid block style, add copy btn"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "infio-copilot",
|
||||
"name": "Infio Copilot",
|
||||
"version": "0.6.18",
|
||||
"version": "0.7.0",
|
||||
"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",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "obsidian-infio-copilot",
|
||||
"version": "0.6.18",
|
||||
"version": "0.7.0",
|
||||
"description": "A Cursor-inspired AI assistant that offers smart autocomplete and interactive chat with your selected notes",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user