@rallycry/conveyor-agent 7.2.0 → 7.2.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/cli.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -220,6 +220,9 @@ declare class SessionRunner {
|
|
|
220
220
|
private _state;
|
|
221
221
|
private stopped;
|
|
222
222
|
private interrupted;
|
|
223
|
+
/** Defense-in-depth: set when the agent emits a "completed" event.
|
|
224
|
+
* Prevents the core loop from processing any further messages. */
|
|
225
|
+
private completedThisTurn;
|
|
223
226
|
private taskContext;
|
|
224
227
|
private fullContext;
|
|
225
228
|
private queryBridge;
|
package/dist/index.js
CHANGED