Implement a /btw <question> feature — ephemeral side question to the LLM that doesn't pollute main conversation history. Read-only tools only (read_file, grep, glob). Separate system prompt. Stream the response.
Reuse existing StreamChat with a new OneShot flag to skip pending state — no new method on LLM clients.
Save implementation plan to .ai-interactions/tasks/issue-39/output-1_btw.md.
Use a box for rendering btw. Use AccentColor for borders and label. More padding on right and bottom.
Implement.
Allow /btw to be sent while main stream is active (separate stream handler, cancel, event channel).