@agent-smith/cli 0.0.55 → 0.0.56
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.
|
@@ -75,9 +75,7 @@ async function executeActionCmd(args = [], options = {}, quiet = false) {
|
|
|
75
75
|
default:
|
|
76
76
|
throw new Error(`Action ext ${ext} not implemented`);
|
|
77
77
|
}
|
|
78
|
-
console.log("RUN");
|
|
79
78
|
const res = await act.run(args, options);
|
|
80
|
-
console.log("ACT RES", res);
|
|
81
79
|
if (res?.error) {
|
|
82
80
|
throw res.error;
|
|
83
81
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@agent-smith/cli",
|
|
3
3
|
"description": "Agent Smith: terminal client for language model agents",
|
|
4
4
|
"repository": "https://github.com/synw/agent-smith",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.56",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"buildrl": "rm -rf dist/* && rollup -c",
|
|
8
8
|
"build": "rm -rf dist/* && tsc",
|