@integrity-labs/agt-cli 0.28.202 → 0.28.204

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.
package/dist/bin/agt.js CHANGED
@@ -37,7 +37,7 @@ import {
37
37
  success,
38
38
  table,
39
39
  warn
40
- } from "../chunk-YE5PQAY4.js";
40
+ } from "../chunk-DKVV2REL.js";
41
41
  import {
42
42
  CHANNEL_REGISTRY,
43
43
  DEFAULT_FRAMEWORK,
@@ -65,7 +65,7 @@ import {
65
65
  renderTemplate,
66
66
  resolveChannels,
67
67
  serializeManifestForSlackCli
68
- } from "../chunk-E32KXZXX.js";
68
+ } from "../chunk-2AWUVRIX.js";
69
69
 
70
70
  // src/bin/agt.ts
71
71
  import { join as join22 } from "path";
@@ -4749,7 +4749,7 @@ import { execFileSync, execSync } from "child_process";
4749
4749
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4750
4750
  import chalk18 from "chalk";
4751
4751
  import ora16 from "ora";
4752
- var cliVersion = true ? "0.28.202" : "dev";
4752
+ var cliVersion = true ? "0.28.204" : "dev";
4753
4753
  async function fetchLatestVersion() {
4754
4754
  const host2 = getHost();
4755
4755
  if (!host2) return null;
@@ -5763,7 +5763,7 @@ function handleError(err) {
5763
5763
  }
5764
5764
 
5765
5765
  // src/bin/agt.ts
5766
- var cliVersion2 = true ? "0.28.202" : "dev";
5766
+ var cliVersion2 = true ? "0.28.204" : "dev";
5767
5767
  var program = new Command();
5768
5768
  program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
5769
5769
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -3,7 +3,7 @@ import {
3
3
  formatMissingVar,
4
4
  isClaudeFastMode,
5
5
  probeMcpEnvSubstitution
6
- } from "./chunk-E32KXZXX.js";
6
+ } from "./chunk-2AWUVRIX.js";
7
7
  import {
8
8
  reapOrphanChannelMcps
9
9
  } from "./chunk-XWVM4KPK.js";
@@ -1621,4 +1621,4 @@ export {
1621
1621
  stopAllSessionsAndWait,
1622
1622
  getProjectDir
1623
1623
  };
1624
- //# sourceMappingURL=chunk-X3LBSW45.js.map
1624
+ //# sourceMappingURL=chunk-2A2EV3B3.js.map
@@ -652,6 +652,55 @@ var INTEGRATION_REGISTRY = [
652
652
  { id: "augmented-support:propose-writes", name: "Propose Self-Remediation", description: "Propose creating an agent in your own org; executed only after a human approves a server-rendered diff.", access: "write" }
653
653
  ]
654
654
  },
