@integrity-labs/agt-cli 0.28.519 → 0.28.521

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.
@@ -42,7 +42,7 @@ import {
42
42
  resolveConnectivityProbe,
43
43
  worseConnectivityOutcome,
44
44
  wrapScheduledTaskPrompt
45
- } from "./chunk-XH3O62OZ.js";
45
+ } from "./chunk-STNEJC5S.js";
46
46
  import {
47
47
  parsePsRows
48
48
  } from "./chunk-XWVM4KPK.js";
@@ -5317,7 +5317,7 @@ function exchangeFailureKind(err) {
5317
5317
  }
5318
5318
 
5319
5319
  // src/lib/api-client.ts
5320
- var agtCliVersion = true ? "0.28.519" : "dev";
5320
+ var agtCliVersion = true ? "0.28.521" : "dev";
5321
5321
  var lastConfigHash = null;
5322
5322
  function setConfigHash(hash) {
5323
5323
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -8629,4 +8629,4 @@ export {
8629
8629
  managerInstallSystemUnitCommand,
8630
8630
  managerUninstallSystemUnitCommand
8631
8631
  };
8632
- //# sourceMappingURL=chunk-FRIAJDCT.js.map
8632
+ //# sourceMappingURL=chunk-UAHIRLPO.js.map
@@ -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-U4GCKL6C.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-DNENZXT4.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-7SEXFLEZ.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-PFMWZ66R.js.map
@@ -53,7 +53,7 @@ import {
53
53
  safeWriteJsonAtomic,
54
54
  setConfigHash,
55
55
  tripClass
56
- } from "../chunk-FRIAJDCT.js";
56
+ } from "../chunk-UAHIRLPO.js";
57
57
  import {
58
58
  getProjectDir as getProjectDir2,
59
59
  getReadyTasks,
@@ -177,7 +177,7 @@ import {
177
177
  toOpencodeModel,
178
178
  transcriptActivityAgeSeconds,
179
179
  writeEgressAllowlist
180
- } from "../chunk-XH3O62OZ.js";
180
+ } from "../chunk-STNEJC5S.js";
181
181
  import {
182
182
  reapOrphanChannelMcps
183
183
  } from "../chunk-XWVM4KPK.js";
@@ -10106,7 +10106,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
10106
10106
  var lastVersionCheckAt = 0;
10107
10107
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
10108
10108
  var lastResponsivenessProbeAt = 0;
