Releases: alexknowshtml/cord
v1.1.6 - Repo Cleanup
Removed files that shouldn't be tracked:
- .vscode/ (IDE config)
- bun.lock (users generate their own)
- data/ (SQLite database)
- Added .cord.pid to gitignore
v1.1.5 - README Rewrite
Rewrote README intro to match launch messaging:
- 'Discord harness for Claude Code'
- No exposed ports, outbound only
- Works with Max plan
- Clearer bullet-point feature list
v1.1.4 - README Screenshots
Added screenshots to README showing:
- Channel view with thread status messages
- Thread view with rich embeds
v1.1.3 - Documentation & Health Command
New
cord health- Check Discord connection status
Documentation
- Added
cord stateto README CLI commands list - Added
Add Reactionsto required bot permissions - Documented auto-complete thread behavior (✅ on last message)
Bot Permissions
When setting up the bot, now includes Add Reactions permission for the auto-done feature.
v1.1.2 - Status Message Thread Flow
Changed: Thread creation flow
New flow when bot is @mentioned:
- Posts
🤖 Processing...message in channel - Creates thread from that status message
- Copies user's message into thread for context
Why this matters:
- The status message is visible in the channel without opening the thread
cord statecan update it (Processing → Done)- ✅ reaction on last message updates the channel-visible status
This matches the discord-agent-bridge UX pattern.
v1.1.1 - Auto-Done on Checkmark
New: Auto-complete threads with ✅ reaction
When a user adds a ✅ reaction to the last message in a thread, Cord automatically updates the thread starter to '✅ Done'.
This matches the UX pattern from discord-agent-bridge - a quick way to signal 'conversation complete' without explicit commands.
Note: Requires the bot to have GuildMessageReactions intent enabled.
v1.1.0 - State Command
New: cord state command
Update thread status with preset or custom text:
cord state <channel> <messageId> processing
cord state <channel> <messageId> done
cord state <channel> <messageId> "Custom status..."Presets:
processing→ 🤖 Processing...thinking→ 🧠 Thinking...searching→ 🔍 Searching...writing→ ✍️ Writing...done→ ✅ Doneerror→ ❌ Something went wrongwaiting→ ⏳ Waiting for input...
Matches the status pattern used in discord-agent-bridge for consistent UX.
v1.0.5 - CLI Commands
Full CLI for Discord interactions