#I can't understand how to have separate conversations.

1 messages Β· Page 1 of 1 (latest)

hexed zephyr
#

I was using slack but even with clawdbot tui or the web app I don't see a way to create a new session or conversation without killing the current one. Is it just me?

deft bobcatBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

feral marshBOT
# hexed zephyr I was using slack but even with clawdbot tui or the web app I don't see a way to...

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:

  1. /session new (slash command) β€” Creates a new session, your old one stays intact
  2. sessions_spawn via API/TUI β€” Spawns a new background session
  3. 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? 🦐