Chat App
Changelog
Changelog
All notable changes to the Chat App are documented here.
[Unreleased]
Added
- Documentation site integration
- Additional model support pending provider releases
Changed
- Ongoing accessibility improvements
Fixed
- Minor UI polish items
[0.1.0] - 2026-01-22
Added
- Initial release of the Chat App
- Multi-Provider Support
- Anthropic Claude integration (Sonnet 4.5, Opus 4.1, Haiku 4.5)
- OpenAI GPT integration (GPT-4o, GPT-4 Turbo, GPT-3.5 Turbo)
- LM Studio local model support
- Streaming Responses
- Real-time token-by-token response display
- Streaming status indicators
- Auto-scroll to latest content
- Conversation Management
- Create, view, update, and delete conversations
- Persistent storage with RxDB
- Organization and workspace scoping
- Editable conversation titles
- MCP Tool Integration
- Automatic tool discovery from MCP Gateway
- Tool call visualization with expandable details
- Status indicators (pending, success, error)
- Rich Message Display
- Markdown rendering with GitHub Flavored Markdown support
- Syntax-highlighted code blocks
- User/assistant message differentiation
- Timestamp and metadata display
- User Interface
- Sidebar navigation with conversation list
- Model selector dropdown in header
- Multi-line input with auto-resize
- Keyboard shortcuts (Enter to send, Shift+Enter for new line)
- Per-Conversation Settings
- Provider and model selection
- Temperature configuration
- Max tokens limit
- Custom system prompts
Version Format
This changelog follows Keep a Changelog format.
- Added for new features
- Changed for changes in existing functionality
- Deprecated for soon-to-be removed features
- Removed for now removed features
- Fixed for bug fixes
- Security for vulnerability fixes