Documentation Index
Fetch the complete documentation index at: https://docs.avibe.bot/llms.txt
Use this file to discover all available pages before exploring further.
Thread sessions
In Vibe Remote, 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.
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.