@agiflowai/aicode-toolkit 1.0.11 → 1.0.12

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
@@ -11,7 +11,7 @@ ora = require_utils.__toESM(ora);
11
11
  let xstate = require("xstate");
12
12
 
13
13
  //#region package.json
14
- var version = "1.0.10";
14
+ var version = "1.0.12";
15
15
 
16
16
  //#endregion
17
17
  //#region src/commands/add.ts
package/dist/cli.mjs CHANGED
@@ -9,7 +9,7 @@ import ora from "ora";
9
9
  import { assign, createActor, createMachine, fromPromise } from "xstate";
10
10
 
11
11
  //#region package.json
12
- var version = "1.0.10";
12
+ var version = "1.0.12";
13
13
 
14
14
  //#endregion
15
15
  //#region src/commands/add.ts
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.0.11",
4
+ "version": "1.0.12",
5
5
  "license": "AGPL-3.0",
6
6
  "author": "AgiflowIO",
7
7
  "repository": {
@@ -51,7 +51,7 @@
51
51
  "xstate": "^5.23.0",
52
52
  "zod": "3.25.76",
53
53
  "@agiflowai/aicode-utils": "1.0.9",
54
- "@agiflowai/coding-agent-bridge": "1.0.9"
54
+ "@agiflowai/coding-agent-bridge": "1.0.10"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/express": "^5.0.0",