@integrity-labs/agt-cli 0.28.19 → 0.28.21

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.
@@ -16952,7 +16952,9 @@ async function processSlackRecoveryOutboxFile(filename) {
16952
16952
  }
16953
16953
  return;
16954
16954
  }
16955
- const text = `[recovered reply] ${payload.text}`;
16955
+ const text = `_(I drafted this a moment ago but it didn't send \u2014 posting it now.)_
16956
+
16957
+ ${payload.text}`;
16956
16958
  let sendSucceeded = false;
16957
16959
  const controller = new AbortController();
16958
16960
  const timeoutId = setTimeout(() => controller.abort(), 15e3);
@@ -17367,7 +17367,9 @@ async function processRecoveryOutboxFile(filename) {
17367
17367
  }
17368
17368
  return;
17369
17369
  }
17370
- const text = `[recovered reply] ${payload.text}`;
17370
+ const text = `(I drafted this a moment ago but it didn't send \u2014 posting it now.)
17371
+
17372
+ ${payload.text}`;
17371
17373
  const body = {
17372
17374
  chat_id: payload.chat_id,
17373
17375
  text,
@@ -25,8 +25,8 @@ import {
25
25
  takeZombieDetection,
26
26
  writeDirectChatSessionState,
27
27
  writePersistentClaudeWrapper
28
- } from "./chunk-5DIMLYS5.js";
29
- import "./chunk-6UXSC4TR.js";
28
+ } from "./chunk-BKO5PJZ7.js";
29
+ import "./chunk-3HZSMDEW.js";
30
30
  import "./chunk-XWVM4KPK.js";
31
31
  export {
32
32
  SEND_KEYS_ENTER_DELAY_MS,
@@ -56,4 +56,4 @@ export {
56
56
  writeDirectChatSessionState,
57
57
  writePersistentClaudeWrapper
58
58
  };
59
- //# sourceMappingURL=persistent-session-RANQKKKC.js.map
59
+ //# sourceMappingURL=persistent-session-5BEMWOTM.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-5DIMLYS5.js";
4
- import "./chunk-6UXSC4TR.js";
3
+ } from "./chunk-BKO5PJZ7.js";
4
+ import "./chunk-3HZSMDEW.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -250,4 +250,4 @@ export {
250
250
  parkPendingInbound,
251
251
  readAndResetChannelDeflections
252
252
  };
253
- //# sourceMappingURL=responsiveness-probe-KQP6MY5N.js.map
253
+ //# sourceMappingURL=responsiveness-probe-JP4HLFYU.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.19",
3
+ "version": "0.28.21",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {