@integrity-labs/agt-cli 0.28.222 → 0.28.223

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.
@@ -6917,6 +6917,13 @@ var FLAG_REGISTRY = [
6917
6917
  defaultValue: false,
6918
6918
  envVar: "AGT_GHOST_REPLY_INTENT_CLASSIFIER_ENABLED"
6919
6919
  },
6920
+ {
6921
+ key: "compaction-notice",
6922
+ description: 'Compaction courtesy notice (ENG-7339): when a managed Claude Code session compacts its context, the persistent session pauses and stops replying for a stretch, which looks identical to a dead agent from the channel. When ON, the generated PreCompact hook finds the conversation the user is actively on (the last <channel ...> tag in the transcript) and drops a notice into the matching <channel>-notice-outbox; the channel MCP server (alive while the Claude process compacts) posts a short "reorganizing my memory, back shortly" line. The notice path never clears the pending-inbound marker, so the genuine reply the agent still owes after compaction is unaffected. No active channel tag \u21D2 silent (idle agents never broadcast). Boolean gate; ships dark, canary per host before any fleet flip. When OFF the hook writes nothing and the consumer drops any stray notice unsent.',
6923
+ flagType: "boolean",
6924
+ defaultValue: false,
6925
+ envVar: "AGT_COMPACTION_NOTICE_ENABLED"
6926
+ },
6920
6927
  {
6921
6928
  key: "channel-live-progress",
6922
6929
  description: 'Live in-channel progress indicator (ENG-6567 Phase 2): while an agent is mid-task on a pending channel inbound, the channel server maintains a slimline Block Kit "\u23F3 working\u2026 (last: <step>)" context message on the thread, driven by a throttled PostToolUse heartbeat, and clears it the moment the final reply lands. Answers "is it still working or done?" without the agent having to narrate. Boolean gate; ships dark \u2014 canary per host before any fleet flip. When OFF the heartbeat is still written (cheap, local) but nothing is ever posted, so behaviour is exactly as today.',
@@ -8971,4 +8978,4 @@ export {
8971
8978
  stopAllSessionsAndWait,
8972
8979
  getProjectDir
8973
8980
  };
8974
- //# sourceMappingURL=chunk-B3E4B7JF.js.map
8981
+ //# sourceMappingURL=chunk-MJ2TQQOO.js.map