@integrity-labs/agt-cli 0.28.484 → 0.28.485

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-IBMUPQZ2.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-CEGPLUHO.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-2XPTEGQR.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-STSHUESG.js.map
@@ -44,7 +44,7 @@ import {
44
44
  resolveEffectivePinRaw,
45
45
  safeWriteJsonAtomic,
46
46
  setConfigHash
47
- } from "../chunk-I63LLKQJ.js";
47
+ } from "../chunk-QFQTGSXQ.js";
48
48
  import {
49
49
  getProjectDir as getProjectDir2,
50
50
  getReadyTasks,
@@ -162,7 +162,7 @@ import {
162
162
  toOpencodeModel,
163
163
  transcriptActivityAgeSeconds,
164
164
  writeEgressAllowlist
165
- } from "../chunk-DNC5JGOV.js";
165
+ } from "../chunk-SRR5XVWJ.js";
166
166
  import {
167
167
  reapOrphanChannelMcps
168
168
  } from "../chunk-XWVM4KPK.js";
@@ -10064,7 +10064,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
10064
10064
  var lastVersionCheckAt = 0;
10065
10065
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
10066
10066
  var lastResponsivenessProbeAt = 0;
10067
- var agtCliVersion = true ? "0.28.484" : "dev";
10067
+ var agtCliVersion = true ? "0.28.485" : "dev";
10068
10068
  function resolveBrewPath(execFileSync2) {
10069
10069
  try {
10070
10070
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -11227,7 +11227,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
11227
11227
  if (codeNames.length === 0) return;
11228
11228
  void (async () => {
11229
11229
  try {
11230
- const { collectDiagnostics } = await import("../persistent-session-IBMUPQZ2.js");
11230
+ const { collectDiagnostics } = await import("../persistent-session-CEGPLUHO.js");
11231
11231
  await api.post("/host/heartbeat", {
11232
11232
  host_id: hostId,
11233
11233
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor)
@@ -11334,7 +11334,7 @@ async function pollCycle() {
11334
11334
  }
11335
11335
  try {
11336
11336
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
11337
- const { collectDiagnostics } = await import("../persistent-session-IBMUPQZ2.js");
11337
+ const { collectDiagnostics } = await import("../persistent-session-CEGPLUHO.js");
11338
11338
  const diagCodeNames = [...agentState.persistentSessionAgents];
11339
11339
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor) : void 0;
11340
11340
  let tailscaleHostname;
@@ -11448,7 +11448,7 @@ async function pollCycle() {
11448
11448
  collectResponsivenessProbes,
11449
11449
  collectPanelessActivityProbes,
11450
11450
  getResponsivenessIntervalMs
11451
- } = await import("../responsiveness-probe-QBLQIMZR.js");
11451
+ } = await import("../responsiveness-probe-RBLOTOHD.js");
11452
11452
  const probeIntervalMs = getResponsivenessIntervalMs();
11453
11453
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
11454
11454
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -11512,7 +11512,7 @@ async function pollCycle() {
11512
11512
  collectResponsivenessProbes,
11513
11513
  livePendingInboundOldestAgeSeconds,
11514
11514
  parkPendingInbound
11515
- } = await import("../responsiveness-probe-QBLQIMZR.js");
11515
+ } = await import("../responsiveness-probe-RBLOTOHD.js");
11516
11516
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
11517
11517
  const wedgeNow = /* @__PURE__ */ new Date();
11518
11518
  const liveAgents = agentState.persistentSessionAgents;
@@ -14988,7 +14988,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
14988
14988
  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}`));
14989
14989
  void (async () => {
14990
14990
  try {
14991
- const { collectDiagnostics } = await import("../persistent-session-IBMUPQZ2.js");
14991
+ const { collectDiagnostics } = await import("../persistent-session-CEGPLUHO.js");
14992
14992
  await api.post("/host/heartbeat", {
14993
14993
  host_id: hostId,
14994
14994
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15038,7 +15038,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
15038
15038
  }
15039
15039
  try {
15040
15040
  const hostId = await getHostId();
15041
- const { collectDiagnostics } = await import("../persistent-session-IBMUPQZ2.js");
15041
+ const { collectDiagnostics } = await import("../persistent-session-CEGPLUHO.js");
15042
15042
  await api.post("/host/heartbeat", {
15043
15043
  host_id: hostId,
15044
15044
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor)
@@ -15496,7 +15496,7 @@ async function processClaudePairSessions(agents) {
15496
15496
  killPairSession,
15497
15497
  pairTmuxSession,
15498
15498
  finalizeClaudePairOnboarding
15499
- } = await import("../claude-pair-runtime-2XPTEGQR.js");
15499
+ } = await import("../claude-pair-runtime-STSHUESG.js");
15500
15500
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
15501
15501
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
15502
15502
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -33208,18 +33208,27 @@ var INTEGRATION_REGISTRY = [
33208
33208
  id: "firecrawl",
33209
33209
  name: "Firecrawl",
33210
33210
  category: "knowledge",
33211
- description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat. Augmented Team manages Firecrawl access for you - there is no key to enter.",
33211
+ description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat. Connect via the platform-managed account, or bring your own Firecrawl API key.",
33212
33212
  // ENG-7217: Firecrawl migrates from a customer-API-key stdio MCP
33213
33213
  // (`npx firecrawl-mcp`, FIRECRAWL_API_KEY) to a PREMIUM, platform-managed
33214
33214
  // integration on the Deck / ElevenLabs model (ADR-0031, epic ENG-6920):
33215
33215
  // Augmented holds ONE Firecrawl account key (`FIRECRAWL_ACCOUNT_KEY`) that
33216
- // every customer agent's web-data calls bill back to, so the key is a single
33217
- // platform-held secret, NOT a per-agent credential. Auth type is therefore
33218
- // `none` - customers never enter a key. The agent-facing tools are brokered
33219
- // server-side (firecrawl-broker.ts, reusing the official @mendable/firecrawl-js
33220
- // SDK) rather than via the stdio MCP, so usage can be metered at the one
33221
- // control-plane chokepoint and gated on a per-org opt-in + monthly USD cap.
33222
- supported_auth_types: ["none"],
33216
+ // every customer agent's web-data calls bill back to. The agent-facing tools
33217
+ // are brokered server-side (firecrawl-broker.ts, reusing the official
33218
+ // @mendable/firecrawl-js SDK) rather than via the stdio MCP, so managed usage
33219
+ // is metered at the one control-plane chokepoint and gated on a per-org opt-in
33220
+ // + monthly USD cap.
33221
+ //
33222
+ // ENG-8304 / ADR-0055 (Phase 1b — Firecrawl is the BYO exemplar): `api_key` is
33223
+ // now also offered so a customer can bring their OWN Firecrawl key. A BYO
33224
+ // install (`credential_source='byo'`) authenticates with the customer's key
33225
+ // (stored encrypted on the install) and is NOT metered — its upstream cost is
33226
+ // on the customer's own Firecrawl bill. BYO is gated on the plan-tier
33227
+ // `byo_credentials` entitlement; managed stays the platform-key, billed path.
33228
+ // `api_key` is the BYO option; the connect UI offers it via the toolkit's
33229
+ // `auth_types` seed (Firecrawl surfaces through the premium list, not the
33230
+ // native `installable` picker — that descriptor is for non-premium natives).
33231
+ supported_auth_types: ["none", "api_key"],
33223
33232
  capabilities: [
33224
33233
  { id: "firecrawl:scrape", name: "Scrape Pages", description: "Fetch a single URL as clean markdown / structured data (firecrawl_scrape).", access: "write" },
33225
33234
  { id: "firecrawl:search", name: "Web Search", description: "Search the web and return ranked results, optionally scraped (firecrawl_search).", access: "write" },
@@ -39535,18 +39535,27 @@ var INTEGRATION_REGISTRY = [
39535
39535
  id: "firecrawl",
39536
39536
  name: "Firecrawl",
39537
39537
  category: "knowledge",
39538
- description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat. Augmented Team manages Firecrawl access for you - there is no key to enter.",
39538
+ description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat. Connect via the platform-managed account, or bring your own Firecrawl API key.",
39539
39539
  // ENG-7217: Firecrawl migrates from a customer-API-key stdio MCP
39540
39540
  // (`npx firecrawl-mcp`, FIRECRAWL_API_KEY) to a PREMIUM, platform-managed
39541
39541
  // integration on the Deck / ElevenLabs model (ADR-0031, epic ENG-6920):
39542
39542
  // Augmented holds ONE Firecrawl account key (`FIRECRAWL_ACCOUNT_KEY`) that
39543
- // every customer agent's web-data calls bill back to, so the key is a single
39544
- // platform-held secret, NOT a per-agent credential. Auth type is therefore
39545
- // `none` - customers never enter a key. The agent-facing tools are brokered
39546
- // server-side (firecrawl-broker.ts, reusing the official @mendable/firecrawl-js
39547
- // SDK) rather than via the stdio MCP, so usage can be metered at the one
39548
- // control-plane chokepoint and gated on a per-org opt-in + monthly USD cap.
39549
- supported_auth_types: ["none"],
39543
+ // every customer agent's web-data calls bill back to. The agent-facing tools
39544
+ // are brokered server-side (firecrawl-broker.ts, reusing the official
39545
+ // @mendable/firecrawl-js SDK) rather than via the stdio MCP, so managed usage
39546
+ // is metered at the one control-plane chokepoint and gated on a per-org opt-in
39547
+ // + monthly USD cap.
39548
+ //
39549
+ // ENG-8304 / ADR-0055 (Phase 1b — Firecrawl is the BYO exemplar): `api_key` is
39550
+ // now also offered so a customer can bring their OWN Firecrawl key. A BYO
39551
+ // install (`credential_source='byo'`) authenticates with the customer's key
39552
+ // (stored encrypted on the install) and is NOT metered — its upstream cost is
39553
+ // on the customer's own Firecrawl bill. BYO is gated on the plan-tier
39554
+ // `byo_credentials` entitlement; managed stays the platform-key, billed path.
39555
+ // `api_key` is the BYO option; the connect UI offers it via the toolkit's
39556
+ // `auth_types` seed (Firecrawl surfaces through the premium list, not the
39557
+ // native `installable` picker — that descriptor is for non-premium natives).
39558
+ supported_auth_types: ["none", "api_key"],
39550
39559
  capabilities: [
39551
39560
  { id: "firecrawl:scrape", name: "Scrape Pages", description: "Fetch a single URL as clean markdown / structured data (firecrawl_scrape).", access: "write" },
39552
39561
  { id: "firecrawl:search", name: "Web Search", description: "Search the web and return ranked results, optionally scraped (firecrawl_search).", access: "write" },
@@ -33430,18 +33430,27 @@ var INTEGRATION_REGISTRY = [
33430
33430
  id: "firecrawl",
33431
33431
  name: "Firecrawl",
33432
33432
  category: "knowledge",
33433
- description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat. Augmented Team manages Firecrawl access for you - there is no key to enter.",
33433
+ description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat. Connect via the platform-managed account, or bring your own Firecrawl API key.",
33434
33434
  // ENG-7217: Firecrawl migrates from a customer-API-key stdio MCP
33435
33435
  // (`npx firecrawl-mcp`, FIRECRAWL_API_KEY) to a PREMIUM, platform-managed
33436
33436
  // integration on the Deck / ElevenLabs model (ADR-0031, epic ENG-6920):
33437
33437
  // Augmented holds ONE Firecrawl account key (`FIRECRAWL_ACCOUNT_KEY`) that
33438
- // every customer agent's web-data calls bill back to, so the key is a single
33439
- // platform-held secret, NOT a per-agent credential. Auth type is therefore
33440
- // `none` - customers never enter a key. The agent-facing tools are brokered
33441
- // server-side (firecrawl-broker.ts, reusing the official @mendable/firecrawl-js
33442
- // SDK) rather than via the stdio MCP, so usage can be metered at the one
33443
- // control-plane chokepoint and gated on a per-org opt-in + monthly USD cap.
33444
- supported_auth_types: ["none"],
33438
+ // every customer agent's web-data calls bill back to. The agent-facing tools
33439
+ // are brokered server-side (firecrawl-broker.ts, reusing the official
33440
+ // @mendable/firecrawl-js SDK) rather than via the stdio MCP, so managed usage
33441
+ // is metered at the one control-plane chokepoint and gated on a per-org opt-in
33442
+ // + monthly USD cap.
33443
+ //
33444
+ // ENG-8304 / ADR-0055 (Phase 1b — Firecrawl is the BYO exemplar): `api_key` is
33445
+ // now also offered so a customer can bring their OWN Firecrawl key. A BYO
33446
+ // install (`credential_source='byo'`) authenticates with the customer's key
33447
+ // (stored encrypted on the install) and is NOT metered — its upstream cost is
33448
+ // on the customer's own Firecrawl bill. BYO is gated on the plan-tier
33449
+ // `byo_credentials` entitlement; managed stays the platform-key, billed path.
33450
+ // `api_key` is the BYO option; the connect UI offers it via the toolkit's
33451
+ // `auth_types` seed (Firecrawl surfaces through the premium list, not the
33452
+ // native `installable` picker — that descriptor is for non-premium natives).
33453
+ supported_auth_types: ["none", "api_key"],
33445
33454
  capabilities: [
33446
33455
  { id: "firecrawl:scrape", name: "Scrape Pages", description: "Fetch a single URL as clean markdown / structured data (firecrawl_scrape).", access: "write" },
33447
33456
  { id: "firecrawl:search", name: "Web Search", description: "Search the web and return ranked results, optionally scraped (firecrawl_search).", access: "write" },
@@ -33756,18 +33756,27 @@ var INTEGRATION_REGISTRY = [
33756
33756
  id: "firecrawl",
33757
33757
  name: "Firecrawl",
33758
33758
  category: "knowledge",
33759
- description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat. Augmented Team manages Firecrawl access for you - there is no key to enter.",
33759
+ description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat. Connect via the platform-managed account, or bring your own Firecrawl API key.",
33760
33760
  // ENG-7217: Firecrawl migrates from a customer-API-key stdio MCP
33761
33761
  // (`npx firecrawl-mcp`, FIRECRAWL_API_KEY) to a PREMIUM, platform-managed
33762
33762
  // integration on the Deck / ElevenLabs model (ADR-0031, epic ENG-6920):
33763
33763
  // Augmented holds ONE Firecrawl account key (`FIRECRAWL_ACCOUNT_KEY`) that
33764
- // every customer agent's web-data calls bill back to, so the key is a single
33765
- // platform-held secret, NOT a per-agent credential. Auth type is therefore
33766
- // `none` - customers never enter a key. The agent-facing tools are brokered
33767
- // server-side (firecrawl-broker.ts, reusing the official @mendable/firecrawl-js
33768
- // SDK) rather than via the stdio MCP, so usage can be metered at the one
33769
- // control-plane chokepoint and gated on a per-org opt-in + monthly USD cap.
33770
- supported_auth_types: ["none"],
33764
+ // every customer agent's web-data calls bill back to. The agent-facing tools
33765
+ // are brokered server-side (firecrawl-broker.ts, reusing the official
33766
+ // @mendable/firecrawl-js SDK) rather than via the stdio MCP, so managed usage
33767
+ // is metered at the one control-plane chokepoint and gated on a per-org opt-in
33768
+ // + monthly USD cap.
33769
+ //
33770
+ // ENG-8304 / ADR-0055 (Phase 1b — Firecrawl is the BYO exemplar): `api_key` is
33771
+ // now also offered so a customer can bring their OWN Firecrawl key. A BYO
33772
+ // install (`credential_source='byo'`) authenticates with the customer's key
33773
+ // (stored encrypted on the install) and is NOT metered — its upstream cost is
33774
+ // on the customer's own Firecrawl bill. BYO is gated on the plan-tier
33775
+ // `byo_credentials` entitlement; managed stays the platform-key, billed path.
33776
+ // `api_key` is the BYO option; the connect UI offers it via the toolkit's
33777
+ // `auth_types` seed (Firecrawl surfaces through the premium list, not the
33778
+ // native `installable` picker — that descriptor is for non-premium natives).
33779
+ supported_auth_types: ["none", "api_key"],
33771
33780
  capabilities: [
33772
33781
  { id: "firecrawl:scrape", name: "Scrape Pages", description: "Fetch a single URL as clean markdown / structured data (firecrawl_scrape).", access: "write" },
33773
33782
  { id: "firecrawl:search", name: "Web Search", description: "Search the web and return ranked results, optionally scraped (firecrawl_search).", access: "write" },
@@ -36,7 +36,7 @@ import {
36
36
  writeDirectChatSessionState,
37
37
  writeEgressAllowlist,
38
38
  writePersistentClaudeWrapper
39
- } from "./chunk-DNC5JGOV.js";
39
+ } from "./chunk-SRR5XVWJ.js";
40
40
  import "./chunk-XWVM4KPK.js";
41
41
  export {
42
42
  EGRESS_BASELINE_DOMAINS,
@@ -77,4 +77,4 @@ export {
77
77
  writeEgressAllowlist,
78
78
  writePersistentClaudeWrapper
79
79
  };
80
- //# sourceMappingURL=persistent-session-IBMUPQZ2.js.map
80
+ //# sourceMappingURL=persistent-session-CEGPLUHO.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-DNC5JGOV.js";
3
+ } from "./chunk-SRR5XVWJ.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -596,4 +596,4 @@ export {
596
596
  readAndResetSlackReplyBindingClassifications,
597
597
  readAndResetSlackReplyTargetClassifications
598
598
  };
599
- //# sourceMappingURL=responsiveness-probe-QBLQIMZR.js.map
599
+ //# sourceMappingURL=responsiveness-probe-RBLOTOHD.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.484",
3
+ "version": "0.28.485",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {