update index

This commit is contained in:
duanfuxiang 2025-06-12 17:23:01 +08:00
parent 990be82194
commit f1f8ce80fc
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
releases: releases:
- version: "0.6.4"
features:
- "Added batch embedding for siliconflow"
- version: "0.6.3" - version: "0.6.3"
features: features:
- "Added Core Search Plugin and Omnisearch Support for Local File Searching PR from @travertexs" - "Added Core Search Plugin and Omnisearch Support for Local File Searching PR from @travertexs"

View File

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

View File

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