Skill: Add Clear Conversation Command
Status: Planned
Difficulty: Medium
Prerequisites: None
Description
Add a /clear command to reset per-group session context.
Instructions
- •Add command parsing for
/clearin message loop. - •Remove session for current group from database and in-memory state.
- •Return confirmation message to user.
- •Add integration test for command behavior.
Verification
- •Send
/clearin a group. - •Confirm next model reply starts with fresh context.