655
+ {
656
+ id: "firecrawl",
657
+ name: "Firecrawl",
658
+ category: "knowledge",
659
+ 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.",
660
+ // ENG-7217: Firecrawl migrates from a customer-API-key stdio MCP
661
+ // (`npx firecrawl-mcp`, FIRECRAWL_API_KEY) to a PREMIUM, platform-managed
662
+ // integration on the Deck / ElevenLabs model (ADR-0031, epic ENG-6920):
663
+ // Augmented holds ONE Firecrawl account key (`FIRECRAWL_ACCOUNT_KEY`) that
664
+ // every customer agent's web-data calls bill back to, so the key is a single
665
+ // platform-held secret, NOT a per-agent credential. Auth type is therefore
666
+ // `none` - customers never enter a key. The agent-facing tools are brokered
667
+ // server-side (firecrawl-broker.ts, reusing the official @mendable/firecrawl-js
668
+ // SDK) rather than via the stdio MCP, so usage can be metered at the one
669
+ // control-plane chokepoint and gated on a per-org opt-in + monthly USD cap.
670
+ supported_auth_types: ["none"],
671
+ capabilities: [
672
+ { id: "firecrawl:scrape", name: "Scrape Pages", description: "Fetch a single URL as clean markdown / structured data (firecrawl_scrape).", access: "write" },
673
+ { id: "firecrawl:search", name: "Web Search", description: "Search the web and return ranked results, optionally scraped (firecrawl_search).", access: "write" },
674
+ { id: "firecrawl:map", name: "Map Site", description: "Discover the URLs on a site without scraping them (firecrawl_map).", access: "read" },
675
+ { id: "firecrawl:crawl", name: "Crawl Site", description: "Crawl a site to many pages; start a job and poll it (firecrawl_crawl, firecrawl_crawl_status).", access: "write" },
676
+ { id: "firecrawl:monitor", name: "Monitor Changes", description: "Create / list / delete scheduled change-detection monitors delivered into direct-chat (firecrawl_monitor_*).", access: "write" }
677
+ ],
678
+ docs_url: "https://docs.firecrawl.dev/",
679
+ beta: true,
680
+ // ENG-7217: premium (billable). Firecrawl bills internally in credits and we
681
+ // pay per credit on the one account key, so the integration is usage-priced,
682
+ // gated on a per-org opt-in, and metered per operation at the broker
683
+ // chokepoint. `meters` declares WHAT is metered and in WHICH physical unit
684
+ // (per Brad's per-operation decision); the priced rate card
685
+ // (integration_rate_cards) holds the per-unit amount. Each event_type must
686
+ // match what firecrawl-broker writes to integration_usage_events. Until a
687
+ // rate row is seeded an event prices at 0 (budget gate inert).
688
+ premium: {
689
+ pricing: "usage",
690
+ note: "Billed per page scraped, page crawled, URL mapped, search query, and monitor check.",
691
+ // NOTE: Firecrawl's /extract endpoint is in maintenance mode (deprecated in
692
+ // @mendable/firecrawl-js), so the extract tool + its meter are intentionally
693
+ // not shipped in v1. Add an `extract` meter here if/when a non-deprecated
694
+ // extraction path is exposed.
695
+ meters: [
696
+ { event_type: "scrape", unit: "page" },
697
+ { event_type: "crawl", unit: "page" },
698
+ { event_type: "map", unit: "url" },
699
+ { event_type: "search", unit: "query" },
700
+ { event_type: "monitor_check", unit: "check" }
701
+ ]
702
+ }
703
+ },
655
704
  {
656
705
  id: "custom",
657
706
  name: "Custom Integration",
@@ -2090,6 +2139,13 @@ var FLAG_REGISTRY = [
2090
2139
  flagType: "boolean",
2091
2140
  defaultValue: false
2092
2141
  },
2142
+ {
2143
+ key: "augmented-live-stream-producer",
2144
+ description: "Augmented Live live-preview streaming producer (ENG-7210). The receiver (codec, artifact-draft channel, stream route, console Live Preview tab) shipped under ENG-6234 but never engages because nothing writes the working file the manager scanner watches. When ON for an org, a host-side PostToolUse hook mirrors agt-live.publish/editing content to ~/.augmented/{codeName}/artifacts/<slug>/index.html, so the scanner mints a draft and streams a keyframe to the console Live Preview tab. Additive, best-effort. Boolean gate; ships dark. Materialized to the host flags-cache; the bash hook reads it (operator/canary override AGT_LIVE_STREAM_PRODUCER_ENABLED).",
2145
+ flagType: "boolean",
2146
+ defaultValue: false,
2147
+ envVar: "AGT_LIVE_STREAM_PRODUCER_ENABLED"
2148
+ },
2093
2149
  {
2094
2150
  key: "admin-live-pane",
2095
2151
  description: "Live agent pane streaming on the platform-admin surfaces (ENG-6588): the agent Diagnostics tab and the /admin embed poll GET /admin/agents/:id/pane (tmux capture-pane over SSM) ~every 3s for a bounded window. Boolean gate; ships dark; when OFF the route returns feature_disabled and the UI falls back to the 30s static diagnostics snapshot. It is the no-deploy kill switch bounding the shared-SSM blast radius (SSM SendCommand throttles account-wide, shared with incident-response runbooks).",
@@ -2296,6 +2352,18 @@ var FLAG_REGISTRY = [
2296
2352
  // AGT_CONV_EVAL_BACKEND keeps that value until the env var is retired.
2297
2353
  envVar: "AGT_CONV_EVAL_BACKEND"
2298
2354
  },
2355
+ {
2356
+ key: "synthetic-probe-on-metered-hosts",
2357
+ description: "Synthetic liveness probing of OpenRouter-metered agents (ENG-7235). On a host whose claude_auth_mode='openrouter' every model call is per-token cost, so the hourly synthetic probe (a full inbound\u2192session\u2192model\u2192outbound round-trip whose only output is a probe_ack) is real spend for zero deliverable - unlike a Max-subscription host where it is effectively free. When OFF (default) the synthetic-probe cron skips OpenRouter-mode agents entirely; their liveness falls back to the zero-token signals (pane-activity ENG-5399 + manager heartbeat + inbound-loop liveness ENG-5614). When ON, metered agents are probed like every other agent (the pre-ENG-7235 behaviour) - the explicit opt-in for an operator who wants the end-to-end check and accepts the cost. Subscription / api_key hosts are unaffected either way. Evaluated as a global stage value by the central cron (no per-org targeting in v1). Boolean gate.",
2358
+ flagType: "boolean",
2359
+ // Declared safe value is `false` = do NOT probe metered agents. This both
2360
+ // encodes the ENG-7235 intent (no per-token cost for a no-deliverable probe)
2361
+ // and is the fail-safe direction for the cron's flag read: a flag-DB error
2362
+ // degrades to the cost-avoiding default rather than silently re-arming paid
2363
+ // probes fleet-wide. No envVar - net-new control with no pre-flags env gate
2364
+ // to migrate (ADR-0022).
2365
+ defaultValue: false
2366
+ },
2299
2367
  {
2300
2368
  key: "skill-dreaming",
2301
2369
  description: "Memory-driven skill improvement (ENG-6500): the nightly dreaming cron analyzes each agent's promoted agent_memories against its in-scope skills (agent/team/org/global) and auto-drafts concrete skill improvements as status=draft skill_definitions. Drafts carry their evidence memories + rationale + confidence as provenance and flow through the existing scan \u2192 Pending-Skills review \u2192 publish funnel \u2014 never auto-published. Boolean gate; ships dark \u2014 when off the cron drafts nothing, so 0 skill-dreaming drafts is the expected steady state until an org is armed from the admin Feature Flags page.",
@@ -7226,4 +7294,4 @@ export {
7226
7294
  parseEnvIntegrations,
7227
7295
  probeMcpEnvSubstitution
7228
7296
  };
7229
- //# sourceMappingURL=chunk-E32KXZXX.js.map
7297
+ //# sourceMappingURL=chunk-2AWUVRIX.js.map