nextlevelbuilder / nextlevelbuilder/goclaw
Discord missing session control commands (/stop, /reset, /status)
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 3.6k
- Forks
- 1.1k
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 24
Description
Telegram's internal/channels/telegram/commands.go handles session control commands:
/stop, /stopall cancel running tasks
/reset clear conversation history
/status show bot status
/help command reference
/tasks, /task_detail, /subagents, /subagent task management
/reactions emoji legend
Discord's internal/channels/discord/commands_writers.go only handles file writer commands:
!addwriter, /addwriter
!removewriter, /removewriter
!writers, /writers
The session control commands are not implemented for Discord.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing internal/channels/telegram/commands.go with internal/channels/discord/commands_writers.go to understand how each channel handles commands. Add Discord handling for /stop, /reset, and /status, matching the session-control behavior described for Telegram. Done means Discord users can invoke those commands in addition to the existing writer commands; check the repository's relevant Go tests if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100