Update version to 0.8.0-preview.1

This commit is contained in:
RAIT-09 2026-02-07 00:19:39 +09:00
parent 8c0ccecd90
commit 436b785be3
3 changed files with 7 additions and 7 deletions

View file

@ -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",

10
package-lock.json generated
View file

@ -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": {

View file

@ -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": {