Thread sessions
In Avibe, a chat scope can map to an agent session. The practical rule:Why it works
Chat threads are a natural unit of work:- One production incident.
- One feature branch.
- One refactor.
- One investigation.
- One follow-up review.
Resume from anywhere
A session outlives the moment. Start a thread on your desktop, reply from your phone hours later, and the agent picks up with the same context — the thread is the memory. The Workbench Inbox shows the same sessions you reach from chat.Routing and switching
Sessions compose with agent routing. Point different channels or projects at different agents —#frontend to OpenCode, #backend to Claude Code — and each thread runs the agent you mapped. You can also switch the agent mid-thread by prefixing a message with its name, without losing the session’s context. Configure routing from the Workbench.
Best practices
- Start a new thread for a new task.
- Reply in the same thread to continue the same task.
- Use short, explicit acceptance criteria.
- Stop or archive sessions that are no longer useful.
