File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.0 - 2026-03-23
4+
5+ ### Features
6+ - Interactive Discord buttons for AskUserQuestion permission prompts (replaces plain text)
7+ - Button click resumes Claude session with user's choice
8+ - Chained AskUserQuestion support (button → resume → another question → buttons again)
9+ - "Other..." button option for free-text answers
10+
11+ ### Improvements
12+ - Extract ` sendAskButtons ` helper to deduplicate button rendering logic
13+ - Extract ` createToolUseHandler ` helper to deduplicate streaming callbacks
14+ - Add Discord customId length guard (` .slice(0, 100) ` )
15+ - Simplify redundant try/catch in button handler reply flow
16+
317## 0.3.0 - 2026-03-19
418
519### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " discord-claude-code-bot" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
44 "type" : " module" ,
55 "license" : " MIT" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments