Skip to content

Releases: alexknowshtml/cord

v1.1.6 - Repo Cleanup

26 Jan 05:20

Choose a tag to compare

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

26 Jan 04:48

Choose a tag to compare

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

26 Jan 04:24

Choose a tag to compare

Added screenshots to README showing:

  • Channel view with thread status messages
  • Thread view with rich embeds

v1.1.3 - Documentation & Health Command

26 Jan 04:22

Choose a tag to compare

New

  • cord health - Check Discord connection status

Documentation

  • Added cord state to README CLI commands list
  • Added Add Reactions to 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

26 Jan 04:11

Choose a tag to compare

Changed: Thread creation flow

New flow when bot is @mentioned:

  1. Posts 🤖 Processing... message in channel
  2. Creates thread from that status message
  3. Copies user's message into thread for context

Why this matters:

  • The status message is visible in the channel without opening the thread
  • cord state can 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

26 Jan 04:04

Choose a tag to compare

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

26 Jan 04:00

Choose a tag to compare

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 → ✅ Done
  • error → ❌ Something went wrong
  • waiting → ⏳ Waiting for input...

Matches the status pattern used in discord-agent-bridge for consistent UX.

v1.0.5 - CLI Commands

26 Jan 00:22

Choose a tag to compare

Full CLI for Discord interactions