daemon: let the conversational agent own @mentions in server channels #59
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Jinemi/thermograph#59
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/agent-owns-mentions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
THERMOGRAPH_DISCORD_BOT_MENTIONS=0makes the gateway bot silent on guild mentions. Default on, and unset counts as on, so every env file that predates the knob behaves exactly as before.The reason is a second responder. The operator's desktop now runs a conversational agent that replies as this same bot account (companion PR on
discord-voice-bot) and grades through the same API we do — so with both live, a single@Thermograph Phoenixgets answered twice, once as a card and once as a reply. Only one of us can own that surface, and the agent is the one that can also hold a conversation.Scoped to guild mentions on purpose
/gradeis untouched. It's a signed HTTP interaction that never went through this path, so it keeps answering from prod while the desktop running the agent is asleep — which is what stops this from trading an always-on surface for a sometimes-on one.Verification
go build,go vetandgo test ./...all clean. New cases cover silence-on-guild-mention (including the bare-mention help line, which would double up the same way), DMs still grading with the flag off, and unset-means-on across the truthy set.Sequencing
Don't set this to 0 until the agent is actually running with
THERMOGRAPH_BOT_TOKENprovisioned — otherwise guild mentions get no answer at all. Merging is safe at any time; the default is unchanged behaviour.https://claude.ai/code/session_015Z1ebLbhUxeZ9ozpNrVTCP
WIP: daemon: let the conversational agent own @mentions in server channelsto daemon: let the conversational agent own @mentions in server channelsView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.