@agiflowai/aicode-toolkit 1.0.18 → 1.0.20
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 +2 -2
- package/dist/cli.mjs +2 -2
- package/package.json +4 -4
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.
|
|
14
|
+
var version = "1.0.19";
|
|
15
15
|
|
|
16
16
|
//#endregion
|
|
17
17
|
//#region src/commands/add.ts
|
|
@@ -663,7 +663,7 @@ const initActors = {
|
|
|
663
663
|
const tmpPath = await new require_utils.TemplateSelectionService().downloadTemplatesToTmp(DEFAULT_TEMPLATE_REPO);
|
|
664
664
|
spinner.succeed("Templates downloaded successfully");
|
|
665
665
|
return tmpPath;
|
|
666
|
-
} catch (
|
|
666
|
+
} catch (_error) {
|
|
667
667
|
spinner.warn("Failed to download templates - skipping template setup");
|
|
668
668
|
__agiflowai_aicode_utils.print.info("You can run \"aicode-toolkit init\" again later to set up templates");
|
|
669
669
|
return null;
|
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.
|
|
12
|
+
var version = "1.0.19";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/commands/add.ts
|
|
@@ -661,7 +661,7 @@ const initActors = {
|
|
|
661
661
|
const tmpPath = await new TemplateSelectionService().downloadTemplatesToTmp(DEFAULT_TEMPLATE_REPO);
|
|
662
662
|
spinner.succeed("Templates downloaded successfully");
|
|
663
663
|
return tmpPath;
|
|
664
|
-
} catch (
|
|
664
|
+
} catch (_error) {
|
|
665
665
|
spinner.warn("Failed to download templates - skipping template setup");
|
|
666
666
|
print.info("You can run \"aicode-toolkit init\" again later to set up templates");
|
|
667
667
|
return null;
|
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.
|
|
4
|
+
"version": "1.0.20",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"author": "AgiflowIO",
|
|
7
7
|
"repository": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@composio/json-schema-to-zod": "0.1.15",
|
|
39
39
|
"@inquirer/prompts": "^7.8.6",
|
|
40
|
-
"@modelcontextprotocol/sdk": "1.
|
|
40
|
+
"@modelcontextprotocol/sdk": "1.26.0",
|
|
41
41
|
"chalk": "5.6.2",
|
|
42
42
|
"commander": "14.0.1",
|
|
43
43
|
"execa": "^9.5.2",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"pino-pretty": "^13.1.1",
|
|
51
51
|
"xstate": "^5.23.0",
|
|
52
52
|
"zod": "3.25.76",
|
|
53
|
-
"@agiflowai/aicode-utils": "1.0.
|
|
54
|
-
"@agiflowai/coding-agent-bridge": "1.0.
|
|
53
|
+
"@agiflowai/aicode-utils": "1.0.14",
|
|
54
|
+
"@agiflowai/coding-agent-bridge": "1.0.17"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/express": "^5.0.0",
|