Changelog

What's new

All notable changes to UniCtx, grouped by milestone.

v1.6.0 May 21 –
Jun 21, 2026

Improve developer experience

  • Simplify CLI user flows for exchanging artifacts with team
  • Update webapp theme to introduce dark mode, make it default
  • Fix newline rendering error when exporting AI conversations
  • Fix Webapp UI inconsistencies
v1.5.0 Mar 28 –
May 20, 2026

Better Discoverability

  • Add installation script for shared items
  • Improve creation workflow in webapp
  • Clean up public page rendering
  • Fix email delivery
  • Miscellaneous fixes
v1.4.0 Mar 25 –
Mar 28, 2026

Marketplace

  • 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
  • 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

  • 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
  • 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

  • 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
  • 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

  • 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
  • Fix reactions
  • Fix DB
v1.0.0 Dec 11 –
Dec 28, 2025

Foundation

  • 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