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.
- package/README.md +7 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Cord
|
|
2
2
|
|
|
3
|
-
A Discord
|
|
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
|
-
|
|
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
|
-
|
|
16
|
+
## What You Get
|
|
17
17
|
|
|
18
|
-
**
|
|
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
|
|