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.
- package/dist/index.js +2 -1
- 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);
|