@integrity-labs/agt-cli 0.28.306 → 0.28.307

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.
@@ -100,7 +100,7 @@ async function spawnPairSession(session) {
100
100
  return { ok: true };
101
101
  } catch {
102
102
  }
103
- const { resolveClaudeBinary } = await import("./persistent-session-WYNJBCVB.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-MJNQEARD.js");
104
104
  const claudeBin = resolveClaudeBinary();
105
105
  const pairEnv = {
106
106
  ...process.env,
@@ -373,4 +373,4 @@ export {
373
373
  startClaudePair,
374
374
  submitClaudePairCode
375
375
  };
376
- //# sourceMappingURL=claude-pair-runtime-6MRJ6ZJV.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-H3TVBIOQ.js.map
@@ -39,7 +39,7 @@ import {
39
39
  requireHost,
40
40
  safeWriteJsonAtomic,
41
41
  setConfigHash
42
- } from "../chunk-2EHOMRDS.js";
42
+ } from "../chunk-BV55I3J5.js";
43
43
  import {
44
44
  getProjectDir as getProjectDir2,
45
45
  getReadyTasks,
@@ -127,7 +127,7 @@ import {
127
127
  takeZombieDetection,
128
128
  transcriptActivityAgeSeconds,
129
129
  writeEgressAllowlist
130
- } from "../chunk-A546IARM.js";
130
+ } from "../chunk-QVYGYEBX.js";
131
131
  import {
132
132
  reapOrphanChannelMcps
133
133
  } from "../chunk-XWVM4KPK.js";
@@ -6997,7 +6997,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
6997
6997
  var lastVersionCheckAt = 0;
6998
6998
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6999
6999
  var lastResponsivenessProbeAt = 0;
