Changelog & Roadmap
Track what has shipped and what is coming next in Sammy.
v1.0.0LatestApril 2026
- Initial release — full Electron + React desktop application
- Monaco Editor with 30+ language syntax highlighting
- AI Chat panel with OpenAI, Anthropic, and Private/Local LLM support (Ollama, LM Studio, vLLM, llama.cpp)
- Integrated bash terminal (node-pty)
- File explorer with create, rename, and delete
- 4-step onboarding wizard with personalization
- 8 preset accent colors
- Auto-save, word wrap, font size, tab size settings
v0.9.0BetaMarch 2026
- Monaco Editor integration with tab management
- Basic OpenAI chat panel (non-streaming)
- File explorer with read-only tree view
- Webpack 5 + Babel build pipeline
- Initial dark theme with CSS variables
v0.5.0AlphaFebruary 2026
- Electron shell with BrowserWindow and preload IPC
- Basic React renderer with Webpack HMR
- Proof-of-concept Monaco editor embed
- Initial project scaffolding and directory structure