@integrity-labs/agt-cli 0.28.306 → 0.28.308
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-A546IARM.js → chunk-QVYGYEBX.js} +37 -1
- package/dist/chunk-QVYGYEBX.js.map +1 -0
- package/dist/{chunk-2EHOMRDS.js → chunk-XPT5NDBD.js} +27 -9
- package/dist/chunk-XPT5NDBD.js.map +1 -0
- package/dist/{claude-pair-runtime-6MRJ6ZJV.js → claude-pair-runtime-H3TVBIOQ.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/mcp/origami.js +36 -0
- package/dist/{persistent-session-WYNJBCVB.js → persistent-session-MJNQEARD.js} +2 -2
- package/dist/{responsiveness-probe-EOB7FSY2.js → responsiveness-probe-I4T3HL7C.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-2EHOMRDS.js.map +0 -1
- package/dist/chunk-A546IARM.js.map +0 -1
- /package/dist/{claude-pair-runtime-6MRJ6ZJV.js.map → claude-pair-runtime-H3TVBIOQ.js.map} +0 -0
- /package/dist/{persistent-session-WYNJBCVB.js.map → persistent-session-MJNQEARD.js.map} +0 -0
- /package/dist/{responsiveness-probe-EOB7FSY2.js.map → responsiveness-probe-I4T3HL7C.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
success,
|
|
39
39
|
table,
|
|
40
40
|
warn
|
|
41
|
-
} from "../chunk-
|
|
41
|
+
} from "../chunk-XPT5NDBD.js";
|
|
42
42
|
import {
|
|
43
43
|
CHANNEL_REGISTRY,
|
|
44
44
|
DEFAULT_FRAMEWORK,
|
|
@@ -67,7 +67,7 @@ import {
|
|
|
67
67
|
renderTemplate,
|
|
68
68
|
resolveChannels,
|
|
69
69
|
serializeManifestForSlackCli
|
|
70
|
-
} from "../chunk-
|
|
70
|
+
} from "../chunk-QVYGYEBX.js";
|
|
71
71
|
import "../chunk-XWVM4KPK.js";
|
|
72
72
|
|
|
73
73
|
// src/bin/agt.ts
|
|
@@ -4826,7 +4826,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4826
4826
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4827
4827
|
import chalk18 from "chalk";
|
|
4828
4828
|
import ora16 from "ora";
|
|
4829
|
-
var cliVersion = true ? "0.28.
|
|
4829
|
+
var cliVersion = true ? "0.28.308" : "dev";
|
|
4830
4830
|
async function fetchLatestVersion() {
|
|
4831
4831
|
const host2 = getHost();
|
|
4832
4832
|
if (!host2) return null;
|
|
@@ -5843,7 +5843,7 @@ function handleError(err) {
|
|
|
5843
5843
|
}
|
|
5844
5844
|
|
|
5845
5845
|
// src/bin/agt.ts
|
|
5846
|
-
var cliVersion2 = true ? "0.28.
|
|
5846
|
+
var cliVersion2 = true ? "0.28.308" : "dev";
|
|
5847
5847
|
var program = new Command();
|
|
5848
5848
|
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");
|
|
5849
5849
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -5577,6 +5577,42 @@ var INTEGRATION_REGISTRY = [
|
|
|
5577
5577
|
]
|
|
5578
5578
|
}
|
|
5579
5579
|
},
|
|
5580
|
+
{
|
|
5581
|
+
id: "ayrshare",
|
|
5582
|
+
name: "Ayrshare",
|
|
5583
|
+
category: "social",
|
|
5584
|
+
description: "Read and report on your social media - post history, analytics, and connected-account status - across LinkedIn, Instagram, Facebook, TikTok, YouTube, Pinterest, and more. Augmented Team manages Ayrshare access for you - there is no key to enter; connect your social accounts once. Publishing on your behalf ships in a later release.",
|
|
5585
|
+
// ENG-7722 / ADR-0046: Ayrshare is a PREMIUM, platform-managed integration on
|
|
5586
|
+
// the Deck / Firecrawl model (ADR-0031, epic ENG-6920): Augmented owns ONE
|
|
5587
|
+
// Business Plan account (`AYRSHARE_API_KEY`) and every customer agent's profile
|
|
5588
|
+
// + posts bill back to it, so the key is a single platform-held secret, NOT a
|
|
5589
|
+
// per-agent credential. Auth type is therefore `none` - customers never enter a
|
|
5590
|
+
// key. Per-agent isolation is Ayrshare's own User Profile model: the account
|
|
5591
|
+
// key mints one profile per agent (ayrshare-provision.ts), whose profileKey is
|
|
5592
|
+
// injected server-side by the broker (ayrshare-broker.ts) so usage is metered +
|
|
5593
|
+
// gated at the one control-plane chokepoint. Agent-scoped only (a profile is
|
|
5594
|
+
// the per-agent isolation unit).
|
|
5595
|
+
supported_auth_types: ["none"],
|
|
5596
|
+
capabilities: [
|
|
5597
|
+
{ id: "ayrshare:read", name: "Read Posts & Analytics", description: "List post history, read a post, and pull social analytics + connected-profile status (ayrshare_history, ayrshare_get_post, ayrshare_analytics, ayrshare_profiles).", access: "read" },
|
|
5598
|
+
{ id: "ayrshare:publish", name: "Publish Posts", description: "Publish / schedule / delete social posts across connected networks. Gated by human approval (ADR-0004). Ships in a later slice.", access: "write" }
|
|
5599
|
+
],
|
|
5600
|
+
docs_url: "https://www.ayrshare.com/docs/",
|
|
5601
|
+
beta: true,
|
|
5602
|
+
// ADR-0046: premium (billable). Unlike the usage-priced premiums (Deck,
|
|
5603
|
+
// Firecrawl), Ayrshare's true cost is a SUBSCRIPTION - USD $7.99 per active
|
|
5604
|
+
// User Profile per month - so it is priced on the same axis: a flat USD $18 per
|
|
5605
|
+
// agent per month, billed only for an ACTIVE profile (>=1 linked social
|
|
5606
|
+
// account). Per the PremiumDescriptor contract, a monthly premium carries NO
|
|
5607
|
+
// per-operation `meters` (it meters nothing per call); the descriptor here only
|
|
5608
|
+
// arms the per-org opt-in entitlement gate (isPremiumDefinition /
|
|
5609
|
+
// isOrgEntitledToPremium). The monthly-charge consumer is deferred with the
|
|
5610
|
+
// shared billing (Stripe) slice, as it is for every premium integration.
|
|
5611
|
+
premium: {
|
|
5612
|
+
pricing: "monthly",
|
|
5613
|
+
note: "Billed USD $18/month per active social profile (an agent with at least one connected social account)."
|
|
5614
|
+
}
|
|
5615
|
+
},
|
|
5580
5616
|
{
|
|
5581
5617
|
// ENG-7439: X Search is a PREMIUM, platform-managed integration on the
|
|
5582
5618
|
// Deck / Firecrawl / ElevenLabs model (ADR-0031, epic ENG-6920): Augmented
|
|
@@ -9780,4 +9816,4 @@ export {
|
|
|
9780
9816
|
stopAllSessionsAndWait,
|
|
9781
9817
|
getProjectDir
|
|
9782
9818
|
};
|
|
9783
|
-
//# sourceMappingURL=chunk-
|
|
9819
|
+
//# sourceMappingURL=chunk-QVYGYEBX.js.map
|