@integrity-labs/agt-cli 0.28.97 → 0.28.99
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-TRKWWYRN.js → chunk-IPSZZQ3D.js} +35 -2
- package/dist/{chunk-TRKWWYRN.js.map → chunk-IPSZZQ3D.js.map} +1 -1
- package/dist/{chunk-EN7ZKY4A.js → chunk-QPQRF6F4.js} +3 -3
- package/dist/{chunk-5NQ652SP.js → chunk-TGGRM5NJ.js} +2 -2
- package/dist/{claude-pair-runtime-2ISKH4M2.js → claude-pair-runtime-LDBMWVTP.js} +2 -2
- package/dist/lib/manager-worker.js +28 -17
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/telegram-channel.js +6 -2
- package/dist/{persistent-session-KAOPVQPC.js → persistent-session-3OABTEPN.js} +3 -3
- package/dist/{responsiveness-probe-OJPF6XDF.js → responsiveness-probe-IES7QHV5.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-EN7ZKY4A.js.map → chunk-QPQRF6F4.js.map} +0 -0
- /package/dist/{chunk-5NQ652SP.js.map → chunk-TGGRM5NJ.js.map} +0 -0
- /package/dist/{claude-pair-runtime-2ISKH4M2.js.map → claude-pair-runtime-LDBMWVTP.js.map} +0 -0
- /package/dist/{persistent-session-KAOPVQPC.js.map → persistent-session-3OABTEPN.js.map} +0 -0
- /package/dist/{responsiveness-probe-OJPF6XDF.js.map → responsiveness-probe-IES7QHV5.js.map} +0 -0
|
@@ -15698,14 +15698,18 @@ var RESTART = {
|
|
|
15698
15698
|
command: "restart",
|
|
15699
15699
|
description: "Restart this agent"
|
|
15700
15700
|
};
|
|
15701
|
+
var ONBOARD = {
|
|
15702
|
+
command: "onboard",
|
|
15703
|
+
description: "Re-run this agent's onboarding (re-interview; config kept)"
|
|
15704
|
+
};
|
|
15701
15705
|
var INVESTIGATE = {
|
|
15702
15706
|
command: "investigate",
|
|
15703
15707
|
description: "Live tail of this agent's terminal pane (operators only)"
|
|
15704
15708
|
};
|
|
15705
15709
|
function buildCommandRegistrations() {
|
|
15706
15710
|
return [
|
|
15707
|
-
{ scope: { type: "default" }, commands: [HELP, STATUS, RESTART] },
|
|
15708
|
-
{ scope: { type: "all_private_chats" }, commands: [HELP, STATUS, RESTART, INVESTIGATE] }
|
|
15711
|
+
{ scope: { type: "default" }, commands: [HELP, STATUS, RESTART, ONBOARD] },
|
|
15712
|
+
{ scope: { type: "all_private_chats" }, commands: [HELP, STATUS, RESTART, ONBOARD, INVESTIGATE] }
|
|
15709
15713
|
];
|
|
15710
15714
|
}
|
|
15711
15715
|
|
|
@@ -34,8 +34,8 @@ import {
|
|
|
34
34
|
writeDirectChatSessionState,
|
|
35
35
|
writeEgressAllowlist,
|
|
36
36
|
writePersistentClaudeWrapper
|
|
37
|
-
} from "./chunk-
|
|
38
|
-
import "./chunk-
|
|
37
|
+
} from "./chunk-TGGRM5NJ.js";
|
|
38
|
+
import "./chunk-IPSZZQ3D.js";
|
|
39
39
|
import "./chunk-XWVM4KPK.js";
|
|
40
40
|
export {
|
|
41
41
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -74,4 +74,4 @@ export {
|
|
|
74
74
|
writeEgressAllowlist,
|
|
75
75
|
writePersistentClaudeWrapper
|
|
76
76
|
};
|
|
77
|
-
//# sourceMappingURL=persistent-session-
|
|
77
|
+
//# sourceMappingURL=persistent-session-3OABTEPN.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-TGGRM5NJ.js";
|
|
4
|
+
import "./chunk-IPSZZQ3D.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -250,4 +250,4 @@ export {
|
|
|
250
250
|
parkPendingInbound,
|
|
251
251
|
readAndResetChannelDeflections
|
|
252
252
|
};
|
|
253
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
253
|
+
//# sourceMappingURL=responsiveness-probe-IES7QHV5.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|