@integrity-labs/agt-cli 0.27.21 → 0.27.22

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 CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  success,
28
28
  table,
29
29
  warn
30
- } from "../chunk-UKZ7SN7K.js";
30
+ } from "../chunk-SUYULB5G.js";
31
31
  import {
32
32
  CHANNEL_REGISTRY,
33
33
  DEPLOYMENT_TEMPLATES,
@@ -4643,7 +4643,7 @@ import { execFileSync, execSync } from "child_process";
4643
4643
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4644
4644
  import chalk18 from "chalk";
4645
4645
  import ora16 from "ora";
4646
- var cliVersion = true ? "0.27.21" : "dev";
4646
+ var cliVersion = true ? "0.27.22" : "dev";
4647
4647
  async function fetchLatestVersion() {
4648
4648
  const host2 = getHost();
4649
4649
  if (!host2) return null;
@@ -5175,7 +5175,7 @@ function handleError(err) {
5175
5175
  }
5176
5176
 
5177
5177
  // src/bin/agt.ts
5178
- var cliVersion2 = true ? "0.27.21" : "dev";
5178
+ var cliVersion2 = true ? "0.27.22" : "dev";
5179
5179
  var program = new Command();
5180
5180
  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");
5181
5181
  program.hook("preAction", (thisCommand) => {
@@ -3050,6 +3050,21 @@ ${activeTasksSection}${personalitySection}## Identity
3050
3050
  - Risk Tier: ${frontmatter.risk_tier}
3051
3051
  - Timezone: ${timezone?.trim() || "UTC"}
3052
3052
  - Channels: ${channelList}
3053
+
3054
+ > **What the Channels list above means** (ENG-5851): \`Channels:\`
3055
+ > enumerates the messaging **protocols** you may use \u2014 \`slack\`,
3056
+ > \`telegram\`, \`msteams\`, etc. It is **not** a list of specific
3057
+ > Slack channels / Telegram chats / Teams threads you're approved to
3058
+ > post in. There is no per-recipient "approved channels" allowlist
3059
+ > anywhere in this platform; you decide where to post based on the
3060
+ > task and the conversation context. If you call a send tool and the
3061
+ > target channel rejects it (e.g. Slack returns \`not_in_channel\` /
3062
+ > \`channel_not_found\`, or Teams returns \`team_not_allowed\`), surface
3063
+ > the error to the user with the recovery action \u2014 typically asking
3064
+ > them to run \`/invite @<your bot handle>\` in the channel so you can
3065
+ > post there next time. Do **not** refuse a posting request on the
3066
+ > grounds that the channel "isn't on the allowlist" \u2014 that conflation
3067
+ > is the bug ENG-5851 was filed to fix.
3053
3068
  ${resolvedChannels?.includes("slack") ? `
3054
3069
  ## Slack
3055
3070
 
@@ -6910,4 +6925,4 @@ export {
6910
6925
  managerInstallSystemUnitCommand,
6911
6926
  managerUninstallSystemUnitCommand
6912
6927
  };
6913
- //# sourceMappingURL=chunk-UKZ7SN7K.js.map
6928
+ //# sourceMappingURL=chunk-SUYULB5G.js.map