Update version to 0.11.0-preview.1

This commit is contained in:
RAIT-09 2026-06-05 23:35:58 +09:00
parent 673ddf9469
commit 4cb0fb7c6a
3 changed files with 4 additions and 21 deletions

View file

@ -1,7 +1,7 @@
{
"id": "agent-client",
"name": "Agent Client",
"version": "0.10.6",
"version": "0.11.0-preview.1",
"minAppVersion": "1.11.4",
"description": "Chat with AI agents via the Agent Client Protocol directly from your vault.",
"author": "RAIT-09",

21
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-agent-client",
"version": "0.10.6",
"version": "0.11.0-preview.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-agent-client",
"version": "0.10.6",
"version": "0.11.0-preview.1",
"license": "Apache-2.0",
"dependencies": {
"@agentclientprotocol/sdk": "^0.14.1",
@ -7390,16 +7390,6 @@
"node": ">=12"
}
},
"node_modules/vitepress/node_modules/@types/node": {
"version": "25.9.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz",
"integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==",
"extraneous": true,
"license": "MIT",
"dependencies": {
"undici-types": ">=7.24.0 <7.24.7"
}
},
"node_modules/vitepress/node_modules/@vitejs/plugin-vue": {
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
@ -7453,13 +7443,6 @@
"@esbuild/win32-x64": "0.21.5"
}
},
"node_modules/vitepress/node_modules/undici-types": {
"version": "7.24.6",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz",
"integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==",
"extraneous": true,
"license": "MIT"
},
"node_modules/vitepress/node_modules/vite": {
"version": "5.4.21",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-agent-client",
"version": "0.10.6",
"version": "0.11.0-preview.1",
"description": "Use AI coding agents via the Agent Client Protocol directly inside Obsidian",
"main": "main.js",
"scripts": {