10109
- var agtCliVersion = true ? "0.28.519" : "dev";
10109
+ var agtCliVersion = true ? "0.28.521" : "dev";
10110
10110
  function resolveBrewPath(execFileSync2) {
10111
10111
  try {
10112
10112
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -11314,7 +11314,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
11314
11314
  if (codeNames.length === 0) return;
11315
11315
  void (async () => {
11316
11316
  try {
11317
- const { collectDiagnostics } = await import("../persistent-session-U4GCKL6C.js");
11317
+ const { collectDiagnostics } = await import("../persistent-session-DNENZXT4.js");
11318
11318
  await api.post("/host/heartbeat", {
11319
11319
  host_id: hostId,
11320
11320
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
@@ -11421,7 +11421,7 @@ async function pollCycle() {
11421
11421
  }
11422
11422
  try {
11423
11423
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
11424
- const { collectDiagnostics } = await import("../persistent-session-U4GCKL6C.js");
11424
+ const { collectDiagnostics } = await import("../persistent-session-DNENZXT4.js");
11425
11425
  const diagCodeNames = [...agentState.persistentSessionAgents];
11426
11426
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
11427
11427
  let tailscaleHostname;
@@ -11536,7 +11536,7 @@ async function pollCycle() {
11536
11536
  collectResponsivenessProbes,
11537
11537
  collectPanelessActivityProbes,
11538
11538
  getResponsivenessIntervalMs
11539
- } = await import("../responsiveness-probe-G2CAGG6M.js");
11539
+ } = await import("../responsiveness-probe-V7CP5ML3.js");
11540
11540
  const probeIntervalMs = getResponsivenessIntervalMs();
11541
11541
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
11542
11542
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -11600,7 +11600,7 @@ async function pollCycle() {
11600
11600
  collectResponsivenessProbes,
11601
11601
  livePendingInboundOldestAgeSeconds,
11602
11602
  parkPendingInbound
11603
- } = await import("../responsiveness-probe-G2CAGG6M.js");
11603
+ } = await import("../responsiveness-probe-V7CP5ML3.js");
11604
11604
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
11605
11605
  const wedgeNow = /* @__PURE__ */ new Date();
11606
11606
  const liveAgents = agentState.persistentSessionAgents;
@@ -15108,7 +15108,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
15108
15108
  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}`));
15109
15109
  void (async () => {
15110
15110
  try {
15111
- const { collectDiagnostics } = await import("../persistent-session-U4GCKL6C.js");
15111
+ const { collectDiagnostics } = await import("../persistent-session-DNENZXT4.js");
15112
15112
  await api.post("/host/heartbeat", {
15113
15113
  host_id: hostId,
15114
15114
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15158,7 +15158,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
15158
15158
  }
15159
15159
  try {
15160
15160
  const hostId = await getHostId();
15161
- const { collectDiagnostics } = await import("../persistent-session-U4GCKL6C.js");
15161
+ const { collectDiagnostics } = await import("../persistent-session-DNENZXT4.js");
15162
15162
  await api.post("/host/heartbeat", {
15163
15163
  host_id: hostId,
15164
15164
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15676,7 +15676,7 @@ async function processClaudePairSessions(agents) {
15676
15676
  killPairSession,
15677
15677
  pairTmuxSession,
15678
15678
  finalizeClaudePairOnboarding
15679
- } = await import("../claude-pair-runtime-7SEXFLEZ.js");
15679
+ } = await import("../claude-pair-runtime-PFMWZ66R.js");
15680
15680
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
15681
15681
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
15682
15682
  const killed = await killPairSession(pairTmuxSession(pairId));
package/dist/mcp/index.js CHANGED
@@ -22483,11 +22483,12 @@ server.tool(
22483
22483
  ...params.deliver_to !== void 0 ? { deliver_to: params.deliver_to } : {}
22484
22484
  });
22485
22485
  const where = data.cross_team ? ` on team ${data.target_team ?? params.target_team}` : "";
22486
+ const inOrg = data.organization_name ? ` in ${data.organization_name}` : "";
22486
22487
  return {
22487
22488
  content: [
22488
22489
  {
22489
22490
  type: "text",
22490
- text: data.ok ? `Assigned "${data.title}" to ${data.target_agent}${where} (id: ${data.id}). It will appear on their board on their next refresh.` : `Failed to assign task to ${params.target_agent}.`
22491
+ text: data.ok ? `Assigned "${data.title}" to ${data.target_agent}${where}${inOrg} (id: ${data.id}). It will appear on their board on their next refresh.` : `Failed to assign task to ${params.target_agent}.`
22491
22492
  }
22492
22493
  ]
22493
22494
  };
@@ -37,7 +37,7 @@ import {
37
37
  writeDirectChatSessionState,
38
38
  writeEgressAllowlist,
39
39
  writePersistentClaudeWrapper
40
- } from "./chunk-XH3O62OZ.js";
40
+ } from "./chunk-STNEJC5S.js";
41
41
  import "./chunk-XWVM4KPK.js";
42
42
  export {
43
43
  EGRESS_BASELINE_DOMAINS,
@@ -79,4 +79,4 @@ export {
79
79
  writeEgressAllowlist,
80
80
  writePersistentClaudeWrapper
81
81
  };
82
- //# sourceMappingURL=persistent-session-U4GCKL6C.js.map
82
+ //# sourceMappingURL=persistent-session-DNENZXT4.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-XH3O62OZ.js";
3
+ } from "./chunk-STNEJC5S.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -662,4 +662,4 @@ export {
662
662
  readAndResetSlackReplyBindingClassifications,
663
663
  readAndResetSlackReplyTargetClassifications
664
664
  };
665
- //# sourceMappingURL=responsiveness-probe-G2CAGG6M.js.map
665
+ //# sourceMappingURL=responsiveness-probe-V7CP5ML3.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.519",
3
+ "version": "0.28.521",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {