@integrity-labs/agt-cli 0.28.689 → 0.28.691
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 +5 -5
- package/dist/{chunk-RBZWLHGD.js → chunk-2GNXBVWJ.js} +20 -1
- package/dist/chunk-2GNXBVWJ.js.map +1 -0
- package/dist/{chunk-QXDHGJBW.js → chunk-XF2B7JHC.js} +2 -2
- package/dist/{chunk-4CQEX55A.js → chunk-ZY57BJYH.js} +4 -4
- package/dist/{claude-pair-runtime-36BMP4AW.js → claude-pair-runtime-PDOGREOQ.js} +2 -2
- package/dist/lib/manager-worker.js +13 -13
- package/dist/mcp/direct-chat-channel.js +19 -0
- package/dist/mcp/index.js +73 -2
- package/dist/mcp/origami.js +19 -0
- package/dist/mcp/slack-channel.js +19 -0
- package/dist/mcp/telegram-channel.js +19 -0
- package/dist/{persistent-session-WDAQ4RML.js → persistent-session-LVBNKFMF.js} +3 -3
- package/dist/{responsiveness-probe-NZH7PZEL.js → responsiveness-probe-T52RFYK3.js} +3 -3
- package/dist/{session-auth-dead-JCK3BOVA.js → session-auth-dead-MV6C7TBH.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-RBZWLHGD.js.map +0 -1
- /package/dist/{chunk-QXDHGJBW.js.map → chunk-XF2B7JHC.js.map} +0 -0
- /package/dist/{chunk-4CQEX55A.js.map → chunk-ZY57BJYH.js.map} +0 -0
- /package/dist/{claude-pair-runtime-36BMP4AW.js.map → claude-pair-runtime-PDOGREOQ.js.map} +0 -0
- /package/dist/{persistent-session-WDAQ4RML.js.map → persistent-session-LVBNKFMF.js.map} +0 -0
- /package/dist/{responsiveness-probe-NZH7PZEL.js.map → responsiveness-probe-T52RFYK3.js.map} +0 -0
- /package/dist/{session-auth-dead-JCK3BOVA.js.map → session-auth-dead-MV6C7TBH.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-
|
|
43
|
+
} from "../chunk-ZY57BJYH.js";
|
|
44
44
|
import {
|
|
45
45
|
readDirectChatSessionState
|
|
46
|
-
} from "../chunk-
|
|
46
|
+
} from "../chunk-XF2B7JHC.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-
|
|
76
|
+
} from "../chunk-2GNXBVWJ.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.
|
|
4912
|
+
var cliVersion = true ? "0.28.691" : "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.
|
|
6092
|
+
var cliVersion2 = true ? "0.28.691" : "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) => {
|
|
@@ -2477,6 +2477,25 @@ var INTEGRATION_REGISTRY = [
|
|
|
2477
2477
|
name: "Write Summaries",
|
|
2478
2478
|
description: "Write or revise this agent's own summary of a note it was sent (ninjafy_notes_write_summary).",
|
|
2479
2479
|
access: "write"
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
// ADR-0073. Present in the seed catalog's `defined_scopes` since
|
|
2483
|
+
// ENG-9358 but missing from this registry until now — a drift worth
|
|
2484
|
+
// noting, because this registry is what the org-scoped premium surface
|
|
2485
|
+
// reads and the seed is not.
|
|
2486
|
+
//
|
|
2487
|
+
// THE ONE `requires_org_opt_in` CAPABILITY TODAY, and the reason the
|
|
2488
|
+
// field exists. Live advising streams a meeting IN FLIGHT to a
|
|
2489
|
+
// server-side vet and meters per armed minute — a different exposure
|
|
2490
|
+
// from reading a transcript afterwards (ADR-0072), and a recurring
|
|
2491
|
+
// cost. Whether that happens is the customer's decision about their own
|
|
2492
|
+
// meetings, not ours; before ADR-0073 the only place to record it was
|
|
2493
|
+
// `live-meeting-advisor` in FLAG_REGISTRY, which is a staff control.
|
|
2494
|
+
id: "ninjafy-notes:live-advise",
|
|
2495
|
+
name: "Live Meeting Advice",
|
|
2496
|
+
description: "Let an agent advise on a meeting while it is happening. Audio is transcribed on the Mac as usual; short passages are then checked by Augmented Team to decide when the agent should speak up, and the agent sees those moments in real time. Off until you turn it on. Billed per minute the advisor is armed.",
|
|
2497
|
+
access: "write",
|
|
2498
|
+
requires_org_opt_in: true
|
|
2480
2499
|
}
|
|
2481
2500
|
],
|
|
2482
2501
|
beta: true,
|
|
@@ -12606,4 +12625,4 @@ export {
|
|
|
12606
12625
|
minutesSinceLocalMidnight,
|
|
12607
12626
|
peekCurrentSession
|
|
12608
12627
|
};
|
|
12609
|
-
//# sourceMappingURL=chunk-
|
|
12628
|
+
//# sourceMappingURL=chunk-2GNXBVWJ.js.map
|