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 会话
在 Vibe Remote 里,一个聊天范围可以映射到一个 Agent 会话。 实用规则是:为什么可行
聊天 thread 是天然的工作单元:- 一个生产事故。
- 一个 feature branch。
- 一个重构。
- 一次调查。
- 一次后续 review。
最佳实践
- 为新任务开启新 thread。
- 在同一个 thread 里回复以继续同一个任务。
- 使用简短、明确的验收标准。
- 停止或归档不再有用的会话。