@integrity-labs/agt-cli 0.28.186 → 0.28.188
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-ERHHYBVS.js → chunk-C7VSGFDC.js} +17 -1
- package/dist/chunk-C7VSGFDC.js.map +1 -0
- package/dist/{chunk-3UMHVNGB.js → chunk-LRUP3ZIO.js} +3 -3
- package/dist/{chunk-ORO4YLTN.js → chunk-SJ3TWGEN.js} +2 -2
- package/dist/{claude-pair-runtime-VBTV4KZO.js → claude-pair-runtime-NOZN3WKM.js} +2 -2
- package/dist/lib/manager-worker.js +123 -44
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/index.js +3 -3
- package/dist/{persistent-session-SNLNY2VB.js → persistent-session-HXTMZX67.js} +3 -3
- package/dist/{responsiveness-probe-6HC3PENG.js → responsiveness-probe-2OV5K45J.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-ERHHYBVS.js.map +0 -1
- /package/dist/{chunk-3UMHVNGB.js.map → chunk-LRUP3ZIO.js.map} +0 -0
- /package/dist/{chunk-ORO4YLTN.js.map → chunk-SJ3TWGEN.js.map} +0 -0
- /package/dist/{claude-pair-runtime-VBTV4KZO.js.map → claude-pair-runtime-NOZN3WKM.js.map} +0 -0
- /package/dist/{persistent-session-SNLNY2VB.js.map → persistent-session-HXTMZX67.js.map} +0 -0
- /package/dist/{responsiveness-probe-6HC3PENG.js.map → responsiveness-probe-2OV5K45J.js.map} +0 -0
package/dist/mcp/index.js
CHANGED
|
@@ -22391,10 +22391,10 @@ server.tool(
|
|
|
22391
22391
|
);
|
|
22392
22392
|
server.tool(
|
|
22393
22393
|
"request_buttons",
|
|
22394
|
-
'Ask a user to pick ONE option by tapping a button, then END YOUR TURN. Posts a small button card (2-4 choices) into a Slack channel; the platform delivers the tapped choice back to you later as a direct-chat message (payload.kind = "button_click", payload.value / payload.label), carrying source_channel so you reply in the original conversation. Use this for a quick one-of-N decision ("merge it?", "which environment?", "approve copy A/B/C?") when your turn can end rather than block. Buttons only COLLECT a choice; they grant no permission, and any privileged action you take in response runs under your own authority. Slack
|
|
22394
|
+
'Ask a user to pick ONE option by tapping a button, then END YOUR TURN. Posts a small button card (2-4 choices) into a Slack channel; the platform delivers the tapped choice back to you later as a direct-chat message (payload.kind = "button_click", payload.value / payload.label), carrying source_channel so you reply in the original conversation. Use this for a quick one-of-N decision ("merge it?", "which environment?", "approve copy A/B/C?") when your turn can end rather than block. Buttons only COLLECT a choice; they grant no permission, and any privileged action you take in response runs under your own authority. Works on Slack and Telegram channels.',
|
|
22395
22395
|
{
|
|
22396
|
-
channel_id: external_exports.string().min(1).describe("Slack channel id (C.../G..., NOT a name)
|
|
22397
|
-
thread_ts: external_exports.string().optional().describe("Optional Slack thread_ts
|
|
22396
|
+
channel_id: external_exports.string().min(1).describe("Channel to post the buttons into: a Slack channel id (C.../G..., NOT a name \u2014 resolve via slack.list_channels first) or a Telegram chat id (numeric, negative for groups)."),
|
|
22397
|
+
thread_ts: external_exports.string().optional().describe("Optional thread anchor: a Slack thread_ts, or a Telegram message id to reply to. Omit to post top-level."),
|
|
22398
22398
|
prompt_text: external_exports.string().min(1).max(3e3).describe("The question / context shown above the buttons."),
|
|
22399
22399
|
options: external_exports.array(
|
|
22400
22400
|
external_exports.object({
|
|
@@ -34,8 +34,8 @@ import {
|
|
|
34
34
|
writeDirectChatSessionState,
|
|
35
35
|
writeEgressAllowlist,
|
|
36
36
|
writePersistentClaudeWrapper
|
|
37
|
-
} from "./chunk-
|
|
38
|
-
import "./chunk-
|
|
37
|
+
} from "./chunk-SJ3TWGEN.js";
|
|
38
|
+
import "./chunk-C7VSGFDC.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-HXTMZX67.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-SJ3TWGEN.js";
|
|
4
|
+
import "./chunk-C7VSGFDC.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -304,4 +304,4 @@ export {
|
|
|
304
304
|
readAndResetChannelDeflections,
|
|
305
305
|
readAndResetChannelLaneClassifications
|
|
306
306
|
};
|
|
307
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
307
|
+
//# sourceMappingURL=responsiveness-probe-2OV5K45J.js.map
|