@integrity-labs/agt-cli 0.28.669 → 0.28.670
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-U5EI5SXJ.js → chunk-5GDKWIB3.js} +2 -2
- package/dist/{chunk-4GA4K2BF.js → chunk-HGVJVYKW.js} +33 -22
- package/dist/chunk-HGVJVYKW.js.map +1 -0
- package/dist/{chunk-TUQQYFGV.js → chunk-Z4O42VGJ.js} +4 -4
- package/dist/chunk-Z4O42VGJ.js.map +1 -0
- package/dist/{claude-pair-runtime-ZBI2RWAO.js → claude-pair-runtime-W6KBVHK4.js} +2 -2
- package/dist/lib/manager-worker.js +13 -13
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +31 -20
- package/dist/mcp/index.js +31 -20
- package/dist/mcp/origami.js +31 -20
- package/dist/mcp/slack-channel.js +31 -20
- package/dist/mcp/telegram-channel.js +31 -20
- package/dist/{persistent-session-4LP3DQ5U.js → persistent-session-RZH67PNC.js} +3 -3
- package/dist/{responsiveness-probe-P3GHBH2Y.js → responsiveness-probe-NPNMNOFF.js} +3 -3
- package/dist/{session-auth-dead-3QN24ELV.js → session-auth-dead-CFAYSZ43.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-4GA4K2BF.js.map +0 -1
- package/dist/chunk-TUQQYFGV.js.map +0 -1
- /package/dist/{chunk-U5EI5SXJ.js.map → chunk-5GDKWIB3.js.map} +0 -0
- /package/dist/{claude-pair-runtime-ZBI2RWAO.js.map → claude-pair-runtime-W6KBVHK4.js.map} +0 -0
- /package/dist/{persistent-session-4LP3DQ5U.js.map → persistent-session-RZH67PNC.js.map} +0 -0
- /package/dist/{responsiveness-probe-P3GHBH2Y.js.map → responsiveness-probe-NPNMNOFF.js.map} +0 -0
- /package/dist/{session-auth-dead-3QN24ELV.js.map → session-auth-dead-CFAYSZ43.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-Z4O42VGJ.js";
|
|
44
44
|
import {
|
|
45
45
|
readDirectChatSessionState
|
|
46
|
-
} from "../chunk-
|
|
46
|
+
} from "../chunk-5GDKWIB3.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-HGVJVYKW.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.670" : "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.670" : "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) => {
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
rotateDailySession,
|
|
17
17
|
sessionFileExists,
|
|
18
18
|
todayLocalIso
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-HGVJVYKW.js";
|
|
20
20
|
import {
|
|
21
21
|
reapOrphanChannelMcps
|
|
22
22
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -4335,4 +4335,4 @@ export {
|
|
|
4335
4335
|
stopAllSessionsAndWait,
|
|
4336
4336
|
getProjectDir
|
|
4337
4337
|
};
|
|
4338
|
-
//# sourceMappingURL=chunk-
|
|
4338
|
+
//# sourceMappingURL=chunk-5GDKWIB3.js.map
|
|
@@ -297,7 +297,7 @@ is the failure this rule exists to stop.
|
|
|
297
297
|
var ACTIVE_TASKS_MAX_CHARS = 800;
|
|
298
298
|
var ACTIVE_TASKS_TRUNCATION_SUFFIX = "\u2026 (truncated)\n\n";
|
|
299
299
|
function sanitizePromptText(value) {
|
|
300
|
-
return value.replace(/[
|
|
300
|
+
return value.replace(/[\u0000-\u001F\u007F]+/g, " ").replace(/\s+/g, " ").trim();
|
|
301
301
|
}
|
|
302
302
|
function buildActiveTasksSection(activeTasks) {
|
|
303
303
|
if (!activeTasks || activeTasks.length === 0)
|
|
@@ -4982,29 +4982,40 @@ var FLAG_REGISTRY = [
|
|
|
4982
4982
|
// write path, not a host's local environment file. One more reason not to
|
|
4983
4983
|
// canary with it.
|
|
4984
4984
|
envVar: "AGT_MEMORY_TOMBSTONES_ENABLED",
|
|
4985
|
-
//
|
|
4985
|
+
// Pinned to the first PUBLISHED agt-cli whose manager carries a WORKING
|
|
4986
|
+
// reader, verified against the tarball rather than inferred from the merge.
|
|
4987
|
+
// ENG-9229 + ENG-9257 merged as 91a67cb08, but auto-publish patch-bumps
|
|
4988
|
+
// from whatever is on main, so the merge does not name a version: a second
|
|
4989
|
+
// CLI-touching merge landed eight minutes later, and `latest` was already
|
|
4990
|
+
// past our cut by the time anyone looked. What settles it is
|
|
4991
|
+
// `npm pack @integrity-labs/agt-cli@<v>` + grep of
|
|
4992
|
+
// package/dist/lib/manager-worker.js (the manager is the actual reader; the
|
|
4993
|
+
// dist/mcp/* occurrences are bundling artifacts). 0.28.666 carries NONE of
|
|
4994
|
+
// `_memory-retirement`, `memory-file-tombstones`, `applyMemoryTombstones`,
|
|
4995
|
+
// `memory-retirement-report`; 0.28.667 carries all four.
|
|
4986
4996
|
//
|
|
4987
|
-
//
|
|
4988
|
-
//
|
|
4989
|
-
//
|
|
4990
|
-
//
|
|
4991
|
-
//
|
|
4992
|
-
//
|
|
4993
|
-
//
|
|
4997
|
+
// ALL FOUR, because this has to name the first build where flipping the
|
|
4998
|
+
// flag does what the flag SAYS, not merely the first build with a reader:
|
|
4999
|
+
// the write-time manifest gate, the tombstone pass sitting above the
|
|
5000
|
+
// download short-circuit, the response hash covering the tombstone list,
|
|
5001
|
+
// and the report-back. Ship a build missing any of those and reach reports
|
|
5002
|
+
// `honors` for hosts that silently never act. Here they shipped in one
|
|
5003
|
+
// merge so they could not be split across versions - that is a property of
|
|
5004
|
+
// this cut, not a guarantee about the next one.
|
|
4994
5005
|
//
|
|
4995
|
-
//
|
|
4996
|
-
//
|
|
4997
|
-
//
|
|
5006
|
+
// MOVE THIS PIN whenever a change alters what arming the flag DOES on a
|
|
5007
|
+
// host, to the first version carrying the CHANGED behaviour, and verify
|
|
5008
|
+
// that one against the tarball too (apps/cli/package.json is not the
|
|
5009
|
+
// published number). See `tool-call-audit` above, where the pin was NOT
|
|
5010
|
+
// moved at such a merge and went stale for a day.
|
|
4998
5011
|
//
|
|
4999
|
-
//
|
|
5000
|
-
//
|
|
5001
|
-
//
|
|
5002
|
-
//
|
|
5003
|
-
//
|
|
5004
|
-
//
|
|
5005
|
-
|
|
5006
|
-
// of those and reach reports `honors` for hosts that silently never act.
|
|
5007
|
-
since: "99.99.99"
|
|
5012
|
+
// WHY THIS FIELD IS NEVER OMITTED, whatever it is set to. classifyHostReach
|
|
5013
|
+
// (packages/core/src/feature-flags/reach.ts) maps an empty `since` to
|
|
5014
|
+
// `honors` for EVERY host including ones with no reader at all, and maps an
|
|
5015
|
+
// unparseable one to `unknown` - which collides with the "host reports no
|
|
5016
|
+
// agt_version" class, so an operator cannot tell "not shipped yet" from
|
|
5017
|
+
// "these hosts are unreadable". Both outlive this particular version.
|
|
5018
|
+
since: "0.28.667"
|
|
5008
5019
|
},
|
|
5009
5020
|
{
|
|
5010
5021
|
key: "conversation-eval-backend",
|
|
@@ -12421,4 +12432,4 @@ export {
|
|
|
12421
12432
|
minutesSinceLocalMidnight,
|
|
12422
12433
|
peekCurrentSession
|
|
12423
12434
|
};
|
|
12424
|
-
//# sourceMappingURL=chunk-
|
|
12435
|
+
//# sourceMappingURL=chunk-HGVJVYKW.js.map
|