7000
- var agtCliVersion = true ? "0.28.306" : "dev";
7000
+ var agtCliVersion = true ? "0.28.307" : "dev";
7001
7001
  function resolveBrewPath(execFileSync2) {
7002
7002
  try {
7003
7003
  const out = execFileSync2("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -7852,7 +7852,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
7852
7852
  if (codeNames.length === 0) return;
7853
7853
  void (async () => {
7854
7854
  try {
7855
- const { collectDiagnostics } = await import("../persistent-session-WYNJBCVB.js");
7855
+ const { collectDiagnostics } = await import("../persistent-session-MJNQEARD.js");
7856
7856
  await api.post("/host/heartbeat", {
7857
7857
  host_id: hostId,
7858
7858
  agent_diagnostics: collectDiagnostics(codeNames)
@@ -7950,7 +7950,7 @@ async function pollCycle() {
7950
7950
  }
7951
7951
  try {
7952
7952
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
7953
- const { collectDiagnostics } = await import("../persistent-session-WYNJBCVB.js");
7953
+ const { collectDiagnostics } = await import("../persistent-session-MJNQEARD.js");
7954
7954
  const diagCodeNames = [...agentState.persistentSessionAgents];
7955
7955
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
7956
7956
  let tailscaleHostname;
@@ -8098,7 +8098,7 @@ async function pollCycle() {
8098
8098
  const {
8099
8099
  collectResponsivenessProbes,
8100
8100
  getResponsivenessIntervalMs
8101
- } = await import("../responsiveness-probe-EOB7FSY2.js");
8101
+ } = await import("../responsiveness-probe-I4T3HL7C.js");
8102
8102
  const probeIntervalMs = getResponsivenessIntervalMs();
8103
8103
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
8104
8104
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -8130,7 +8130,7 @@ async function pollCycle() {
8130
8130
  collectResponsivenessProbes,
8131
8131
  livePendingInboundOldestAgeSeconds,
8132
8132
  parkPendingInbound
8133
- } = await import("../responsiveness-probe-EOB7FSY2.js");
8133
+ } = await import("../responsiveness-probe-I4T3HL7C.js");
8134
8134
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
8135
8135
  const wedgeNow = /* @__PURE__ */ new Date();
8136
8136
  const liveAgents = agentState.persistentSessionAgents;
@@ -11113,7 +11113,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
11113
11113
  void api.post("/host/restart-ack", { host_id: hostId, agent_id: agentId, restart_requested_at: requestedAt }).catch((err) => log(`[restart-lane] ack failed for '${codeName}': ${err.message}`));
11114
11114
  void (async () => {
11115
11115
  try {
11116
- const { collectDiagnostics } = await import("../persistent-session-WYNJBCVB.js");
11116
+ const { collectDiagnostics } = await import("../persistent-session-MJNQEARD.js");
11117
11117
  await api.post("/host/heartbeat", {
11118
11118
  host_id: hostId,
11119
11119
  agent_diagnostics: collectDiagnostics([codeName])
@@ -11163,7 +11163,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
11163
11163
  }
11164
11164
  try {
11165
11165
  const hostId = await getHostId();
11166
- const { collectDiagnostics } = await import("../persistent-session-WYNJBCVB.js");
11166
+ const { collectDiagnostics } = await import("../persistent-session-MJNQEARD.js");
11167
11167
  await api.post("/host/heartbeat", {
11168
11168
  host_id: hostId,
11169
11169
  agent_diagnostics: collectDiagnostics([codeName])
@@ -11587,7 +11587,7 @@ async function processClaudePairSessions(agents) {
11587
11587
  killPairSession,
11588
11588
  pairTmuxSession,
11589
11589
  finalizeClaudePairOnboarding
11590
- } = await import("../claude-pair-runtime-6MRJ6ZJV.js");
11590
+ } = await import("../claude-pair-runtime-H3TVBIOQ.js");
11591
11591
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
11592
11592
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
11593
11593
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -39343,6 +39343,42 @@ var INTEGRATION_REGISTRY = [
39343
39343
  ]
39344
39344
  }
39345
39345
  },
39346
+ {
39347
+ id: "ayrshare",
39348
+ name: "Ayrshare",
39349
+ category: "social",
39350
+ 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.",
39351
+ // ENG-7722 / ADR-0046: Ayrshare is a PREMIUM, platform-managed integration on
39352
+ // the Deck / Firecrawl model (ADR-0031, epic ENG-6920): Augmented owns ONE
39353
+ // Business Plan account (`AYRSHARE_API_KEY`) and every customer agent's profile
39354
+ // + posts bill back to it, so the key is a single platform-held secret, NOT a
39355
+ // per-agent credential. Auth type is therefore `none` - customers never enter a
39356
+ // key. Per-agent isolation is Ayrshare's own User Profile model: the account
39357
+ // key mints one profile per agent (ayrshare-provision.ts), whose profileKey is
39358
+ // injected server-side by the broker (ayrshare-broker.ts) so usage is metered +
39359
+ // gated at the one control-plane chokepoint. Agent-scoped only (a profile is
39360
+ // the per-agent isolation unit).
39361
+ supported_auth_types: ["none"],
39362
+ capabilities: [
39363
+ { 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" },
39364
+ { 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" }
39365
+ ],
39366
+ docs_url: "https://www.ayrshare.com/docs/",
39367
+ beta: true,
39368
+ // ADR-0046: premium (billable). Unlike the usage-priced premiums (Deck,
39369
+ // Firecrawl), Ayrshare's true cost is a SUBSCRIPTION - USD $7.99 per active
39370
+ // User Profile per month - so it is priced on the same axis: a flat USD $18 per
39371
+ // agent per month, billed only for an ACTIVE profile (>=1 linked social
39372
+ // account). Per the PremiumDescriptor contract, a monthly premium carries NO
39373
+ // per-operation `meters` (it meters nothing per call); the descriptor here only
39374
+ // arms the per-org opt-in entitlement gate (isPremiumDefinition /
39375
+ // isOrgEntitledToPremium). The monthly-charge consumer is deferred with the
39376
+ // shared billing (Stripe) slice, as it is for every premium integration.
39377
+ premium: {
39378
+ pricing: "monthly",
39379
+ note: "Billed USD $18/month per active social profile (an agent with at least one connected social account)."
39380
+ }
39381
+ },
39346
39382
  {
39347
39383
  // ENG-7439: X Search is a PREMIUM, platform-managed integration on the
39348
39384
  // Deck / Firecrawl / ElevenLabs model (ADR-0031, epic ENG-6920): Augmented
@@ -36,7 +36,7 @@ import {
36
36
  writeDirectChatSessionState,
37
37
  writeEgressAllowlist,
38
38
  writePersistentClaudeWrapper
39
- } from "./chunk-A546IARM.js";
39
+ } from "./chunk-QVYGYEBX.js";
40
40
  import "./chunk-XWVM4KPK.js";
41
41
  export {
42
42
  EGRESS_BASELINE_DOMAINS,
@@ -77,4 +77,4 @@ export {
77
77
  writeEgressAllowlist,
78
78
  writePersistentClaudeWrapper
79
79
  };
80
- //# sourceMappingURL=persistent-session-WYNJBCVB.js.map
80
+ //# sourceMappingURL=persistent-session-MJNQEARD.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-A546IARM.js";
3
+ } from "./chunk-QVYGYEBX.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -427,4 +427,4 @@ export {
427
427
  readAndResetSlackReplyBindingClassifications,
428
428
  readAndResetSlackReplyTargetClassifications
429
429
  };
430
- //# sourceMappingURL=responsiveness-probe-EOB7FSY2.js.map
430
+ //# sourceMappingURL=responsiveness-probe-I4T3HL7C.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.306",
3
+ "version": "0.28.307",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {