@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.
- package/dist/bin/agt.js +4 -4
- package/dist/{chunk-DNC5JGOV.js → chunk-SRR5XVWJ.js} +18 -9
- package/dist/{chunk-DNC5JGOV.js.map → chunk-SRR5XVWJ.js.map} +1 -1
- package/dist/{chunk-I63LLKQJ.js → chunk-XP53UXQR.js} +3 -3
- package/dist/{claude-pair-runtime-2XPTEGQR.js → claude-pair-runtime-STSHUESG.js} +2 -2
- package/dist/lib/manager-worker.js +49 -27
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +17 -8
- package/dist/mcp/origami.js +17 -8
- package/dist/mcp/slack-channel.js +17 -8
- package/dist/mcp/telegram-channel.js +17 -8
- package/dist/{persistent-session-IBMUPQZ2.js → persistent-session-CEGPLUHO.js} +2 -2
- package/dist/{responsiveness-probe-QBLQIMZR.js → responsiveness-probe-RBLOTOHD.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-I63LLKQJ.js.map → chunk-XP53UXQR.js.map} +0 -0
- /package/dist/{claude-pair-runtime-2XPTEGQR.js.map → claude-pair-runtime-STSHUESG.js.map} +0 -0
- /package/dist/{persistent-session-IBMUPQZ2.js.map → persistent-session-CEGPLUHO.js.map} +0 -0
- /package/dist/{responsiveness-probe-QBLQIMZR.js.map → responsiveness-probe-RBLOTOHD.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
success,
|
|
41
41
|
table,
|
|
42
42
|
warn
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-XP53UXQR.js";
|
|
44
44
|
import {
|
|
45
45
|
AnchorSessionClient,
|
|
46
46
|
CHANNEL_REGISTRY,
|
|
@@ -71,7 +71,7 @@ import {
|
|
|
71
71
|
requiredMcpWildcard,
|
|
72
72
|
resolveChannels,
|
|
73
73
|
serializeManifestForSlackCli
|
|
74
|
-
} from "../chunk-
|
|
74
|
+
} from "../chunk-SRR5XVWJ.js";
|
|
75
75
|
import "../chunk-XWVM4KPK.js";
|
|
76
76
|
|
|
77
77
|
// src/bin/agt.ts
|
|
@@ -4830,7 +4830,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4830
4830
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4831
4831
|
import chalk18 from "chalk";
|
|
4832
4832
|
import ora16 from "ora";
|
|
4833
|
-
var cliVersion = true ? "0.28.
|
|
4833
|
+
var cliVersion = true ? "0.28.486" : "dev";
|
|
4834
4834
|
async function fetchLatestVersion() {
|
|
4835
4835
|
const host2 = getHost();
|
|
4836
4836
|
if (!host2) return null;
|
|
@@ -6002,7 +6002,7 @@ function handleError(err) {
|
|
|
6002
6002
|
}
|
|
6003
6003
|
|
|
6004
6004
|
// src/bin/agt.ts
|
|
6005
|
-
var cliVersion2 = true ? "0.28.
|
|
6005
|
+
var cliVersion2 = true ? "0.28.486" : "dev";
|
|
6006
6006
|
var program = new Command();
|
|
6007
6007
|
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");
|
|
6008
6008
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -6826,18 +6826,27 @@ var INTEGRATION_REGISTRY = [
|
|
|
6826
6826
|
id: "firecrawl",
|
|
6827
6827
|
name: "Firecrawl",
|
|
6828
6828
|
category: "knowledge",
|
|
6829
|
-
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.
|
|
6829
|
+
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.",
|
|
6830
6830
|
// ENG-7217: Firecrawl migrates from a customer-API-key stdio MCP
|
|
6831
6831
|
// (`npx firecrawl-mcp`, FIRECRAWL_API_KEY) to a PREMIUM, platform-managed
|
|
6832
6832
|
// integration on the Deck / ElevenLabs model (ADR-0031, epic ENG-6920):
|
|
6833
6833
|
// Augmented holds ONE Firecrawl account key (`FIRECRAWL_ACCOUNT_KEY`) that
|
|
6834
|
-
// every customer agent's web-data calls bill back to
|
|
6835
|
-
//
|
|
6836
|
-
//
|
|
6837
|
-
//
|
|
6838
|
-
//
|
|
6839
|
-
//
|
|
6840
|
-
|
|
6834
|
+
// every customer agent's web-data calls bill back to. The agent-facing tools
|
|
6835
|
+
// are brokered server-side (firecrawl-broker.ts, reusing the official
|
|
6836
|
+
// @mendable/firecrawl-js SDK) rather than via the stdio MCP, so managed usage
|
|
6837
|
+
// is metered at the one control-plane chokepoint and gated on a per-org opt-in
|
|
6838
|
+
// + monthly USD cap.
|
|
6839
|
+
//
|
|
6840
|
+
// ENG-8304 / ADR-0055 (Phase 1b — Firecrawl is the BYO exemplar): `api_key` is
|
|
6841
|
+
// now also offered so a customer can bring their OWN Firecrawl key. A BYO
|
|
6842
|
+
// install (`credential_source='byo'`) authenticates with the customer's key
|
|
6843
|
+
// (stored encrypted on the install) and is NOT metered — its upstream cost is
|
|
6844
|
+
// on the customer's own Firecrawl bill. BYO is gated on the plan-tier
|
|
6845
|
+
// `byo_credentials` entitlement; managed stays the platform-key, billed path.
|
|
6846
|
+
// `api_key` is the BYO option; the connect UI offers it via the toolkit's
|
|
6847
|
+
// `auth_types` seed (Firecrawl surfaces through the premium list, not the
|
|
6848
|
+
// native `installable` picker — that descriptor is for non-premium natives).
|
|
6849
|
+
supported_auth_types: ["none", "api_key"],
|
|
6841
6850
|
capabilities: [
|
|
6842
6851
|
{ id: "firecrawl:scrape", name: "Scrape Pages", description: "Fetch a single URL as clean markdown / structured data (firecrawl_scrape).", access: "write" },
|
|
6843
6852
|
{ id: "firecrawl:search", name: "Web Search", description: "Search the web and return ranked results, optionally scraped (firecrawl_search).", access: "write" },
|
|
@@ -14477,4 +14486,4 @@ export {
|
|
|
14477
14486
|
stopAllSessionsAndWait,
|
|
14478
14487
|
getProjectDir
|
|
14479
14488
|
};
|
|
14480
|
-
//# sourceMappingURL=chunk-
|
|
14489
|
+
//# sourceMappingURL=chunk-SRR5XVWJ.js.map
|