v1.6.0
May 21 –
Jun 21, 2026
Improve developer experience
Features
- Simplify CLI user flows for exchanging artifacts with team
- Update webapp theme to introduce dark mode, make it default
Bug Fixes
- Fix newline rendering error when exporting AI conversations
- Fix Webapp UI inconsistencies
v1.5.0
Mar 28 –
May 20, 2026
Better Discoverability
Features
- Add installation script for shared items
- Improve creation workflow in webapp
- Clean up public page rendering
Bug Fixes
- Fix email delivery
- Miscellaneous fixes
v1.4.0
Mar 25 –
Mar 28, 2026
Marketplace
Features
- Introduce marketplace capabilities
- Add UI rendering for agents, skills, MCPs, and plugins
- Add new/edit pages for marketplace item types
- Add search
- Add view modes (grid/list)
- Add pagination
- Add admin panel with sample data
- Update conversations index and sidebar for marketplace context
- Update design and navigation
- Improve sidebar and settings navigation
Bug Fixes
- Fix sidebar background color
- Fix private ID handling
- Fix slug update logic
- Fix conversation default slug
- Update styling for consistency across pages
v1.3.0
Jan 30 –
Mar 14, 2026
Public Pages & Authorization
Features
- Add public pages for shared conversations
- Add basic authorization (tenant scoping)
- Add Docker setup (
Dockerfile)
- Add image processing and favicon
- Add source icons; hide inactive functionality
- Add custom fonts and updated styling
- Apply optimistic UI updates on conversation index
Bug Fixes
- Fix cross-space drag-and-drop
- Fix export endpoint position and folder handling
- Fix auth flow
- Fix tutorial content; fix settings visibility for team members
- Fix account settings policy
- Add logging; update mailer delivery method
v1.2.0
Jan 6 –
Jan 24, 2026
Auth, Teams & Folder Management
Features
- Sign in / sign up UI and authentication flow
- Password reset UI
- Export API endpoint
- Team invitations: user invitable, confirmable, trackable
- In-app "Create team" flow
- Update sign-up flow (multiple iterations)
- GettingStarted onboarding dialog
- Team settings page
- User settings page with avatar picker
- Allow deleting users from a team
- Sidebar folder actions: create, rename, delete, ShowMore dropdown
- Upgrade sidebar to Turbo Stream with morphing on move
- Disable delete for root folder
Bug Fixes
- Fix DB issues
- Fix team settings DB
- Add fallback avatar in sidebar
v1.1.0
Jan 1 –
Jan 5, 2026
Core Chat Viewer & Social Features
Features
- Implement full chat viewer with message rendering
- Connect sidebar to database
- Add settings page
- Add teams pages in sidebar
- Add comments with live connection
- Add reactions (with fix)
- Update conversation design and sidebar
- Update conversation show page; add default icon
- Connect action buttons
- Add avatar picker in user settings
- Add team settings
Bug Fixes
v1.0.0
Dec 11 –
Dec 28, 2025
Foundation
Features
- Initial commit
- Add models and Tailwind CSS
- Set up database schema (multiple iterations)
- Prep design system
- Add Sidebar UI
- Add basic conversation page and page header
- Add chats gallery view (card list)
- Connect sidebar structure
- Add settings skeleton
- Update gitignore