@integrity-labs/agt-cli 0.28.484 → 0.28.486

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.
@@ -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.486",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {