Releases: rhnvrm/mattermost-cli
Releases · rhnvrm/mattermost-cli
v0.0.3
New commands
mm overview- mentions, unread, and active channels in one callmm channel <name>- single channel info (purpose, header, member/pinned count)mm user @someone- user profile, status, timezonemm pinned <channel>- pinned postsmm members <channel>- channel members with online status
New features
mm messages --threads- thread index view (root + reply count + last reply)- Root context on reply-mentions (
rootfield shows the original message) - Bot/webhook detection (
is_bot,bot_namefields on all post output) - Webhook attachment text extraction (alerts show actual content, not empty messages)
- Reactions summary on posts (from search, mentions, pinned)
Improvements
- Refactored into modules (cli.py was 1165 lines, now 9 files, largest 282)
- Shared helpers for unread calculation, mentions search, root context fetching
- Unified post enrichment (bot detection + webhook extraction in one place)
Agent skill
- Added
skills/mattermost/for installation vianpx skills add rhnvrm/mattermost-cli - Progressive disclosure: SKILL.md + 4 reference docs (setup, scenarios, workflows, commands)