@agent-smith/cli 0.0.20 → 0.0.21
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/cmd/clicmds/cmds.js +1 -1
- package/package.json +1 -1
package/dist/cmd/clicmds/cmds.js
CHANGED
|
@@ -121,7 +121,7 @@ async function _executeTaskCmd(args = [], options) {
|
|
|
121
121
|
console.warn(error);
|
|
122
122
|
}
|
|
123
123
|
if (formatMode.value == "markdown") {
|
|
124
|
-
console.log("\n
|
|
124
|
+
console.log("\n------------------\n");
|
|
125
125
|
console.log(marked.parse(data).trim());
|
|
126
126
|
}
|
|
127
127
|
else {
|
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.21",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"buildrl": "rm -rf dist/* && rollup -c",
|
|
8
8
|
"build": "rm -rf dist/* && tsc",
|