Skip to content

Commit 3c05279

Browse files
authored
Update README.md
1 parent 4be6e9b commit 3c05279

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,37 @@
44

55
**Run Claude Code from Discord with full SDK integration, agents, rewind, mid-session controls and more.**
66

7+
Found a bug or have an idea for improvement? Submit it via [GitHub Issues >⩊<](https://github.com/zebbern/claude-code-discord/issues)
8+
79
<kbd>
810

911
| Feature | Details | Status |
1012
|---------|---------|:------:|
1113
| Use Claude Code Anywhere | Host locally (VM / Docker / cloud) and send commands via the Discord API ||
12-
| Full SDK Integration | Built on `@anthropic-ai/claude-agent-sdk` v0.2.45 with native agent support ||
14+
| Thread-per-session | Each `/claude-thread` conversation gets its own Discord thread with custom names ||
15+
| Granular sandbox config | Full SDK sandbox with network rules, filesystem ACLs, and excluded commands ||
16+
| Local hosting & security | Keep keys and code on your infra while exposing a controlled interface through Discord ||
1317
| Centralized collaboration | Run commands and discuss results where your team already communicates ||
1418
| Branch-aware organization | Maps Git branches to channels/categories so feature work stays separated ||
1519
| Mid-session controls | Interrupt, change model, change permissions, stop tasks, and rewind without restarting ||
16-
| Fast mode | Toggle Opus 4.6 speed-optimized API (2.5x faster, same quality) via `/fast` ||
17-
| 7 Specialized AI Agents | Code reviewer, architect, debugger, security analyst, performance engineer, DevOps, general ||
1820
| MCP server management | View status, toggle, and reconnect MCP servers mid-session ||
1921
| Hooks system | Passive SDK callbacks for tool use, notification, and task completion observability ||
22+
| Full SDK Integration | Built on `@anthropic-ai/claude-agent-sdk` with native agent support ||
2023
| Granular sandbox config | Full SDK sandbox with network rules, filesystem ACLs, and excluded commands ||
2124
| AskUserQuestion | Claude can ask clarifying questions mid-session via Discord buttons ||
2225
| Interactive permission prompts | Allow/Deny buttons when Claude wants to use unapproved tools ||
23-
| Dynamic model discovery | Auto-fetches available models from Anthropic API and CLI ||
24-
| Structured output mode | Get JSON responses matching a configurable schema ||
25-
| Advanced thinking modes | Standard, think, think-hard, ultrathink with configurable effort and budget ||
2626
| Role-based access control | Restrict destructive commands (`/shell`, `/git`, worktree ops) to specific Discord roles ||
27-
| Local hosting & security | Keep keys and code on your infra while exposing a controlled interface through Discord ||
2827
| Channel monitoring | Watch a channel for bot/webhook messages and auto-investigate in a thread ||
29-
| Thread-per-session | Each `/claude-thread` conversation gets its own Discord thread with custom names ||
3028
| Audit trail & accountability | Channel history provides an easy-to-search record of who ran what and when ||
3129

3230
</kbd>
3331

32+
<img width="350" height="350" alt="preview" src="https://github.com/user-attachments/assets/e8091420-d271-48a4-8e55-279f2093d3ae" />
33+
3434
</div>
3535

3636
<br>
3737

38-
<img width="350" height="350" alt="preview" src="https://github.com/user-attachments/assets/e8091420-d271-48a4-8e55-279f2093d3ae" />
39-
4038
## Quick Start
4139

4240
```bash

0 commit comments

Comments
 (0)