@integrity-labs/agt-cli 0.28.172 → 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-
|
|
40
|
+
} from "../chunk-M4G5DGVD.js";
|
|
41
41
|
import {
|
|
42
42
|
CHANNEL_REGISTRY,
|
|
43
43
|
DEFAULT_FRAMEWORK,
|
|
@@ -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.
|
|
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.
|
|
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) => {
|
|
@@ -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.173" : "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-M4G5DGVD.js.map
|