Commands with immediate: true run right away even during streaming. Used for UI-only commands like /snake that don't interact with LLM.
- Add custom() to HookUIContext: returns { close, requestRender } - Component receives keyboard input via handleInput() - CustomMessageComponent default rendering now limits to 5 lines when collapsed - Add snake.ts example hook with /snake command