Release v0.64.0
·
10 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Features
- Unified
--asflag forslack send,edit,delete,react, andupload(c5eb629)
All five Slack write commands now share a single slackClientFor() helper. Previously upload had no --as flag at all (silently used the bot token), and react used an inconsistent dual-client pattern. Now every write command accepts --as bot (default) or --as user uniformly.