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