Skip to content

Commit 0220c38

Browse files
DevRohit06claude
andcommitted
feat(serve): complete action registry with all Discord operations
Replaces the if/else dispatch chain with a clean dict-based action registry. Adds 15 new actions covering the full Discord API surface: Messages: message_list, message_get, message_search, message_pin/unpin Channels: channel_list, channel_create, channel_info Threads: thread_list (added to existing thread_create/thread_send) DMs: dm_send Members: member_list, member_info Roles: role_list, role_assign, role_remove Server: server_list, server_info Total: 30 actions available through the serve JSONL protocol. Bumps to v0.6.0 (minor version for new API surface). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c038ecc commit 0220c38

File tree

2 files changed

+391
-49
lines changed

2 files changed

+391
-49
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "discord-cli-agent"
7-
version = "0.5.5"
7+
version = "0.6.0"
88
description = "Discord CLI for AI agents"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)