- Rounded box corners (╭╮╰╯) - Better characters: ● head, ○ body, ◆ food, · empty - Colored title with emoji - Dimmed borders and help text - Bold highlights for score and controls
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