@agiflowai/aicode-toolkit 1.2.0 → 1.3.0

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.
package/dist/cli.cjs CHANGED
@@ -14,7 +14,7 @@ let xstate = require("xstate");
14
14
  let js_yaml = require("js-yaml");
15
15
  js_yaml = require_utils.__toESM(js_yaml, 1);
16
16
  //#region package.json
17
- var version = "1.1.0";
17
+ var version = "1.2.0";
18
18
  //#endregion
19
19
  //#region src/commands/add.ts
20
20
  /**
package/dist/cli.mjs CHANGED
@@ -11,7 +11,7 @@ import * as oraImport from "ora";
11
11
  import { assign, createActor, createMachine, fromPromise } from "xstate";
12
12
  import yaml from "js-yaml";
13
13
  //#region package.json
14
- var version = "1.1.0";
14
+ var version = "1.2.0";
15
15
  //#endregion
16
16
  //#region src/commands/add.ts
17
17
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agiflowai/aicode-toolkit",
3
3
  "description": "AI-powered code toolkit CLI for scaffolding, architecture management, and development workflows",
4
- "version": "1.2.0",
4
+ "version": "1.3.0",
5
5
  "license": "AGPL-3.0",
6
6
  "author": "AgiflowIO",
7
7
  "repository": {
@@ -50,8 +50,8 @@
50
50
  "pino-pretty": "13.1.3",
51
51
  "xstate": "5.30.0",
52
52
  "zod": "4.3.6",
53
- "@agiflowai/aicode-utils": "1.2.0",
54
- "@agiflowai/coding-agent-bridge": "1.2.0"
53
+ "@agiflowai/aicode-utils": "1.3.0",
54
+ "@agiflowai/coding-agent-bridge": "1.3.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/express": "5.0.6",