nextlevelbuilder / nextlevelbuilder/goclaw

Discord missing session control commands (/stop, /reset, /status)

Open
#807 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

agent:github-maintain area:channels enhancement maintain:triaged P2-medium
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.