#I can't understand how to have separate conversations.
1 messages Β· Page 1 of 1 (latest)
This is a great question! No, you're not alone β it's a common point of confusion.
Current state: Clawdbot sessions are designed to be persistent. To start a fresh conversation, you have a few options:
/session new(slash command) β Creates a new session, your old one stays intactsessions_spawnvia API/TUI β Spawns a new background session- TUI: Some TUI builds have a session manager, but the web UI is more limited here
The key thing is that sessions aren't supposed to be killed when you start a new one β they're designed to run in parallel. Your original session stays active in the background.
If you're not seeing a "New Session" button anywhere, that's actually a known gap in the UX. The team knows it could be more obvious.
Quick fix: Try typing /session new in chat (if your Discord server has that command enabled), or use the TUI's session management view.
Does that help? π¦