@integrity-labs/agt-cli 0.28.560 → 0.28.561

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.
@@ -100,7 +100,7 @@ async function spawnPairSession(session) {
100
100
  return { ok: true };
101
101
  } catch {
102
102
  }
103
- const { resolveClaudeBinary } = await import("./persistent-session-7P5B6Z4M.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-55IQBW5G.js");
104
104
  const claudeBin = resolveClaudeBinary();
105
105
  const pairEnv = {
106
106
  ...process.env,
@@ -373,4 +373,4 @@ export {
373
373
  startClaudePair,
374
374
  submitClaudePairCode
375
375
  };
376
- //# sourceMappingURL=claude-pair-runtime-D4BXRU2P.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-2C3YHSPM.js.map
@@ -53,7 +53,7 @@ import {
53
53
  safeWriteJsonAtomic,
54
54
  setConfigHash,
55
55
  tripClass
56
- } from "../chunk-C2GQLZ4F.js";
56
+ } from "../chunk-HBZ6OURT.js";
57
57
  import {
58
58
  getProjectDir as getProjectDir2,
59
59
  getReadyTasks,
@@ -181,7 +181,7 @@ import {
181
181
  toOpencodeModel,
182
182
  transcriptActivityAgeSeconds,
183
183
  writeEgressAllowlist
184
- } from "../chunk-AN7V4OG6.js";
184
+ } from "../chunk-MWGJOFRI.js";
185
185
  import {
186
186
  reapOrphanChannelMcps
187
187
  } from "../chunk-XWVM4KPK.js";
@@ -10582,7 +10582,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
10582
10582
  var lastVersionCheckAt = 0;
10583
10583
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
10584
10584
  var lastResponsivenessProbeAt = 0;
