@rallycry/conveyor-agent 9.0.3 → 9.1.0
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/{chunk-EYIGNRRW.js → chunk-P3QCTUHC.js} +123 -25
- package/dist/chunk-P3QCTUHC.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-EYIGNRRW.js.map +0 -1
package/dist/cli.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -110,7 +110,7 @@ declare class AgentConnection {
|
|
|
110
110
|
onPtyInput(handler: (data: string) => void): () => void;
|
|
111
111
|
/** Subscribe to relayed (reconciled) terminal resizes. Returns an unsubscribe fn. */
|
|
112
112
|
onPtyResize(handler: (cols: number, rows: number) => void): () => void;
|
|
113
|
-
emitStatus(status: string): Promise<void>;
|
|
113
|
+
emitStatus(status: string, reason?: string): Promise<void>;
|
|
114
114
|
postChatMessage(content: string): void;
|
|
115
115
|
postChatMessageAwait(content: string): Promise<void>;
|
|
116
116
|
private suppressIfDuplicate;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rallycry/conveyor-agent",
|
|
3
|
-
"version": "9.0
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"description": "Conveyor Agent Runner v8 - PTY harness for the task chat (SDK harness for audit/project-chat). Agent-as-User architecture with BaseService patterns. Works locally too.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|