@integrity-labs/agt-cli 0.28.653 → 0.28.655

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.
Files changed (24) hide show
  1. package/dist/bin/agt.js +5 -5
  2. package/dist/{chunk-CXZEIJRN.js → chunk-452C2DZR.js} +4 -4
  3. package/dist/{chunk-HRMF6VUK.js → chunk-6KCM6UPT.js} +4 -4
  4. package/dist/chunk-6KCM6UPT.js.map +1 -0
  5. package/dist/{chunk-E26EKDFP.js → chunk-XGTAGSBI.js} +2 -2
  6. package/dist/{claude-pair-runtime-E6BFNZUV.js → claude-pair-runtime-IK66PNDU.js} +2 -2
  7. package/dist/lib/manager-worker.js +19 -17
  8. package/dist/lib/manager-worker.js.map +1 -1
  9. package/dist/mcp/direct-chat-channel.js +3 -3
  10. package/dist/mcp/index.js +3 -3
  11. package/dist/mcp/origami.js +3 -3
  12. package/dist/mcp/slack-channel.js +3 -3
  13. package/dist/mcp/telegram-channel.js +3 -3
  14. package/dist/{persistent-session-XXP4NGEP.js → persistent-session-3O72XXK5.js} +3 -3
  15. package/dist/{responsiveness-probe-QSJ263ZW.js → responsiveness-probe-D4OHFUWH.js} +3 -3
  16. package/dist/{session-auth-dead-HHZT5KIM.js → session-auth-dead-T3EAAOKZ.js} +2 -2
  17. package/package.json +1 -1
  18. package/dist/chunk-HRMF6VUK.js.map +0 -1
  19. /package/dist/{chunk-CXZEIJRN.js.map → chunk-452C2DZR.js.map} +0 -0
  20. /package/dist/{chunk-E26EKDFP.js.map → chunk-XGTAGSBI.js.map} +0 -0
  21. /package/dist/{claude-pair-runtime-E6BFNZUV.js.map → claude-pair-runtime-IK66PNDU.js.map} +0 -0
  22. /package/dist/{persistent-session-XXP4NGEP.js.map → persistent-session-3O72XXK5.js.map} +0 -0
  23. /package/dist/{responsiveness-probe-QSJ263ZW.js.map → responsiveness-probe-D4OHFUWH.js.map} +0 -0
  24. /package/dist/{session-auth-dead-HHZT5KIM.js.map → session-auth-dead-T3EAAOKZ.js.map} +0 -0
package/dist/bin/agt.js CHANGED
@@ -40,10 +40,10 @@ import {
40
40
  success,
41
41
  table,
42
42
  warn
43
- } from "../chunk-CXZEIJRN.js";
43
+ } from "../chunk-452C2DZR.js";
44
44
  import {
45
45
  readDirectChatSessionState
46
- } from "../chunk-E26EKDFP.js";
46
+ } from "../chunk-XGTAGSBI.js";
47
47
  import {
48
48
  AnchorSessionClient,
49
49
  CHANNEL_REGISTRY,
@@ -73,7 +73,7 @@ import {
73
73
  requiredMcpWildcard,
74
74
  resolveChannels,
75
75
  serializeManifestForSlackCli
76
- } from "../chunk-HRMF6VUK.js";
76
+ } from "../chunk-6KCM6UPT.js";
77
77
  import "../chunk-XWVM4KPK.js";
78
78
 
79
79
  // src/bin/agt.ts
@@ -4909,7 +4909,7 @@ import { execFileSync, execSync } from "child_process";
4909
4909
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4910
4910
  import chalk18 from "chalk";
4911
4911
  import ora16 from "ora";
