@integrity-labs/agt-cli 0.28.533 → 0.28.534

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-KO2FPI6V.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-D2JEPOKD.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-KMLPAKYF.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-ND4BTXAM.js.map
@@ -53,7 +53,7 @@ import {
53
53
  safeWriteJsonAtomic,
54
54
  setConfigHash,
55
55
  tripClass
56
- } from "../chunk-HILE72DT.js";
56
+ } from "../chunk-B6YWCYPP.js";
57
57
  import {
58
58
  getProjectDir as getProjectDir2,
59
59
  getReadyTasks,
@@ -180,7 +180,7 @@ import {
180
180
  toOpencodeModel,
181
181
  transcriptActivityAgeSeconds,
182
182
  writeEgressAllowlist
183
- } from "../chunk-3FCJXTHW.js";
183
+ } from "../chunk-TPJ57PWU.js";
184
184
  import {
185
185
  reapOrphanChannelMcps
186
186
  } from "../chunk-XWVM4KPK.js";
@@ -10369,7 +10369,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
10369
10369
  var lastVersionCheckAt = 0;
10370
10370
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
10371
10371
  var lastResponsivenessProbeAt = 0;
10372
- var agtCliVersion = true ? "0.28.533" : "dev";
10372
+ var agtCliVersion = true ? "0.28.534" : "dev";
10373
10373
  function resolveBrewPath(execFileSync2) {
10374
10374
  try {
10375
10375
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -11580,7 +11580,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
11580
11580
  if (codeNames.length === 0) return;
11581
11581
  void (async () => {
11582
11582
  try {
11583
- const { collectDiagnostics } = await import("../persistent-session-KO2FPI6V.js");
11583
+ const { collectDiagnostics } = await import("../persistent-session-D2JEPOKD.js");
11584
11584
  await api.post("/host/heartbeat", {
11585
11585
  host_id: hostId,
11586
11586
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
@@ -11687,7 +11687,7 @@ async function pollCycle() {
11687
11687
  }
11688
11688
  try {
11689
11689
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
11690
- const { collectDiagnostics } = await import("../persistent-session-KO2FPI6V.js");
11690
+ const { collectDiagnostics } = await import("../persistent-session-D2JEPOKD.js");
11691
11691
  const diagCodeNames = [...agentState.persistentSessionAgents];
11692
11692
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
11693
11693
  let tailscaleHostname;
@@ -11803,7 +11803,7 @@ async function pollCycle() {
11803
11803
  collectPanelessActivityProbes,
11804
11804
  getResponsivenessIntervalMs,
11805
11805
  occupancyQualificationClassifications
11806
- } = await import("../responsiveness-probe-THZQRNSJ.js");
11806
+ } = await import("../responsiveness-probe-4LVECRWX.js");
11807
11807
  const probeIntervalMs = getResponsivenessIntervalMs();
11808
11808
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
11809
11809
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -11894,7 +11894,7 @@ async function pollCycle() {
11894
11894
  collectResponsivenessProbes,
11895
11895
  livePendingInboundOldestAgeSeconds,
11896
11896
  parkPendingInbound
11897
- } = await import("../responsiveness-probe-THZQRNSJ.js");
11897
+ } = await import("../responsiveness-probe-4LVECRWX.js");
11898
11898
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
11899
11899
  const wedgeNow = /* @__PURE__ */ new Date();
11900
11900
  const liveAgents = agentState.persistentSessionAgents;
@@ -15424,7 +15424,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
15424
15424
  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}`));
15425
15425
  void (async () => {
15426
15426
  try {
15427
- const { collectDiagnostics } = await import("../persistent-session-KO2FPI6V.js");
15427
+ const { collectDiagnostics } = await import("../persistent-session-D2JEPOKD.js");
15428
15428
  await api.post("/host/heartbeat", {
15429
15429
  host_id: hostId,
15430
15430
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15474,7 +15474,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
15474
15474
  }
15475
15475
  try {
15476
15476
  const hostId = await getHostId();
15477
- const { collectDiagnostics } = await import("../persistent-session-KO2FPI6V.js");
15477
+ const { collectDiagnostics } = await import("../persistent-session-D2JEPOKD.js");
15478
15478
  await api.post("/host/heartbeat", {
15479
15479
  host_id: hostId,
15480
15480
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15998,7 +15998,7 @@ async function processClaudePairSessions(agents) {
15998
15998
  killPairSession,
15999
15999
  pairTmuxSession,
16000
16000
  finalizeClaudePairOnboarding
16001
- } = await import("../claude-pair-runtime-KMLPAKYF.js");
16001
+ } = await import("../claude-pair-runtime-ND4BTXAM.js");
16002
16002
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
16003
16003
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
16004
16004
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -32561,6 +32561,11 @@ var MARKUP_BRIDGE_SCRIPT = `<script>(function(){
32561
32561
  });
32562
32562
  })();</script>`;
32563
32563
 
32564
+ // ../core/dist/integrations/augmented-live/publisher.js
32565
+ var AL_PANEL_WIDTH_PX = 420;
32566
+ var AL_MIN_CANVAS_PX = 320;
32567
+ var AL_SPLIT_MIN_VIEWPORT_PX = AL_PANEL_WIDTH_PX + AL_MIN_CANVAS_PX;
32568
+
32564
32569
  // ../core/dist/integrations/augmented-live/asset.js
32565
32570
  var MB = 1024 * 1024;
32566
32571
  var ASSET_TYPES = {
@@ -38899,6 +38899,11 @@ var MARKUP_BRIDGE_SCRIPT = `<script>(function(){
38899
38899
  });
38900
38900
  })();</script>`;
38901
38901
 
38902
+ // ../core/dist/integrations/augmented-live/publisher.js
38903
+ var AL_PANEL_WIDTH_PX = 420;
38904
+ var AL_MIN_CANVAS_PX = 320;
38905
+ var AL_SPLIT_MIN_VIEWPORT_PX = AL_PANEL_WIDTH_PX + AL_MIN_CANVAS_PX;
38906
+
38902
38907
  // ../core/dist/integrations/augmented-live/asset.js
38903
38908
  var MB = 1024 * 1024;
38904
38909
  var ASSET_TYPES = {
@@ -32788,6 +32788,11 @@ var MARKUP_BRIDGE_SCRIPT = `<script>(function(){
32788
32788
  });
32789
32789
  })();</script>`;
32790
32790
 
32791
+ // ../core/dist/integrations/augmented-live/publisher.js
32792
+ var AL_PANEL_WIDTH_PX = 420;
32793
+ var AL_MIN_CANVAS_PX = 320;
32794
+ var AL_SPLIT_MIN_VIEWPORT_PX = AL_PANEL_WIDTH_PX + AL_MIN_CANVAS_PX;
32795
+
32791
32796
  // ../core/dist/integrations/augmented-live/asset.js
32792
32797
  var MB = 1024 * 1024;
32793
32798
  var ASSET_TYPES = {
@@ -33109,6 +33109,11 @@ var MARKUP_BRIDGE_SCRIPT = `<script>(function(){
33109
33109
  });
33110
33110
  })();</script>`;
33111
33111
 
33112
+ // ../core/dist/integrations/augmented-live/publisher.js
33113
+ var AL_PANEL_WIDTH_PX = 420;
33114
+ var AL_MIN_CANVAS_PX = 320;
33115
+ var AL_SPLIT_MIN_VIEWPORT_PX = AL_PANEL_WIDTH_PX + AL_MIN_CANVAS_PX;
33116
+
33112
33117
  // ../core/dist/integrations/augmented-live/asset.js
33113
33118
  var MB = 1024 * 1024;
33114
33119
  var ASSET_TYPES = {
@@ -40,7 +40,7 @@ import {
40
40
  writeDirectChatSessionState,
41
41
  writeEgressAllowlist,
42
42
  writePersistentClaudeWrapper
43
- } from "./chunk-3FCJXTHW.js";
43
+ } from "./chunk-TPJ57PWU.js";
44
44
  import "./chunk-XWVM4KPK.js";
45
45
  export {
46
46
  EGRESS_BASELINE_DOMAINS,
@@ -85,4 +85,4 @@ export {
85
85
  writeEgressAllowlist,
86
86
  writePersistentClaudeWrapper
87
87
  };
88
- //# sourceMappingURL=persistent-session-KO2FPI6V.js.map
88
+ //# sourceMappingURL=persistent-session-D2JEPOKD.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-3FCJXTHW.js";
3
+ } from "./chunk-TPJ57PWU.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-THZQRNSJ.js.map
692
+ //# sourceMappingURL=responsiveness-probe-4LVECRWX.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.533",
3
+ "version": "0.28.534",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {