@agent-commons/cli 0.2.1 → 0.2.2
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/bin.js +2 -2
- package/package.json +2 -2
package/dist/bin.js
CHANGED
|
@@ -160,7 +160,7 @@ var sym = {
|
|
|
160
160
|
bullet: import_chalk.default.dim("\u2022"),
|
|
161
161
|
dot: import_chalk.default.dim("\xB7")
|
|
162
162
|
};
|
|
163
|
-
function banner(version = "0.2.
|
|
163
|
+
function banner(version = "0.2.2") {
|
|
164
164
|
const line = import_chalk.default.cyan(" \u2500".padEnd(2) + "\u2500".repeat(44));
|
|
165
165
|
console.log("");
|
|
166
166
|
console.log(line);
|
|
@@ -4232,7 +4232,7 @@ async function pickAgentInteractively(action) {
|
|
|
4232
4232
|
return agentId;
|
|
4233
4233
|
}
|
|
4234
4234
|
var program = new import_commander16.Command();
|
|
4235
|
-
program.name("agc").description("Agent Commons CLI \u2014 interact with the Agent Commons platform").version("0.2.
|
|
4235
|
+
program.name("agc").description("Agent Commons CLI \u2014 interact with the Agent Commons platform").version("0.2.2", "-v, --version").action(async () => {
|
|
4236
4236
|
await interactiveMenu();
|
|
4237
4237
|
});
|
|
4238
4238
|
program.hook("preAction", async (_thisCommand, actionCommand) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-commons/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Agent Commons CLI — chat, run, and manage agents from your terminal",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"commander": "^12.1.0",
|
|
17
17
|
"ora": "^8.1.1",
|
|
18
18
|
"pdf-parse": "^1.1.1",
|
|
19
|
-
"@agent-commons/sdk": "0.2.
|
|
19
|
+
"@agent-commons/sdk": "0.2.2"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/node": "^22.10.2",
|