10585
- var agtCliVersion = true ? "0.28.560" : "dev";
10585
+ var agtCliVersion = true ? "0.28.561" : "dev";
10586
10586
  function resolveBrewPath(execFileSync2) {
10587
10587
  try {
10588
10588
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -11886,7 +11886,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
11886
11886
  if (codeNames.length === 0) return;
11887
11887
  void (async () => {
11888
11888
  try {
11889
- const { collectDiagnostics } = await import("../persistent-session-7P5B6Z4M.js");
11889
+ const { collectDiagnostics } = await import("../persistent-session-55IQBW5G.js");
11890
11890
  await api.post("/host/heartbeat", {
11891
11891
  host_id: hostId,
11892
11892
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
@@ -11994,7 +11994,7 @@ async function pollCycle() {
11994
11994
  }
11995
11995
  try {
11996
11996
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
11997
- const { collectDiagnostics } = await import("../persistent-session-7P5B6Z4M.js");
11997
+ const { collectDiagnostics } = await import("../persistent-session-55IQBW5G.js");
11998
11998
  const diagCodeNames = [...agentState.persistentSessionAgents];
11999
11999
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
12000
12000
  let tailscaleHostname;
@@ -12117,7 +12117,7 @@ async function pollCycle() {
12117
12117
  collectPanelessActivityProbes,
12118
12118
  getResponsivenessIntervalMs,
12119
12119
  occupancyQualificationClassifications
12120
- } = await import("../responsiveness-probe-AALUPZKZ.js");
12120
+ } = await import("../responsiveness-probe-VX6DFDNA.js");
12121
12121
  const probeIntervalMs = getResponsivenessIntervalMs();
12122
12122
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
12123
12123
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -12208,7 +12208,7 @@ async function pollCycle() {
12208
12208
  collectResponsivenessProbes,
12209
12209
  livePendingInboundOldestAgeSeconds,
12210
12210
  parkPendingInbound
12211
- } = await import("../responsiveness-probe-AALUPZKZ.js");
12211
+ } = await import("../responsiveness-probe-VX6DFDNA.js");
12212
12212
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
12213
12213
  const wedgeNow = /* @__PURE__ */ new Date();
12214
12214
  const liveAgents = agentState.persistentSessionAgents;
@@ -15753,7 +15753,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
15753
15753
  void api.post("/host/restart-ack", { host_id: hostId, agent_id: agentId, restart_requested_at: requestedAt }).catch((err) => log(`[restart-lane] ack failed for '${codeName}': ${err.message}`));
15754
15754
  void (async () => {
15755
15755
  try {
15756
- const { collectDiagnostics } = await import("../persistent-session-7P5B6Z4M.js");
15756
+ const { collectDiagnostics } = await import("../persistent-session-55IQBW5G.js");
15757
15757
  await api.post("/host/heartbeat", {
15758
15758
  host_id: hostId,
15759
15759
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15803,7 +15803,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
15803
15803
  }
15804
15804
  try {
15805
15805
  const hostId = await getHostId();
15806
- const { collectDiagnostics } = await import("../persistent-session-7P5B6Z4M.js");
15806
+ const { collectDiagnostics } = await import("../persistent-session-55IQBW5G.js");
15807
15807
  await api.post("/host/heartbeat", {
15808
15808
  host_id: hostId,
15809
15809
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -16375,7 +16375,7 @@ async function processClaudePairSessions(agents) {
16375
16375
  killPairSession,
16376
16376
  pairTmuxSession,
16377
16377
  finalizeClaudePairOnboarding
16378
- } = await import("../claude-pair-runtime-D4BXRU2P.js");
16378
+ } = await import("../claude-pair-runtime-2C3YHSPM.js");
16379
16379
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
16380
16380
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
16381
16381
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -33836,7 +33836,7 @@ var INSTALLABLE_NATIVE_INTEGRATION_IDS = INSTALLABLE_NATIVE_INTEGRATIONS.map((i)
33836
33836
 
33837
33837
  // ../core/dist/direct-chat/upload.js
33838
33838
  var MB2 = 1024 * 1024;
33839
- var DIRECT_CHAT_UPLOAD_MAX_BYTES = 10 * MB2;
33839
+ var DIRECT_CHAT_UPLOAD_MAX_BYTES = 100 * MB2;
33840
33840
 
33841
33841
  // ../core/dist/direct-chat/notice-display.js
33842
33842
  var AGENT_DIRECTED_NOTICE_KINDS = [
@@ -40174,7 +40174,7 @@ var INSTALLABLE_NATIVE_INTEGRATION_IDS = INSTALLABLE_NATIVE_INTEGRATIONS.map((i)
40174
40174
 
40175
40175
  // ../core/dist/direct-chat/upload.js
40176
40176
  var MB2 = 1024 * 1024;
40177
- var DIRECT_CHAT_UPLOAD_MAX_BYTES = 10 * MB2;
40177
+ var DIRECT_CHAT_UPLOAD_MAX_BYTES = 100 * MB2;
40178
40178
 
40179
40179
  // ../core/dist/direct-chat/notice-display.js
40180
40180
  var AGENT_DIRECTED_NOTICE_KINDS = [
@@ -34225,7 +34225,7 @@ var INSTALLABLE_NATIVE_INTEGRATION_IDS = INSTALLABLE_NATIVE_INTEGRATIONS.map((i)
34225
34225
 
34226
34226
  // ../core/dist/direct-chat/upload.js
34227
34227
  var MB2 = 1024 * 1024;
34228
- var DIRECT_CHAT_UPLOAD_MAX_BYTES = 10 * MB2;
34228
+ var DIRECT_CHAT_UPLOAD_MAX_BYTES = 100 * MB2;
34229
34229
 
34230
34230
  // ../core/dist/direct-chat/notice-display.js
34231
34231
  var AGENT_DIRECTED_NOTICE_KINDS = [
@@ -34384,7 +34384,7 @@ var INSTALLABLE_NATIVE_INTEGRATION_IDS = INSTALLABLE_NATIVE_INTEGRATIONS.map((i)
34384
34384
 
34385
34385
  // ../core/dist/direct-chat/upload.js
34386
34386
  var MB2 = 1024 * 1024;
34387
- var DIRECT_CHAT_UPLOAD_MAX_BYTES = 10 * MB2;
34387
+ var DIRECT_CHAT_UPLOAD_MAX_BYTES = 100 * MB2;
34388
34388
 
34389
34389
  // ../core/dist/direct-chat/notice-display.js
34390
34390
  var AGENT_DIRECTED_NOTICE_KINDS = [
@@ -41,7 +41,7 @@ import {
41
41
  writeDirectChatSessionState,
42
42
  writeEgressAllowlist,
43
43
  writePersistentClaudeWrapper
44
- } from "./chunk-AN7V4OG6.js";
44
+ } from "./chunk-MWGJOFRI.js";
45
45
  import "./chunk-XWVM4KPK.js";
46
46
  export {
47
47
  EGRESS_BASELINE_DOMAINS,
@@ -87,4 +87,4 @@ export {
87
87
  writeEgressAllowlist,
88
88
  writePersistentClaudeWrapper
89
89
  };
90
- //# sourceMappingURL=persistent-session-7P5B6Z4M.js.map
90
+ //# sourceMappingURL=persistent-session-55IQBW5G.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-AN7V4OG6.js";
3
+ } from "./chunk-MWGJOFRI.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -689,4 +689,4 @@ export {
689
689
  readAndResetSlackReplyBindingClassifications,
690
690
  readAndResetSlackReplyTargetClassifications
691
691
  };
692
- //# sourceMappingURL=responsiveness-probe-AALUPZKZ.js.map
692
+ //# sourceMappingURL=responsiveness-probe-VX6DFDNA.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.560",
3
+ "version": "0.28.561",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {