diff --git a/manifest.json b/manifest.json index c7a17b4..181dc9c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "agent-client", "name": "Agent Client", - "version": "0.7.5", + "version": "0.8.0-preview.1", "minAppVersion": "0.15.0", "description": "Chat with AI agents via the Agent Client Protocol directly from your vault.", "author": "RAIT-09", diff --git a/package-lock.json b/package-lock.json index 70022ba..d618e6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-agent-client", - "version": "0.7.5", + "version": "0.8.0-preview.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-agent-client", - "version": "0.7.5", + "version": "0.8.0-preview.1", "license": "Apache-2.0", "dependencies": { "@agentclientprotocol/sdk": "^0.13.1", @@ -4163,9 +4163,9 @@ } }, "node_modules/get-tsconfig": { - "version": "4.13.5", - "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.5.tgz", - "integrity": "sha512-v4/4xAEpBRp6SvCkWhnGCaLkJf9IwWzrsygJPxD/+p2/xPE3C5m2fA9FD0Ry9tG+Rqqq3gBzHSl6y1/T9V/tMQ==", + "version": "4.13.6", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.6.tgz", + "integrity": "sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c74672c..883c517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-agent-client", - "version": "0.7.5", + "version": "0.8.0-preview.1", "description": "Use AI coding agents via the Agent Client Protocol directly inside Obsidian", "main": "main.js", "scripts": {