@integrity-labs/agt-cli 0.28.204 → 0.28.205

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.
@@ -28,7 +28,7 @@ import {
28
28
  requireHost,
29
29
  safeWriteJsonAtomic,
30
30
  setConfigHash
31
- } from "../chunk-DKVV2REL.js";
31
+ } from "../chunk-46I4PFYV.js";
32
32
  import {
33
33
  getProjectDir as getProjectDir2,
34
34
  getReadyTasks,
@@ -70,7 +70,7 @@ import {
70
70
  takeZombieDetection,
71
71
  transcriptActivityAgeSeconds,
72
72
  writeEgressAllowlist
73
- } from "../chunk-2A2EV3B3.js";
73
+ } from "../chunk-P2VXGL63.js";
74
74
  import {
75
75
  CONVERSATION_FAILURE_CATEGORIES,
76
76
  DEFAULT_FRAMEWORK,
@@ -114,7 +114,7 @@ import {
114
114
  resolveChannels,
115
115
  resolveDmTarget,
116
116
  sumTranscriptUsageInWindow
117
- } from "../chunk-2AWUVRIX.js";
117
+ } from "../chunk-7VPPMJA6.js";
118
118
  import {
119
119
  parsePsRows,
120
120
  reapOrphanChannelMcps
@@ -6686,7 +6686,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
6686
6686
  var lastVersionCheckAt = 0;
6687
6687
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6688
6688
  var lastResponsivenessProbeAt = 0;
6689
- var agtCliVersion = true ? "0.28.204" : "dev";
6689
+ var agtCliVersion = true ? "0.28.205" : "dev";
6690
6690
  function resolveBrewPath(execFileSync4) {
6691
6691
  try {
6692
6692
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -7595,7 +7595,7 @@ async function pollCycle() {
7595
7595
  }
7596
7596
  try {
7597
7597
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
7598
- const { collectDiagnostics } = await import("../persistent-session-OXQGFIXK.js");
7598
+ const { collectDiagnostics } = await import("../persistent-session-4B36WJ4A.js");
7599
7599
  const diagCodeNames = [...agentState.persistentSessionAgents];
7600
7600
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
7601
7601
  let tailscaleHostname;
@@ -7743,7 +7743,7 @@ async function pollCycle() {
7743
7743
  const {
7744
7744
  collectResponsivenessProbes,
7745
7745
  getResponsivenessIntervalMs
7746
- } = await import("../responsiveness-probe-T5Z5KPVX.js");
7746
+ } = await import("../responsiveness-probe-JPUF2QPK.js");
7747
7747
  const probeIntervalMs = getResponsivenessIntervalMs();
7748
7748
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
7749
7749
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -7775,7 +7775,7 @@ async function pollCycle() {
7775
7775
  collectResponsivenessProbes,
7776
7776
  livePendingInboundOldestAgeSeconds,
7777
7777
  parkPendingInbound
7778
- } = await import("../responsiveness-probe-T5Z5KPVX.js");
7778
+ } = await import("../responsiveness-probe-JPUF2QPK.js");
7779
7779
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
7780
7780
  const wedgeNow = /* @__PURE__ */ new Date();
7781
7781
  const liveAgents = agentState.persistentSessionAgents;
@@ -10794,7 +10794,7 @@ async function processClaudePairSessions(agents) {
10794
10794
  killPairSession,
10795
10795
  pairTmuxSession,
10796
10796
  finalizeClaudePairOnboarding
10797
- } = await import("../claude-pair-runtime-H5UNK3LX.js");
10797
+ } = await import("../claude-pair-runtime-K2G3ZQGH.js");
10798
10798
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
10799
10799
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
10800
10800
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -22,6 +22,7 @@ import {
22
22
  reloadEgressSidecar,
23
23
  resetRestartCount,
24
24
  resolveClaudeBinary,
25
+ resolveOAuthCredAction,
25
26
  resolveSessionSpawnDecision,
26
27
  restartEgressSidecar,
27
28
  rotateSessionForWedge,
@@ -34,8 +35,8 @@ import {
34
35
  writeDirectChatSessionState,
35
36
  writeEgressAllowlist,
36
37
  writePersistentClaudeWrapper
37
- } from "./chunk-2A2EV3B3.js";
38
- import "./chunk-2AWUVRIX.js";
38
+ } from "./chunk-P2VXGL63.js";
39
+ import "./chunk-7VPPMJA6.js";
39
40
  import "./chunk-XWVM4KPK.js";
40
41
  export {
41
42
  EGRESS_BASELINE_DOMAINS,
@@ -61,6 +62,7 @@ export {
61
62
  reloadEgressSidecar,
62
63
  resetRestartCount,
63
64
  resolveClaudeBinary,
65
+ resolveOAuthCredAction,
64
66
  resolveSessionSpawnDecision,
65
67
  restartEgressSidecar,
66
68
  rotateSessionForWedge,
@@ -74,4 +76,4 @@ export {
74
76
  writeEgressAllowlist,
75
77
  writePersistentClaudeWrapper
76
78
  };
77
- //# sourceMappingURL=persistent-session-OXQGFIXK.js.map
79
+ //# sourceMappingURL=persistent-session-4B36WJ4A.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-2A2EV3B3.js";
4
- import "./chunk-2AWUVRIX.js";
3
+ } from "./chunk-P2VXGL63.js";
4
+ import "./chunk-7VPPMJA6.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -304,4 +304,4 @@ export {
304
304
  readAndResetChannelDeflections,
305
305
  readAndResetChannelLaneClassifications
306
306
  };
307
- //# sourceMappingURL=responsiveness-probe-T5Z5KPVX.js.map
307
+ //# sourceMappingURL=responsiveness-probe-JPUF2QPK.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.204",
3
+ "version": "0.28.205",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {