@integrity-labs/agt-cli 0.28.516 → 0.28.518
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-IBI6VSGP.js → chunk-RDDUP6Z4.js} +3 -3
- package/dist/{chunk-UQ3TQ7M4.js → chunk-SSRYNA7T.js} +25 -1
- package/dist/{chunk-UQ3TQ7M4.js.map → chunk-SSRYNA7T.js.map} +1 -1
- package/dist/{claude-pair-runtime-FWD7QWAR.js → claude-pair-runtime-4JSAVQLI.js} +2 -2
- package/dist/lib/manager-worker.js +10 -10
- package/dist/mcp/direct-chat-channel.js +24 -0
- package/dist/mcp/index.js +23 -1
- package/dist/mcp/origami.js +24 -0
- package/dist/mcp/slack-channel.js +24 -0
- package/dist/mcp/telegram-channel.js +24 -0
- package/dist/mcp/xero.js +81 -19
- package/dist/{persistent-session-3SY36KIU.js → persistent-session-ZB5BXOWR.js} +2 -2
- package/dist/{responsiveness-probe-DSWGHXGG.js → responsiveness-probe-4KU7FOTM.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-IBI6VSGP.js.map → chunk-RDDUP6Z4.js.map} +0 -0
- /package/dist/{claude-pair-runtime-FWD7QWAR.js.map → claude-pair-runtime-4JSAVQLI.js.map} +0 -0
- /package/dist/{persistent-session-3SY36KIU.js.map → persistent-session-ZB5BXOWR.js.map} +0 -0
- /package/dist/{responsiveness-probe-DSWGHXGG.js.map → responsiveness-probe-4KU7FOTM.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
success,
|
|
41
41
|
table,
|
|
42
42
|
warn
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-RDDUP6Z4.js";
|
|
44
44
|
import {
|
|
45
45
|
AnchorSessionClient,
|
|
46
46
|
CHANNEL_REGISTRY,
|
|
@@ -71,7 +71,7 @@ import {
|
|
|
71
71
|
requiredMcpWildcard,
|
|
72
72
|
resolveChannels,
|
|
73
73
|
serializeManifestForSlackCli
|
|
74
|
-
} from "../chunk-
|
|
74
|
+
} from "../chunk-SSRYNA7T.js";
|
|
75
75
|
import "../chunk-XWVM4KPK.js";
|
|
76
76
|
|
|
77
77
|
// src/bin/agt.ts
|
|
@@ -4834,7 +4834,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4834
4834
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4835
4835
|
import chalk18 from "chalk";
|
|
4836
4836
|
import ora16 from "ora";
|
|
4837
|
-
var cliVersion = true ? "0.28.
|
|
4837
|
+
var cliVersion = true ? "0.28.518" : "dev";
|
|
4838
4838
|
async function fetchLatestVersion() {
|
|
4839
4839
|
const host2 = getHost();
|
|
4840
4840
|
if (!host2) return null;
|
|
@@ -6006,7 +6006,7 @@ function handleError(err) {
|
|
|
6006
6006
|
}
|
|
6007
6007
|
|
|
6008
6008
|
// src/bin/agt.ts
|
|
6009
|
-
var cliVersion2 = true ? "0.28.
|
|
6009
|
+
var cliVersion2 = true ? "0.28.518" : "dev";
|
|
6010
6010
|
var program = new Command();
|
|
6011
6011
|
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");
|
|
6012
6012
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
resolveConnectivityProbe,
|
|
43
43
|
worseConnectivityOutcome,
|
|
44
44
|
wrapScheduledTaskPrompt
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-SSRYNA7T.js";
|
|
46
46
|
import {
|
|
47
47
|
parsePsRows
|
|
48
48
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -5317,7 +5317,7 @@ function exchangeFailureKind(err) {
|
|
|
5317
5317
|
}
|
|
5318
5318
|
|
|
5319
5319
|
// src/lib/api-client.ts
|
|
5320
|
-
var agtCliVersion = true ? "0.28.
|
|
5320
|
+
var agtCliVersion = true ? "0.28.518" : "dev";
|
|
5321
5321
|
var lastConfigHash = null;
|
|
5322
5322
|
function setConfigHash(hash) {
|
|
5323
5323
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -8629,4 +8629,4 @@ export {
|
|
|
8629
8629
|
managerInstallSystemUnitCommand,
|
|
8630
8630
|
managerUninstallSystemUnitCommand
|
|
8631
8631
|
};
|
|
8632
|
-
//# sourceMappingURL=chunk-
|
|
8632
|
+
//# sourceMappingURL=chunk-RDDUP6Z4.js.map
|
|
@@ -10460,6 +10460,30 @@ var FLAG_REGISTRY = [
|
|
|
10460
10460
|
// must never be serialized into the browser map.
|
|
10461
10461
|
defaultValue: false
|
|
10462
10462
|
},
|
|
10463
|
+
{
|
|
10464
|
+
key: "agent-unified-screen",
|
|
10465
|
+
description: 'Unified agent screen redesign (ENG-8478 epic / ENG-8480). When ON, the webapp renders the new single-screen "viewing is editing" agent surface (stripped-back hero, working agent switcher, inline-editable profile, embedded operational panels + a live direct-chat drawer) in place of the separate agent view/edit pages; when OFF, the current view/edit pages are unchanged. Additive UI gate \u2014 no data-model change: each panel reads the same existing endpoints the current pages use. Composes independently with app-top-nav-shell (the two flags are reconciled in ENG-8488). Ships dark.',
|
|
10466
|
+
flagType: "boolean",
|
|
10467
|
+
// Declared safe value is `false` = the current view/edit pages. A flag-DB read
|
|
10468
|
+
// error must fall back to what ships today, never a half-built redesign.
|
|
10469
|
+
defaultValue: false,
|
|
10470
|
+
// Read CLIENT-SIDE by the agent screen ("use client") via usePublicBooleanFlag,
|
|
10471
|
+
// so the key must be in the browser-exposed public map. Additive viewer gate,
|
|
10472
|
+
// resolved within the active-org cookie's scope — not sensitive.
|
|
10473
|
+
public: true
|
|
10474
|
+
},
|
|
10475
|
+
{
|
|
10476
|
+
key: "app-top-nav-shell",
|
|
10477
|
+
description: "Global top-navigation shell redesign (ENG-8478 epic / ENG-8486). When ON, the dashboard chrome replaces the left sidebar with a top navigation bar (team switcher \xB7 destinations \xB7 command palette + account) so the left side is free for an agent-scoped rail; when OFF, the existing left sidebar is unchanged. Additive layout gate \u2014 no data-model change. Composes independently with agent-unified-screen (the two flags are reconciled in ENG-8488). Ships dark.",
|
|
10478
|
+
flagType: "boolean",
|
|
10479
|
+
// Declared safe value is `false` = the current left sidebar. Fail-closed to the
|
|
10480
|
+
// shell that ships today if the flag DB is unreachable.
|
|
10481
|
+
defaultValue: false,
|
|
10482
|
+
// Read CLIENT-SIDE by the dashboard layout + sidebar ("use client") via
|
|
10483
|
+
// usePublicBooleanFlag, so the key must be in the browser-exposed public map.
|
|
10484
|
+
// Additive layout gate — not sensitive.
|
|
10485
|
+
public: true
|
|
10486
|
+
},
|
|
10463
10487
|
{
|
|
10464
10488
|
key: "ninjafy-brand",
|
|
10465
10489
|
description: 'Present the product under the Ninjafy brand instead of Augmented Team (ENG-8250). This is the UMBRELLA brand gate, not a one-off nav toggle: every subsequent rebrand surface (page titles, email templates, marketing-facing copy) reads THIS key rather than adding its own flag, so the whole rebrand keeps a single kill switch. First surface is the left-hand nav wordmark \u2014 ON replaces the human+robot mark and the "augmented.team" text with italic lowercase "ninjafy"; OFF renders exactly what shipped before. Scope is USER-FACING BRAND TEXT ONLY: it must never gate a code identifier, package name, env var or CLI name, which stay `Augmented`/`agt` per the CLAUDE.md naming contract (the deep code rename is workstream C of docs/runbooks/rebrand-ninjafy-migration.md and is out of scope here). Set the stage-wide default to flip a whole environment, or add a feature_flag_overrides row to pilot one organization while every other org still sees Augmented. Ships dark.',
|
|
@@ -15039,4 +15063,4 @@ export {
|
|
|
15039
15063
|
stopAllSessionsAndWait,
|
|
15040
15064
|
getProjectDir
|
|
15041
15065
|
};
|
|
15042
|
-
//# sourceMappingURL=chunk-
|
|
15066
|
+
//# sourceMappingURL=chunk-SSRYNA7T.js.map
|