@integrity-labs/agt-cli 0.28.171 → 0.28.173

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-CPB4L4TB.js";
40
+ } from "../chunk-M4G5DGVD.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-76XB2I4P.js";
68
+ } from "../chunk-OMC7BHRP.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.171" : "dev";
4752
+ var cliVersion = true ? "0.28.173" : "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.171" : "dev";
5766
+ var cliVersion2 = true ? "0.28.173" : "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) => {
@@ -16,7 +16,7 @@ import {
16
16
  resolveConnectivityProbe,
17
17
  worseConnectivityOutcome,
18
18
  wrapScheduledTaskPrompt
19
- } from "./chunk-76XB2I4P.js";
19
+ } from "./chunk-OMC7BHRP.js";
20
20
 
21
21
  // ../../packages/core/dist/provisioning/mcp-config-guards.js
22
22
  import { chmodSync, existsSync, readFileSync, renameSync, writeFileSync, unlinkSync } from "fs";
@@ -1719,27 +1719,35 @@ var INTEGRATION_REGISTRY = [
1719
1719
  id: "deck",
1720
1720
  name: "Deck",
1721
1721
  category: "workspace-productivity",
1722
- description: "Computer-use agents that operate any software through real interfaces (no API required) and return schema-validated results. Higher-level alternative to Anchor Browser: Deck owns the auth lifecycle (encrypted credential vault, login, MFA, CAPTCHA) and provisions isolated desktop sessions on demand.",
1722
+ description: "Computer-use agents that operate any software through its real interface (no API required) and return schema-validated results. A higher-level alternative to Anchor Browser: Deck owns the auth lifecycle (encrypted credential vault, login, MFA, CAPTCHA) and provisions isolated desktop sessions on demand. Augmented Team manages Deck access for you and gives each agent its own isolated Deck workspace, so there is no credential to enter.",
1723
1723
  // Deck is REST-only (base https://api.deck.co/v2, Bearer `sk_live_` account
1724
1724
  // key) — it ships NO MCP server, so unlike anchor-browser there is no
1725
- // `remoteMcp`/`nativeMcp` drop-in. Per-agent isolation is modelled on
1726
- // Deck's first-class resources: the control plane holds one account key
1727
- // (stored per-row as the `api_key` credential, same shape as anchor) and
1728
- // provisions one Deck agent (`agt_`) + vault credential (`cred_`) per
1729
- // Augmented agent via POST /:id/provision-deck. Those ids land in
1725
+ // `remoteMcp`/`nativeMcp` drop-in; the agent-facing tools are brokered
1726
+ // server-side (deck-broker.ts). Deck is the first PREMIUM integration:
1727
+ // Augmented owns ONE Deck account that every customer agent's runs bill back
1728
+ // to (per-org charging is tracked in ENG-6920, not yet live), so the account
1729
+ // key is a single platform-held secret (`DECK_ACCOUNT_KEY`), NOT a per-agent
1730
+ // credential. Auth type is therefore `none` — customers never enter a key.
1731
+ // Per-agent isolation is modelled on Deck's first-class resources: that one
1732
+ // key provisions one Deck agent (`agt_`) + vault credential (`cred_`) per
1733
+ // Augmented agent via POST /:id/provision-deck; the ids land in
1730
1734
  // `agent_integrations.config` (deck_agent_id / deck_credential_id), so
1731
1735
  // revocation + audit happen at the per-agent Deck-resource level without a
1732
1736
  // distinct API key per agent (Deck exposes no key-minting admin API).
1733
- // The agent-facing tool surface is a follow-up (Deck has no MCP), so this
1734
- // entry is catalog + provisioning only for now.
1735
- supported_auth_types: ["api_key"],
1737
+ supported_auth_types: ["none"],
1736
1738
  capabilities: [
1737
1739
  { id: "deck:provision", name: "Provision Agent Access", description: "Provision a per-agent Deck agent and vault credential under the account key (create_agent, create_credential)", access: "admin" },
1738
1740
  { id: "deck:run", name: "Run Tasks", description: "Submit tasks to the agent and read schema-validated structured results (run_task, get_task_run)", access: "write" },
1739
1741
  { id: "deck:observe", name: "Observe Sessions", description: "Read isolated session state, screenshots, and agent-reasoning artifacts (get_session)", access: "read" }
1740
1742
  ],
1741
1743
  docs_url: "https://docs.deck.co/",
1742
- beta: true
1744
+ beta: true,
1745
+ // ENG-6920: Deck is the first PREMIUM integration. Unlike the customer-auth
1746
+ // integrations, every Deck run bills back to Augmented's single account
1747
+ // key, and Deck is usage-priced (compute time + agent runs) — so it is
1748
+ // gated on a per-org opt-in and metered. Pricing amounts are deferred to
1749
+ // the billing mechanism (Stripe); this only declares the model.
1750
+ premium: { pricing: "usage", note: "Billed on Deck compute time and agent runs." }
1743
1751
  },
1744
1752
  {
1745
1753
  id: "postiz",
@@ -5956,7 +5964,7 @@ function requireHost() {
5956
5964
  }
5957
5965
 
5958
5966
  // src/lib/api-client.ts
5959
- var agtCliVersion = true ? "0.28.171" : "dev";
5967
+ var agtCliVersion = true ? "0.28.173" : "dev";
5960
5968
  var lastConfigHash = null;
5961
5969
  function setConfigHash(hash) {
5962
5970
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -7261,4 +7269,4 @@ export {
7261
7269
  managerInstallSystemUnitCommand,
7262
7270
  managerUninstallSystemUnitCommand
7263
7271
  };
7264
- //# sourceMappingURL=chunk-CPB4L4TB.js.map
7272
+ //# sourceMappingURL=chunk-M4G5DGVD.js.map