@eliya-oss/agent-slack 0.1.5 → 0.1.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @eliya-oss/agent-slack
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Clean up the command catalog output-mode copy.
8
+
3
9
  ## 0.1.5
4
10
 
5
11
  ### Patch Changes
@@ -55,7 +55,7 @@ const renderCommandCatalog = (catalog, paint) => {
55
55
  "",
56
56
  `${paint("dim", "Use")} ${paint("cyan", `${catalog.name} <command> [--json]`)}`,
57
57
  ...(aliases === undefined ? [] : [`${paint("dim", "Alias")} ${aliases}`]),
58
- `${paint("dim", "Output")} human in terminals, JSON when piped or with --json`,
58
+ `${paint("dim", "Output")} readable in terminals; JSON for pipes and --json`,
59
59
  "",
60
60
  ...groups.flatMap((group) => renderCommandGroup(group, paint)),
61
61
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eliya-oss/agent-slack",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Slack context CLI for AI agents.",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@11.9.0",