From 4a7ecd1e810a65cc64a8ec8387f910f1d683beca Mon Sep 17 00:00:00 2001 From: acxtrilla Date: Wed, 29 Apr 2026 13:13:36 +0100 Subject: [PATCH] Update marketplace description --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",