cord-bot 1.1.4 → 1.1.5

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.
Files changed (2) hide show
  1. package/README.md +7 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Cord
2
2
 
3
- A Discord bot that connects to Claude Code CLI, plus a Claude Code skill that lets your assistant control the bot.
3
+ A Discord harness for Claude Code. Thread-based conversations, interactive elements, works anywhere you already run Claude.
4
4
 
5
5
  > **cord** /kôrd/ — a connection between two things.
6
6
 
@@ -11,11 +11,14 @@ A Discord bot that connects to Claude Code CLI, plus a Claude Code skill that le
11
11
  <img src="docs/screenshot-thread.png" alt="Thread with rich embeds" width="300" />
12
12
  </p>
13
13
 
14
- ## What You Get
14
+ Uses Discord threads for individual Claude Code sessions. No exposed ports — runs outbound over the Discord bot API. Works with your Max plan on any machine that can run Claude Code CLI.
15
15
 
16
- **Discord Bot** @mention the bot in Discord, it spawns Claude Code to respond. Conversations happen in threads with full context preserved across messages.
16
+ ## What You Get
17
17
 
18
- **Claude Code Skill** — Teaches your assistant to use the bot to send messages, embeds, files, and interactive buttons. Installed automatically during setup. No MCP server needed.
18
+ - **Thread-based sessions** — Each @mention spawns a Claude Code session in its own thread with full context preserved
19
+ - **Rich interactions** — Embeds, buttons, file attachments, status tracking
20
+ - **Status visibility** — See "Processing → Done" right in the channel without opening threads
21
+ - **Claude Code skill** — Teaches your assistant the commands. No MCP server needed.
19
22
 
20
23
  ## Quick Start
21
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cord-bot",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Discord bot that bridges messages to Claude Code sessions",
5
5
  "repository": {
6
6
  "type": "git",