@agent-api/cli 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  export declare const cliName = "agent-api-cli";
2
2
  export declare const cliAuthor = "AgentsWay";
3
- export declare const cliVersion = "0.1.1";
3
+ export declare const cliVersion = "0.1.2";
4
4
  export declare const runtime: import("@agent-api/sdk/local").LocalRuntime;
5
5
  export declare function ensureRuntime(): Promise<import("@agent-api/sdk/local").LocalRuntime>;
@@ -1,7 +1,7 @@
1
1
  import { createLocalRuntime } from "@agent-api/sdk/local";
2
2
  export const cliName = "agent-api-cli";
3
3
  export const cliAuthor = "AgentsWay";
4
- export const cliVersion = "0.1.1";
4
+ export const cliVersion = "0.1.2";
5
5
  export const runtime = createLocalRuntime({
6
6
  appName: cliName,
7
7
  appAuthor: cliAuthor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-api/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "First-class command line interface for Agent API",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/scalebox-dev/agent-tui#readme",
@@ -31,7 +31,7 @@
31
31
  "test": "npm run sync-version && npm run build && node --test test/*.test.mjs"
32
32
  },
33
33
  "dependencies": {
34
- "@agent-api/sdk": "^1.2.2",
34
+ "@agent-api/sdk": "^1.2.3",
35
35
  "commander": "^14.0.3",
36
36
  "ink": "^6.8.0",
37
37
  "react": "^19.2.7",