@integrity-labs/agt-cli 0.28.172 → 0.28.174
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-N25WAF7G.js → chunk-ET5DSDYO.js} +2 -2
- package/dist/{chunk-OMC7BHRP.js → chunk-NFJIFCWR.js} +1 -1
- package/dist/chunk-NFJIFCWR.js.map +1 -0
- package/dist/{chunk-XGTHOGKA.js → chunk-YCPOBKU7.js} +10 -4
- package/dist/chunk-YCPOBKU7.js.map +1 -0
- package/dist/{claude-pair-runtime-XIVBNVSR.js → claude-pair-runtime-ABQYSKDJ.js} +2 -2
- package/dist/lib/manager-worker.js +8 -8
- package/dist/mcp/index.js +55 -0
- package/dist/{persistent-session-4HC7YFSU.js → persistent-session-PO252GNB.js} +3 -3
- package/dist/{responsiveness-probe-W4PCY6HC.js → responsiveness-probe-D27JQGDZ.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-OMC7BHRP.js.map +0 -1
- package/dist/chunk-XGTHOGKA.js.map +0 -1
- /package/dist/{chunk-N25WAF7G.js.map → chunk-ET5DSDYO.js.map} +0 -0
- /package/dist/{claude-pair-runtime-XIVBNVSR.js.map → claude-pair-runtime-ABQYSKDJ.js.map} +0 -0
- /package/dist/{persistent-session-4HC7YFSU.js.map → persistent-session-PO252GNB.js.map} +0 -0
- /package/dist/{responsiveness-probe-W4PCY6HC.js.map → responsiveness-probe-D27JQGDZ.js.map} +0 -0
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
resolveConnectivityProbe,
|
|
17
17
|
worseConnectivityOutcome,
|
|
18
18
|
wrapScheduledTaskPrompt
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-NFJIFCWR.js";
|
|
20
20
|
|
|
21
21
|
// ../../packages/core/dist/provisioning/mcp-config-guards.js
|
|
22
22
|
import { chmodSync, existsSync, readFileSync, renameSync, writeFileSync, unlinkSync } from "fs";
|
|
@@ -1741,7 +1741,13 @@ var INTEGRATION_REGISTRY = [
|
|
|
1741
1741
|
{ id: "deck:observe", name: "Observe Sessions", description: "Read isolated session state, screenshots, and agent-reasoning artifacts (get_session)", access: "read" }
|
|
1742
1742
|
],
|
|
1743
1743
|
docs_url: "https://docs.deck.co/",
|
|
1744
|
-
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." }
|
|
1745
1751
|
},
|
|
1746
1752
|
{
|
|
1747
1753
|
id: "postiz",
|
|
@@ -5958,7 +5964,7 @@ function requireHost() {
|
|
|
5958
5964
|
}
|
|
5959
5965
|
|
|
5960
5966
|
// src/lib/api-client.ts
|
|
5961
|
-
var agtCliVersion = true ? "0.28.
|
|
5967
|
+
var agtCliVersion = true ? "0.28.174" : "dev";
|
|
5962
5968
|
var lastConfigHash = null;
|
|
5963
5969
|
function setConfigHash(hash) {
|
|
5964
5970
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -7263,4 +7269,4 @@ export {
|
|
|
7263
7269
|
managerInstallSystemUnitCommand,
|
|
7264
7270
|
managerUninstallSystemUnitCommand
|
|
7265
7271
|
};
|
|
7266
|
-
//# sourceMappingURL=chunk-
|
|
7272
|
+
//# sourceMappingURL=chunk-YCPOBKU7.js.map
|