@integrity-labs/agt-cli 0.28.672 → 0.28.674
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-YAVWYI5S.js → chunk-7Y54PSMR.js} +88 -3
- package/dist/chunk-7Y54PSMR.js.map +1 -0
- package/dist/{chunk-YOID6KOQ.js → chunk-AJNES24H.js} +33 -9
- package/dist/chunk-AJNES24H.js.map +1 -0
- package/dist/{chunk-EX6INJDG.js → chunk-ZD72DPZT.js} +4 -4
- package/dist/{claude-pair-runtime-UZ2JB2KY.js → claude-pair-runtime-VAU7UXE4.js} +2 -2
- package/dist/lib/manager-worker.js +39 -15
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +7 -8
- package/dist/mcp/index.js +7 -8
- package/dist/mcp/origami.js +7 -8
- package/dist/mcp/slack-channel.js +14 -9
- package/dist/mcp/telegram-channel.js +14 -9
- package/dist/{persistent-session-PYAJ4VJW.js → persistent-session-F7JEOWHQ.js} +3 -3
- package/dist/{responsiveness-probe-5I2LIVCA.js → responsiveness-probe-7465YNMN.js} +3 -3
- package/dist/{session-auth-dead-NUX643UJ.js → session-auth-dead-GBC5QPH3.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-YAVWYI5S.js.map +0 -1
- package/dist/chunk-YOID6KOQ.js.map +0 -1
- /package/dist/{chunk-EX6INJDG.js.map → chunk-ZD72DPZT.js.map} +0 -0
- /package/dist/{claude-pair-runtime-UZ2JB2KY.js.map → claude-pair-runtime-VAU7UXE4.js.map} +0 -0
- /package/dist/{persistent-session-PYAJ4VJW.js.map → persistent-session-F7JEOWHQ.js.map} +0 -0
- /package/dist/{responsiveness-probe-5I2LIVCA.js.map → responsiveness-probe-7465YNMN.js.map} +0 -0
- /package/dist/{session-auth-dead-NUX643UJ.js.map → session-auth-dead-GBC5QPH3.js.map} +0 -0
|
@@ -36468,14 +36468,13 @@ var FLAG_REGISTRY = [
|
|
|
36468
36468
|
// (mirrors scheduled-task-nudge-durable). Turning it ON removes plaintext at rest.
|
|
36469
36469
|
defaultValue: false,
|
|
36470
36470
|
// ENG-7997 flip-reach estimate: `since` is the first agt-cli build whose
|
|
36471
|
-
// dist carries this host-side reader.
|
|
36472
|
-
//
|
|
36473
|
-
//
|
|
36474
|
-
//
|
|
36475
|
-
//
|
|
36476
|
-
//
|
|
36477
|
-
|
|
36478
|
-
since: "99.0.0"
|
|
36471
|
+
// dist carries this host-side reader. The ENG-9350 merge auto-published
|
|
36472
|
+
// 0.28.672, and `npm pack @integrity-labs/agt-cli@0.28.672` confirms its
|
|
36473
|
+
// bundled dist contains `spawn-inject-channel-secrets` (the reader) — every
|
|
36474
|
+
// earlier 0.28.x lacks it. So hosts on ≥ 0.28.672 honor a flip; older ones
|
|
36475
|
+
// no-op until they self-update. (Replaced the 99.0.0 fail-safe placeholder
|
|
36476
|
+
// the flag shipped with before this build was known.)
|
|
36477
|
+
since: "0.28.672"
|
|
36479
36478
|
},
|
|
36480
36479
|
{
|
|
36481
36480
|
key: "scheduled-task-confirmation-card",
|
package/dist/mcp/index.js
CHANGED
|
@@ -43407,14 +43407,13 @@ var FLAG_REGISTRY = [
|
|
|
43407
43407
|
// (mirrors scheduled-task-nudge-durable). Turning it ON removes plaintext at rest.
|
|
43408
43408
|
defaultValue: false,
|
|
43409
43409
|
// ENG-7997 flip-reach estimate: `since` is the first agt-cli build whose
|
|
43410
|
-
// dist carries this host-side reader.
|
|
43411
|
-
//
|
|
43412
|
-
//
|
|
43413
|
-
//
|
|
43414
|
-
//
|
|
43415
|
-
//
|
|
43416
|
-
|
|
43417
|
-
since: "99.0.0"
|
|
43410
|
+
// dist carries this host-side reader. The ENG-9350 merge auto-published
|
|
43411
|
+
// 0.28.672, and `npm pack @integrity-labs/agt-cli@0.28.672` confirms its
|
|
43412
|
+
// bundled dist contains `spawn-inject-channel-secrets` (the reader) — every
|
|
43413
|
+
// earlier 0.28.x lacks it. So hosts on ≥ 0.28.672 honor a flip; older ones
|
|
43414
|
+
// no-op until they self-update. (Replaced the 99.0.0 fail-safe placeholder
|
|
43415
|
+
// the flag shipped with before this build was known.)
|
|
43416
|
+
since: "0.28.672"
|
|
43418
43417
|
},
|
|
43419
43418
|
{
|
|
43420
43419
|
key: "scheduled-task-confirmation-card",
|
package/dist/mcp/origami.js
CHANGED
|
@@ -42218,14 +42218,13 @@ var FLAG_REGISTRY = [
|
|
|
42218
42218
|
// (mirrors scheduled-task-nudge-durable). Turning it ON removes plaintext at rest.
|
|
42219
42219
|
defaultValue: false,
|
|
42220
42220
|
// ENG-7997 flip-reach estimate: `since` is the first agt-cli build whose
|
|
42221
|
-
// dist carries this host-side reader.
|
|
42222
|
-
//
|
|
42223
|
-
//
|
|
42224
|
-
//
|
|
42225
|
-
//
|
|
42226
|
-
//
|
|
42227
|
-
|
|
42228
|
-
since: "99.0.0"
|
|
42221
|
+
// dist carries this host-side reader. The ENG-9350 merge auto-published
|
|
42222
|
+
// 0.28.672, and `npm pack @integrity-labs/agt-cli@0.28.672` confirms its
|
|
42223
|
+
// bundled dist contains `spawn-inject-channel-secrets` (the reader) — every
|
|
42224
|
+
// earlier 0.28.x lacks it. So hosts on ≥ 0.28.672 honor a flip; older ones
|
|
42225
|
+
// no-op until they self-update. (Replaced the 99.0.0 fail-safe placeholder
|
|
42226
|
+
// the flag shipped with before this build was known.)
|
|
42227
|
+
since: "0.28.672"
|
|
42229
42228
|
},
|
|
42230
42229
|
{
|
|
42231
42230
|
key: "scheduled-task-confirmation-card",
|
|
@@ -36701,14 +36701,13 @@ var FLAG_REGISTRY = [
|
|
|
36701
36701
|
// (mirrors scheduled-task-nudge-durable). Turning it ON removes plaintext at rest.
|
|
36702
36702
|
defaultValue: false,
|
|
36703
36703
|
// ENG-7997 flip-reach estimate: `since` is the first agt-cli build whose
|
|
36704
|
-
// dist carries this host-side reader.
|
|
36705
|
-
//
|
|
36706
|
-
//
|
|
36707
|
-
//
|
|
36708
|
-
//
|
|
36709
|
-
//
|
|
36710
|
-
|
|
36711
|
-
since: "99.0.0"
|
|
36704
|
+
// dist carries this host-side reader. The ENG-9350 merge auto-published
|
|
36705
|
+
// 0.28.672, and `npm pack @integrity-labs/agt-cli@0.28.672` confirms its
|
|
36706
|
+
// bundled dist contains `spawn-inject-channel-secrets` (the reader) — every
|
|
36707
|
+
// earlier 0.28.x lacks it. So hosts on ≥ 0.28.672 honor a flip; older ones
|
|
36708
|
+
// no-op until they self-update. (Replaced the 99.0.0 fail-safe placeholder
|
|
36709
|
+
// the flag shipped with before this build was known.)
|
|
36710
|
+
since: "0.28.672"
|
|
36712
36711
|
},
|
|
36713
36712
|
{
|
|
36714
36713
|
key: "scheduled-task-confirmation-card",
|
|
@@ -37871,7 +37870,13 @@ var SECRET_PATTERNS = [
|
|
|
37871
37870
|
// AWS access key IDs
|
|
37872
37871
|
{ re: /(?:AKIA|ASIA)[0-9A-Z]{16}/g, label: "aws-key" },
|
|
37873
37872
|
// GitHub tokens
|
|
37874
|
-
{ re: /gh[pousr]_[A-Za-z0-9]{20,}/g, label: "github-token" }
|
|
37873
|
+
{ re: /gh[pousr]_[A-Za-z0-9]{20,}/g, label: "github-token" },
|
|
37874
|
+
// Telegram bot tokens: <8-10 digit bot id>:<35-char secret> (ENG-9353).
|
|
37875
|
+
{ re: /[0-9]{8,10}:[A-Za-z0-9_-]{35}/g, label: "telegram-bot-token" },
|
|
37876
|
+
// Bearer authorization tokens (opaque or JWT); 16+ chars so ordinary
|
|
37877
|
+
// "Bearer authentication" prose is left intact. `[ \t]+` (not `\s+`) so the
|
|
37878
|
+
// match cannot span a newline and swallow the line break (ENG-9353).
|
|
37879
|
+
{ re: /[Bb]earer[ \t]+[A-Za-z0-9._-]{16,}/g, label: "bearer-token" }
|
|
37875
37880
|
];
|
|
37876
37881
|
function redactPaneText(text) {
|
|
37877
37882
|
let out = redactAugmentedPaths(text);
|
|
@@ -36845,14 +36845,13 @@ var FLAG_REGISTRY = [
|
|
|
36845
36845
|
// (mirrors scheduled-task-nudge-durable). Turning it ON removes plaintext at rest.
|
|
36846
36846
|
defaultValue: false,
|
|
36847
36847
|
// ENG-7997 flip-reach estimate: `since` is the first agt-cli build whose
|
|
36848
|
-
// dist carries this host-side reader.
|
|
36849
|
-
//
|
|
36850
|
-
//
|
|
36851
|
-
//
|
|
36852
|
-
//
|
|
36853
|
-
//
|
|
36854
|
-
|
|
36855
|
-
since: "99.0.0"
|
|
36848
|
+
// dist carries this host-side reader. The ENG-9350 merge auto-published
|
|
36849
|
+
// 0.28.672, and `npm pack @integrity-labs/agt-cli@0.28.672` confirms its
|
|
36850
|
+
// bundled dist contains `spawn-inject-channel-secrets` (the reader) — every
|
|
36851
|
+
// earlier 0.28.x lacks it. So hosts on ≥ 0.28.672 honor a flip; older ones
|
|
36852
|
+
// no-op until they self-update. (Replaced the 99.0.0 fail-safe placeholder
|
|
36853
|
+
// the flag shipped with before this build was known.)
|
|
36854
|
+
since: "0.28.672"
|
|
36856
36855
|
},
|
|
36857
36856
|
{
|
|
36858
36857
|
key: "scheduled-task-confirmation-card",
|
|
@@ -38238,7 +38237,13 @@ var SECRET_PATTERNS = [
|
|
|
38238
38237
|
// AWS access key IDs
|
|
38239
38238
|
{ re: /(?:AKIA|ASIA)[0-9A-Z]{16}/g, label: "aws-key" },
|
|
38240
38239
|
// GitHub tokens
|
|
38241
|
-
{ re: /gh[pousr]_[A-Za-z0-9]{20,}/g, label: "github-token" }
|
|
38240
|
+
{ re: /gh[pousr]_[A-Za-z0-9]{20,}/g, label: "github-token" },
|
|
38241
|
+
// Telegram bot tokens: <8-10 digit bot id>:<35-char secret> (ENG-9353).
|
|
38242
|
+
{ re: /[0-9]{8,10}:[A-Za-z0-9_-]{35}/g, label: "telegram-bot-token" },
|
|
38243
|
+
// Bearer authorization tokens (opaque or JWT); 16+ chars so ordinary
|
|
38244
|
+
// "Bearer authentication" prose is left intact. `[ \t]+` (not `\s+`) so the
|
|
38245
|
+
// match cannot span a newline and swallow the line break (ENG-9353).
|
|
38246
|
+
{ re: /[Bb]earer[ \t]+[A-Za-z0-9._-]{16,}/g, label: "bearer-token" }
|
|
38242
38247
|
];
|
|
38243
38248
|
function redactPaneText(text) {
|
|
38244
38249
|
let out = redactAugmentedPaths(text);
|
|
@@ -43,8 +43,8 @@ import {
|
|
|
43
43
|
writeDirectChatSessionState,
|
|
44
44
|
writeEgressAllowlist,
|
|
45
45
|
writePersistentClaudeWrapper
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import "./chunk-
|
|
46
|
+
} from "./chunk-7Y54PSMR.js";
|
|
47
|
+
import "./chunk-AJNES24H.js";
|
|
48
48
|
import "./chunk-XWVM4KPK.js";
|
|
49
49
|
export {
|
|
50
50
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -92,4 +92,4 @@ export {
|
|
|
92
92
|
writeEgressAllowlist,
|
|
93
93
|
writePersistentClaudeWrapper
|
|
94
94
|
};
|
|
95
|
-
//# sourceMappingURL=persistent-session-
|
|
95
|
+
//# sourceMappingURL=persistent-session-F7JEOWHQ.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-7Y54PSMR.js";
|
|
4
|
+
import "./chunk-AJNES24H.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -727,4 +727,4 @@ export {
|
|
|
727
727
|
readAndResetSlackReplyBindingClassifications,
|
|
728
728
|
readAndResetSlackReplyTargetClassifications
|
|
729
729
|
};
|
|
730
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
730
|
+
//# sourceMappingURL=responsiveness-probe-7465YNMN.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sessionTranscriptDir
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-AJNES24H.js";
|
|
4
4
|
|
|
5
5
|
// src/lib/session-auth-dead.ts
|
|
6
6
|
import { closeSync, openSync, readSync, readdirSync, statSync } from "fs";
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
decideSessionAuthState,
|
|
204
204
|
probeSessionAuth
|
|
205
205
|
};
|
|
206
|
-
//# sourceMappingURL=session-auth-dead-
|
|
206
|
+
//# sourceMappingURL=session-auth-dead-GBC5QPH3.js.map
|