4912
- var cliVersion = true ? "0.28.653" : "dev";
4912
+ var cliVersion = true ? "0.28.655" : "dev";
4913
4913
  async function fetchLatestVersion() {
4914
4914
  const host2 = getHost();
4915
4915
  if (!host2) return null;
@@ -6089,7 +6089,7 @@ function handleError(err) {
6089
6089
  }
6090
6090
 
6091
6091
  // src/bin/agt.ts
6092
- var cliVersion2 = true ? "0.28.653" : "dev";
6092
+ var cliVersion2 = true ? "0.28.655" : "dev";
6093
6093
  var program = new Command();
6094
6094
  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");
6095
6095
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -8,7 +8,7 @@ import {
8
8
  isolationMode,
9
9
  log,
10
10
  parseEnvIntegrations
11
- } from "./chunk-E26EKDFP.js";
11
+ } from "./chunk-XGTAGSBI.js";
12
12
  import {
13
13
  BIND_FAILURE_QUARANTINE_THRESHOLD,
14
14
  INTEGRATIONS_SECTION_END,
@@ -55,7 +55,7 @@ import {
55
55
  resolveConnectivityProbe,
56
56
  worseConnectivityOutcome,
57
57
  wrapScheduledTaskPrompt
58
- } from "./chunk-HRMF6VUK.js";
58
+ } from "./chunk-6KCM6UPT.js";
59
59
  import {
60
60
  parsePsRows
61
61
  } from "./chunk-XWVM4KPK.js";
@@ -6073,7 +6073,7 @@ function exchangeFailureKind(err) {
6073
6073
  }
6074
6074
 
6075
6075
  // src/lib/api-client.ts
6076
- var agtCliVersion = true ? "0.28.653" : "dev";
6076
+ var agtCliVersion = true ? "0.28.655" : "dev";
6077
6077
  var lastConfigHash = null;
6078
6078
  function setConfigHash(hash) {
6079
6079
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -9815,4 +9815,4 @@ export {
9815
9815
  managerInstallSystemUnitCommand,
9816
9816
  managerUninstallSystemUnitCommand
9817
9817
  };
9818
- //# sourceMappingURL=chunk-CXZEIJRN.js.map
9818
+ //# sourceMappingURL=chunk-452C2DZR.js.map
@@ -2364,7 +2364,7 @@ var INTEGRATION_REGISTRY = [
2364
2364
  }
2365
2365
  },
2366
2366
  {
2367
- // Ninjafy Notes (ADR-0063, ENG-8842). Meeting capture on the user's own Mac,
2367
+ // Ninja Notes (ADR-0063, ENG-8842). Meeting capture on the user's own Mac,
2368
2368
  // delivered to an agent as a tag-granted note the agent reads and summarises.
2369
2369
  //
2370
2370
  // No `installable` here, on purpose: ninjafy-notes is a Direct-HTTP SEED
@@ -2398,9 +2398,9 @@ var INTEGRATION_REGISTRY = [
2398
2398
  // first integration to need `pricing: 'included'`, which is why that value
2399
2399
  // now exists.
2400
2400
  id: "ninjafy-notes",
2401
- name: "Ninjafy Notes",
2401
+ name: "Ninja Notes",
2402
2402
  category: "workspace-productivity",
2403
- description: "Meeting notes captured on your Mac and sent to an agent. Ninjafy Notes records and transcribes a meeting on-device \u2014 the audio never leaves your machine \u2014 then hands the transcript to the agents you choose, which read it with your organization's context and write their own summary. Notes are private by default; sending one to an agent is the only thing that grants access.",
2403
+ description: "Meeting notes captured on your Mac and sent to an agent. Ninja Notes records and transcribes a meeting on-device \u2014 the audio never leaves your machine \u2014 then hands the transcript to the agents you choose, which read it with your organization's context and write their own summary. Notes are private by default; sending one to an agent is the only thing that grants access.",
2404
2404
  supported_auth_types: ["none"],
2405
2405
  capabilities: [
2406
2406
  {
@@ -12259,4 +12259,4 @@ export {
12259
12259
  minutesSinceLocalMidnight,
12260
12260
  peekCurrentSession
12261
12261
  };
12262
- //# sourceMappingURL=chunk-HRMF6VUK.js.map
12262
+ //# sourceMappingURL=chunk-6KCM6UPT.js.map