chatroom-cli 1.6.2 → 1.6.3

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14475,7 +14475,8 @@ async function executeStartAgent(ctx, args) {
14475
14475
  chatroomId,
14476
14476
  role,
14477
14477
  pid,
14478
- model
14478
+ model,
14479
+ reason
14479
14480
  });
14480
14481
  console.log(` Updated backend with PID: ${pid}`);
14481
14482
  ctx.deps.machine.persistAgentPid(ctx.machineId, chatroomId, role, pid, agentHarness);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chatroom-cli",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "CLI for multi-agent chatroom collaboration",
5
5
  "type": "module",
6
6
  "bin": {