diff --git a/manifest.json b/manifest.json index edae0fb..5b34260 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "AI Sidebar", "version": "0.1.0", "minAppVersion": "1.7.2", - "description": "A Cursor-style AI sidebar that connects local CLI agents to relevant Obsidian vault context.", + "description": "A Cursor-style AI sidebar that connects local CLI agents to relevant vault context.", "author": "acxtrilla", "authorUrl": "https://acxtrilla.xyz", "isDesktopOnly": true diff --git a/package.json b/package.json index 35c8afd..35c0d84 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-ai-sidebar", "version": "0.1.0", - "description": "A Cursor-style AI sidebar for Obsidian with local CLI agents and vault-aware context.", + "description": "A Cursor-style AI sidebar with local CLI agents and vault-aware context.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",