mirror of
https://github.com/rait-09/obsidian-agent-client.git
synced 2026-07-22 06:43:37 +00:00
Update version to 0.9.0-preview.2
This commit is contained in:
parent
f280ca33bd
commit
f1225b56be
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "agent-client",
|
||||
"name": "Agent Client",
|
||||
"version": "0.9.0-preview.1",
|
||||
"version": "0.9.0-preview.2",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Chat with AI agents via the Agent Client Protocol directly from your vault.",
|
||||
"author": "RAIT-09",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-agent-client",
|
||||
"version": "0.9.0-preview.1",
|
||||
"version": "0.9.0-preview.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-agent-client",
|
||||
"version": "0.9.0-preview.1",
|
||||
"version": "0.9.0-preview.2",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@agentclientprotocol/sdk": "^0.14.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-agent-client",
|
||||
"version": "0.9.0-preview.1",
|
||||
"version": "0.9.0-preview.2",
|
||||
"description": "Use AI coding agents via the Agent Client Protocol directly inside Obsidian",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue