feat(chat): add input history navigation with up/down arrows by litunan · Pull Request #116 · GCWing/BitFun

@litunan

- Create inputHistoryStore for persisting message history
- Add up/down arrow navigation when cursor is at start/end of input
- Save draft when navigating away from current input
- History persists across sessions (max 100 messages)