@circlesac/holla 26.2.24 → 26.3.0

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/package.json CHANGED
@@ -42,5 +42,5 @@
42
42
  "test": "vitest run"
43
43
  },
44
44
  "type": "module",
45
- "version": "26.2.24"
45
+ "version": "26.3.0"
46
46
  }
@@ -152,6 +152,8 @@ holla slack users info --user @username -w <ws> --json
152
152
  holla slack api <method> --body '{"key":"value"}' -w <ws> # Raw API passthrough
153
153
  ```
154
154
 
155
+ **Note**: `holla slack api` is a raw passthrough — messages sent via `api chat.postMessage` appear as bot, not as the user. Always use `holla slack chat send` / `reply` / `edit` for messaging.
156
+
155
157
  ## Output formats
156
158
 
157
159
  All read commands support: `--json` (structured), `--plain` (tab-separated), or table (default).