@annals/agent-mesh 0.12.0 → 0.12.1

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1303,7 +1303,7 @@ var ClaudeSession = class {
1303
1303
  void this.runCollectWorkspaceTask(collectTask);
1304
1304
  return;
1305
1305
  }
1306
- const args = ["-p", message, "--output-format", "stream-json", "--verbose", "--include-partial-messages", "--dangerously-skip-permissions"];
1306
+ const args = ["-p", message, "--continue", "--output-format", "stream-json", "--verbose", "--include-partial-messages", "--dangerously-skip-permissions"];
1307
1307
  void this.downloadAttachments(attachments).then(() => this.takeSnapshot()).then(() => {
1308
1308
  this.launchProcess(args);
1309
1309
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annals/agent-mesh",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "CLI bridge connecting local AI agents to the Agents.Hot platform",
5
5
  "type": "module",
6
6
  "bin": {