@integrity-labs/agt-cli 0.28.158 → 0.28.160

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.
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  CHANNEL_REGISTRY,
3
3
  DEFAULT_MODELS,
4
+ FRAMEWORK_DEPRECATION,
4
5
  OAUTH_PROVIDERS,
5
6
  coerceEnvValue,
6
7
  expandTemplateVars,
@@ -22,7 +23,7 @@ import {
22
23
  resolveConnectivityProbe,
23
24
  worseConnectivityOutcome,
24
25
  wrapScheduledTaskPrompt
25
- } from "./chunk-TLX6ORJ5.js";
26
+ } from "./chunk-65FVM2UA.js";
26
27
 
27
28
  // ../../packages/core/dist/integrations/registry.js
28
29
  var INTEGRATION_REGISTRY = [
@@ -240,6 +241,32 @@ var INTEGRATION_REGISTRY = [
240
241
  envDefaults: { ANCHOR_BROWSER_SESSION_ID: "" }
241
242
  }
242
243
  },
244
+ {
245
+ id: "deck",
246
+ name: "Deck",
247
+ category: "workspace-productivity",
248
+ 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.",
249
+ // Deck is REST-only (base https://api.deck.co/v2, Bearer `sk_live_` account
250
+ // key) — it ships NO MCP server, so unlike anchor-browser there is no
251
+ // `remoteMcp`/`nativeMcp` drop-in. Per-agent isolation is modelled on
252
+ // Deck's first-class resources: the control plane holds one account key
253
+ // (stored per-row as the `api_key` credential, same shape as anchor) and
254
+ // provisions one Deck agent (`agt_`) + vault credential (`cred_`) per
255
+ // Augmented agent via POST /:id/provision-deck. Those ids land in
256
+ // `agent_integrations.config` (deck_agent_id / deck_credential_id), so
257
+ // revocation + audit happen at the per-agent Deck-resource level without a
258
+ // distinct API key per agent (Deck exposes no key-minting admin API).
259
+ // The agent-facing tool surface is a follow-up (Deck has no MCP), so this
260
+ // entry is catalog + provisioning only for now.
261
+ supported_auth_types: ["api_key"],
262
+ capabilities: [
263
+ { 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" },
264
+ { 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" },
265
+ { id: "deck:observe", name: "Observe Sessions", description: "Read isolated session state, screenshots, and agent-reasoning artifacts (get_session)", access: "read" }
266
+ ],
267
+ docs_url: "https://docs.deck.co/",
268
+ beta: true
269
+ },
243
270
  {
244
271
  id: "postiz",
245
272
  name: "Postiz",
@@ -1247,6 +1274,7 @@ function ensureCronEnabled(codeName) {
1247
1274
  var openclawAdapter = {
1248
1275
  id: "openclaw",
1249
1276
  label: "OpenClaw",
1277
+ deprecated: FRAMEWORK_DEPRECATION["openclaw"],
1250
1278
  cliBinary: "openclaw",
1251
1279
  getAgentDir(codeName) {
1252
1280
  return join2(getHomeDir(), ".augmented", codeName);
@@ -2206,6 +2234,7 @@ async function syncLocalAssetsToRemote(codeName) {
2206
2234
  var nemoClawAdapter = {
2207
2235
  id: "nemoclaw",
2208
2236
  label: "NemoClaw (Cloud)",
2237
+ deprecated: FRAMEWORK_DEPRECATION["nemoclaw"],
2209
2238
  cliBinary: "nemoclaw",
2210
2239
  getAgentDir(codeName) {
2211
2240
  return join3(homedir2(), ".augmented", codeName);
@@ -7745,6 +7774,7 @@ function buildMcpServers(input) {
7745
7774
  var ManagedAgentsAdapter = {
7746
7775
  id: "managed-agents",
7747
7776
  label: "Managed Agents (Anthropic Cloud)",
7777
+ deprecated: FRAMEWORK_DEPRECATION["managed-agents"],
7748
7778
  getAgentDir(codeName) {
7749
7779
  return join5(homedir4(), ".augmented", codeName);
7750
7780
  },
@@ -7898,7 +7928,7 @@ function requireHost() {
7898
7928
  }
7899
7929
 
7900
7930
  // src/lib/api-client.ts
7901
- var agtCliVersion = true ? "0.28.158" : "dev";
7931
+ var agtCliVersion = true ? "0.28.160" : "dev";
7902
7932
  var lastConfigHash = null;
7903
7933
  function setConfigHash(hash) {
7904
7934
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -9203,4 +9233,4 @@ export {
9203
9233
  managerInstallSystemUnitCommand,
9204
9234
  managerUninstallSystemUnitCommand
9205
9235
  };
9206
- //# sourceMappingURL=chunk-3OLFOA4F.js.map
9236
+ //# sourceMappingURL=chunk-23U3HSVH.js.map