@integrity-labs/agt-cli 0.28.652 → 0.28.654
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-HRMF6VUK.js → chunk-6KCM6UPT.js} +4 -4
- package/dist/chunk-6KCM6UPT.js.map +1 -0
- package/dist/{chunk-6PR2K3XB.js → chunk-TUG3MPJW.js} +4 -4
- package/dist/{chunk-E26EKDFP.js → chunk-XGTAGSBI.js} +2 -2
- package/dist/{claude-pair-runtime-E6BFNZUV.js → claude-pair-runtime-IK66PNDU.js} +2 -2
- package/dist/lib/manager-worker.js +13 -13
- package/dist/mcp/direct-chat-channel.js +3 -3
- package/dist/mcp/index.js +57 -33
- package/dist/mcp/origami.js +3 -3
- package/dist/mcp/slack-channel.js +3 -3
- package/dist/mcp/telegram-channel.js +3 -3
- package/dist/{persistent-session-XXP4NGEP.js → persistent-session-3O72XXK5.js} +3 -3
- package/dist/{responsiveness-probe-QSJ263ZW.js → responsiveness-probe-D4OHFUWH.js} +3 -3
- package/dist/{session-auth-dead-HHZT5KIM.js → session-auth-dead-T3EAAOKZ.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-HRMF6VUK.js.map +0 -1
- /package/dist/{chunk-6PR2K3XB.js.map → chunk-TUG3MPJW.js.map} +0 -0
- /package/dist/{chunk-E26EKDFP.js.map → chunk-XGTAGSBI.js.map} +0 -0
- /package/dist/{claude-pair-runtime-E6BFNZUV.js.map → claude-pair-runtime-IK66PNDU.js.map} +0 -0
- /package/dist/{persistent-session-XXP4NGEP.js.map → persistent-session-3O72XXK5.js.map} +0 -0
- /package/dist/{responsiveness-probe-QSJ263ZW.js.map → responsiveness-probe-D4OHFUWH.js.map} +0 -0
- /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-
|
|
43
|
+
} from "../chunk-TUG3MPJW.js";
|
|
44
44
|
import {
|
|
45
45
|
readDirectChatSessionState
|
|
46
|
-
} from "../chunk-
|
|
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-
|
|
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.
|
|
4912
|
+
var cliVersion = true ? "0.28.654" : "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.654" : "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) => {
|
|
@@ -2364,7 +2364,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
2364
2364
|
}
|
|
2365
2365
|
},
|
|
2366
2366
|
{
|
|
2367
|
-
//
|
|
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: "
|
|
2401
|
+
name: "Ninja Notes",
|
|
2402
2402
|
category: "workspace-productivity",
|
|
2403
|
-
description: "Meeting notes captured on your Mac and sent to an agent.
|
|
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-
|
|
12262
|
+
//# sourceMappingURL=chunk-6KCM6UPT.js.map
|