@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/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 channels only for now.',
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) to post the buttons into. Resolve names via slack.list_channels first."),
22397
- thread_ts: external_exports.string().optional().describe("Optional Slack thread_ts to post inside a thread; omit to post top-level in the channel."),
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-ORO4YLTN.js";
38
- import "./chunk-ERHHYBVS.js";
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-SNLNY2VB.js.map
77
+ //# sourceMappingURL=persistent-session-HXTMZX67.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-ORO4YLTN.js";
4
- import "./chunk-ERHHYBVS.js";
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-6HC3PENG.js.map
307
+ //# sourceMappingURL=responsiveness-probe-2OV5K45J.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.186",
3
+ "version": "0.28.188",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {