update memory
This commit is contained in:
parent
f1ecc16c26
commit
47de767b50
@ -1,4 +1,8 @@
|
||||
releases:
|
||||
- version: "0.6.7"
|
||||
fixes:
|
||||
- "fixed pdf & md content null byte error"
|
||||
- "fixed vector embedding memory leak"
|
||||
- version: "0.6.6"
|
||||
fixes:
|
||||
- "fixed pdf content null byte error"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "infio-copilot",
|
||||
"name": "Infio Copilot",
|
||||
"version": "0.6.6",
|
||||
"version": "0.6.7",
|
||||
"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.6",
|
||||
"version": "0.6.7",
|
||||
"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