THE SHIP LOG
What changed.
Why it matters.
New tools. Thoughtful improvements. The little fixes that make a big difference. Follow along as Tabs gets better, release by release.
v1.3.12
● LATEST STABLE FEATURE RELEASEAgents split-thread workspace, multi-pane composer isolation, and responsive layout polish
Introduced an Agents-only side-by-side split-thread workspace in Tabs with drag-and-drop thread placement, independent composer drafts and timelines, real-time concurrent streaming, smooth draggable divider resizing, '+ New Thread' creation in split mode, and production-grade responsive bounds.
Release notes 16 updates
- Side-by-side split-thread workspace: Compare and interact with multiple agent threads simultaneously inside the Agents workspace.
- Drag-and-drop & shortcut splitting: Drag any sidebar thread row to split left or right, or use the 'Open to the side' context menu and Alt+Click.
- Full composer & timeline isolation: Independent draft states, staged attachments, scroll positions, tool call approvals, and diff panels per pane.
- Concurrent real-time streaming: Both panes receive and render live token streams without cross-talk or UI locking.
- Draggable resizer & accessibility: Draggable pane divider with double-click 50/50 reset, arrow key keyboard resizing, and full ARIA semantics.
- Production-grade responsiveness: Bounded flex layouts and container queries eliminating clipping and overflow on 1024px displays with expanded sidebars.
Agents Split-Thread Workspace
- Side-by-side agent conversation panes with proportional draggable resizer.
- HTML5 drag-and-drop thread placement with interactive drop zone overlays.
- 'Open to the side' sidebar context menu action and Alt+Click shortcut.
- Independent draft persistence in useComposerDraftStore across split panes.
- Targeted diff reviews and isolated keyboard shortcuts for the active pane.
- Smooth '+ New Thread' creation in active pane while preserving dual split.
UI Responsiveness & Layout Stability
- Eliminated flexbox minimum-width trap across workspace surface containers.
- Integrated pane controls (active dot, maximize/restore, close) natively into ChatHeader.
- Container-query driven header compactness hiding redundant badges in split mode.
- Narrow-window fallback (< 600px) displaying active thread with quick-switch banner.
v1.3.11
PATCHRefined Solari startup cascade, browser partition persistence, and storage migration resilience
Introduced a smoothed startup splash sequence with relaxed Solari grid cascade timings, hardened desktop shutdown by proactively flushing browser partitions, added migration resilience for workspace shell storage, and preserved Linux legacy user data across historical paths.
Release notes 14 updates
- Paced the Solari tile cascade with a relaxed 160ms letter stagger, 250ms scramble lead-in, and 1.8s hold time for a smooth 8-tile highlight wave.
- Proactively flushes in-memory session cookies and cache partitions before application shutdown, preventing session state loss on exit.
- Hardened schema migration routines to validate and preserve user state during storage format upgrades without data corruption.
- Preserved Linux user data across verified historical configuration paths.
- Honored user accessibility preferences across all core dialog primitives (Alert Dialog, Command Palette, Dialog, and Sheet).
- Maintained self-contained desktop installers (.dmg, .exe, .AppImage) bundling the complete Code-OSS runtime directly.
User Experience & Startup Polish
- Relaxed startup Solari tile cascade timing with 160ms stagger and 250ms scramble lead-in.
- Smoothed tile highlight transition with a 380ms ease-out outline glow wave.
- Extended minimum startup animation hold time to 1.8 seconds to gracefully resolve the full wordmark.
- Honored prefers-reduced-motion across Alert Dialog, Dialog, Sheet, and Command Palette.
Desktop & Storage Stability
- Proactively flushed browser session partitions prior to application shutdown.
- Hardened workspace shell storage migration against invalid schemas and state corruption.
- Preserved Linux user data across verified legacy paths.
- Strengthened provider session integration test coverage.
v1.3.10
PATCHAppleTimePicker numeric accumulation, drum wheel sync, and bundled desktop distribution
Stabilized keyboard time entry with a two-digit accumulation buffer and timer for hours and minutes, resolved drum wheel scroll synchronization race conditions, and continued bundled self-contained desktop installer distribution.
Release notes 11 updates
- Added 800ms numeric accumulation buffer allowing smooth typing of two-digit hours without premature auto-advance sticking at '1'.
- Fixed drum wheel scroll synchronization race conditions by referencing live selected state in debounced scroll handlers.
- Maintained self-contained desktop installers (.dmg, .exe, .AppImage) bundling the complete Code-OSS runtime.
- Verified development runtime isolation preventing remote downloads during local development runs.
- Aligned relay discovery error propagation with Effect yieldable error contracts.
User Interface & Input Polish
- Added two-digit digit accumulation buffer and 800ms timer to AppleTimePicker hour and minute inputs.
- Prevented keyboard focus jumps and digit sticking when typing two-digit hours.
- Synchronized WheelColumn drum wheel scroll position with live selected values via mutable ref caching.
Desktop Distribution & Stability
- Bundled Code-OSS runtime directly within production application resources on all supported platforms.
- Prevented remote runtime download dependencies on application startup.
- Aligned relay discovery error propagation with Effect yieldable error contracts.
v1.3.9
PATCHBundled self-contained desktop installers, dev runtime isolation, and runtime stability
Self-contained bundled desktop installers embedding the Code-OSS runtime directly inside application packages, isolated dev runtime resolution preventing unnecessary remote downloads, and pinned platform runtime dependencies fixing startup crashes.
Release notes 11 updates
- Packaged desktop releases (.dmg, .exe, .AppImage) now bundle the complete Code-OSS runtime directly inside the application package.
- Isolated dev runtime resolution ensuring development builds load the local checkout rather than attempting GitHub release downloads.
- Pinned @effect/platform-node-shared dependency to eliminate transitive version mismatch crashes.
- Enforced strict runtime staging validations to guarantee zero silent thin-installer regressions.
Desktop Packaging & Distribution
- Bundled Code-OSS runtime directly into Resources/tabs-code-main for macOS and resources/tabs-code-main for Linux and Windows.
- Eliminated post-installation download latency and remote 404 runtime zip dependencies.
- Added strict build assertions verifying runtime integrity before producing release artifacts.
Development Runtime & Isolation
- Short-circuited remote runtime download checks during local development execution.
- Ensured bun run dev:desktop consistently resolves editor assets from the local checkout.
Platform Runtime Stability
- Pinned @effect/platform-node-shared to 4.0.0-beta.78 to align with @effect/platform-node.
- Prevented runtime ByteSize module import failures on packaged desktop launches.
v1.3.8
FEATURE RELEASECode-OSS 1.138 upstream runtime sync, native code host contracts, and UI refinements
Full synchronization with upstream VS Code 1.138 across the vendored Code-OSS runtime, updated AgentHost services and generated Codex protocol schemas, typed native code host IPC contracts with automated testing, and workspace UI polish.
Release notes 16 updates
- Synchronized vendored Code-OSS runtime with upstream VS Code 1.138.0, updating workbench parts, chat widgets, and extensions.
- Upstream-aligned AgentHost turn lifecycle coordination and refreshed Codex JSON-RPC protocol schemas.
- Typed Electron desktop-to-native code host IPC contracts backed by automated contract tests.
- Refined workspace shell layout, prompt stash and message queue panels, time picker input mechanics, and notification settings.
Code-OSS & Upstream Sync
- Synchronized vendored Code-OSS runtime and dependencies with VS Code 1.138.0.
- Updated workbench chat contributions, terminal contributions, and built-in extensions.
- Refreshed Code-OSS bootstrap configuration, product settings, and build pipelines.
AgentHost & Protocol Schemas
- Upstream-aligned AgentHost session coordination, changeset handlers, and turn starter lifecycle.
- Regenerated and synced Codex JSON-RPC protocol schemas across all domain types.
- Updated Copilot and Claude provider adapters for the synchronized runtime.
Native Code Host & Testing
- Implemented strongly-typed native code host IPC contracts for desktop integration.
- Added automated contract testing suite for native code host bridge stability.
- Polished desktop smoke tests and resource initialization.
UI & Settings Polish
- Refined workspace shell layout, right panel tabs, and sidebar logic.
- Improved prompt stash and message queue panel user experience.
- Enhanced keyboard numeric entry and styling for time picker and settings controls.
v1.3.7
FEATURE RELEASENotification history, schedule popover styling, time picker typing, and provider session lifecycle
Dedicated notification history drawer with desktop alert preferences, schedule popover backdrop blur with keyboard time picker typing overhaul, prompt staging panels, and scoped provider event loops.
Release notes 15 updates
- Persistent notification history drawer with category filtering, sound/badge controls, and desktop overlay synchronization.
- Overhauled schedule popover with backdrop blur and direct keyboard numeric entry for time and date pickers.
- Prompt stash and message queue panels for organizing and sequencing agent commands without interrupting execution.
- Session-scoped provider lifecycles ensuring clean teardown of adapter event loops and background fibers.
Notifications & Desktop Alerts
- Notifications History drawer with category filters, sound toggles, and auto-dismiss duration controls.
- Desktop native overlay synchronization for real-time alert updates and dismissals.
- Integrated notification settings panel with granular toast and sound preferences.
Prompt Stash & Scheduling
- Overhauled time picker mechanics: eliminated drum wheel scroll fighting and hour input sticking.
- Added modern backdrop blur styling to schedule dialog popovers.
- Prompt stash and message queue panels for composing and batching agent actions.
Providers & Session Runtime
- Bound Antigravity, Codex, Copilot, Cursor, Droid, and Grok adapter loops to session scopes.
- Prevented orphan notification fibers and leaked event loops upon session changes.
- Dynamic Codex reasoning effort configuration and resilient Grok model fallback routing.
Theme Studio & Typography
- Added headingFont customization in Theme Studio with complete export/import sync.
- Polished input decorations, popover backdrops, and active tab indicators.
v1.3.6
FEATURE RELEASENative view notification overlay, persistent editor views, and accessible modal dialogs
Topmost native notification overlay above Code-OSS and browser views without detaching or flashing, typed notification IPC with focus restoration, and accessible custom dialogs throughout the UI.
Release notes 12 updates
- Topmost native notification overlay rendering toasts above embedded Code-OSS and browser surfaces.
- Typed notification IPC and focus restoration returning keyboard focus to the active native editor or web view.
- Accessible modal dialogs replacing raw browser popups across Git, Testing, Settings, and Theme Studio.
- Input styling refinements ensuring decoration icons layer properly above background controls across all themes.
Desktop & Notification Overlay
- Native WebContentsView notification overlay managed by NativeViewStackCoordinator.
- Persistent editor views: eliminated canvas detaching and blank states when notifications appear.
- Typed notification IPC channels with robust focus tracking and restoration.
Accessibility & Modal Dialogs
- Replaced native browser confirm/alert dialogs with custom accessible Dialog components.
- Standardized useConfirm hook for billing, unstaged changes, and destructive actions.
- Modernized custom select dropdowns across Testing Journey Recorder and PR review cards.
UI & Theme Styling
- Fixed absolute input icon z-indexes across light and dark themes.
- Streamlined review thread action buttons and locator pickers.
v1.3.5
FEATURE RELEASEAntigravity protocol, collaborative browser engine, PR stacks, and streaming performance
Native Antigravity protocol support, real-browser cookie and session import with isolated profiles, GitHub pull request stacks, and major streaming timeline optimizations.
Release notes 18 updates
- Native Antigravity protocol integration with interactive approval options and resilient provider streams.
- Collaborative browser engine with real session import, passkey capabilities, CDP operation serialization, and side-by-side comparison replay.
- Manage GitHub PR stacks directly from Tabs with linked threads, status checks, and inline review annotations.
- Incremental markdown parsing, resumable syntax highlighting, and DOM stabilization for streaming code lines.
Antigravity Protocol & Server
- Native Antigravity protocol support with interactive approval options.
- Optimized server logging, turn queueing during compaction, and resilient provider streams.
Collaborative Browser Engine
- Real-browser session and cookie import engine with profile-scoped permissions.
- CDP operation serialization, human takeover preemption, and external OAuth fallback.
- Side-by-side comparison replay and restored custom tab controls.
Pull Request Stacks & Reviews
- Navigate and manage GitHub PR stacks directly within the IDE.
- Bi-directional linking between agent threads and PRs with multi-PR support.
- Status checks, review metadata, and inline review annotations.
Streaming & Timeline Performance
- Incremental markdown parsing and resumable syntax highlighting during token streaming.
- DOM stabilization for completed code lines to reduce layout shifts.
- Bounded live timeline rendering and state preservation across large threads.
Settings & Workspace Resilience
- Split heavyweight settings sections into lazy-loaded panels.
- Recoverable configuration persistence failures and complete keybinding configuration.
- Preserved per-project active tools across workspace navigation.
v1.3.4
PATCHToast notifications over native views, clean activity rail, and heartbeat optimization
Toast notifications remain visible over embedded views, auxiliary items are cleaned from Code activity rail, and background heartbeat latency warnings are eliminated.
Release notes 10 updates
- Embedded Code-OSS, browser preview, and testing views suspend during active toasts and notifications so alerts remain visible.
- Auxiliary bar items filtered out from the primary activity bar to prevent cluttering main rail navigation.
- Excluded routine lease heartbeats from slow RPC latency tracking and added concurrency guards to activity reporting.
- Refined production website deployment packaging and verified live release assets.
Native Overlays & Notifications
- Suspends native WebContentsViews when toasts are mounted so notifications are never occluded.
- Updated overlay selectors across Code host and testing previews.
Workbench & Activity Rail
- Secondary auxiliary bar items excluded from main activity rail.
- Deterministic ordering for custom activity bar extensions.
RPC & Performance
- Heartbeat RPC methods excluded from latency monitoring to avoid spurious slow request toasts.
- In-flight concurrency guard for client activity reporting.
v1.3.3
PATCHWorkspace skills, preview controls, and attachments
Workspace-specific skill discovery and dispatch, direct browser preview controls, file attachments, and progressive desktop startup stability.
Release notes 10 updates
- Discover and dispatch directory-aware skills for Claude, Cursor, Codex, OpenCode, Antigravity, and Grok with ranked fuzzy search.
- Added direct viewport resize handles, picture-in-picture, appearance emulation, and active session controls to the browser preview.
- General file attachments in composer, persistent prompt stashing, and paste mention preservation.
- Progressive Code-OSS workbench startup, secondary sidebar support, and multi-environment state isolation.
Skills & Slash Commands
- Ranked skill search with source badges for app, repo, project, personal, and system skills.
- Directory-aware skill snapshots and native provider dispatch planning.
Browser & Preview
- Direct viewport resize frame with responsive presets.
- Theme appearance emulation, native picture-in-picture, and per-session audio controls.
Composer & Desktop Stability
- File attachments with provider upload support and persistent prompt stash.
- Progressive Code-OSS startup, secondary sidebar support, and effect remount preservation.
v1.3.2
PATCHA steadier embedded editor
A stability release that makes the shipped desktop workspace and its release validation path more dependable.
Release notes 3 updates
- Stabilized the embedded Code OSS host and its startup path in the desktop app.
- Fixed a TypeScript declaration issue in the web application's atom registry so release validation can complete reliably.
Release scope
- This release does not add a new end-user workflow.
v1.3.1
PATCHStandalone installers and reliable updates
Tabs now ships as a complete desktop installer for macOS, Windows, and Linux, with update manifests checked as part of every release.
Release notes 8 updates
- Each installer includes the runtime it needs, so there are no separate dependencies to install.
- Release checks now validate the Windows and Linux update manifests before publishing.
- Code OSS packaging and window startup are more reliable in production builds.
Desktop & Distribution
- Bundled native runtimes into standalone .dmg packages for macOS (separate Apple Silicon arm64 and Intel x64 builds).
- Generated verified NSIS installer (.exe) with differential blockmap for Windows x64.
- Produced universal Linux .AppImage with glibc 2.31+ binary compatibility.
Updater & Lifecycle
- Integrated in-app update checks for Windows and Linux with automated restart flow.
- Hardened native IPC bootstrap channel between Electron main process and background server daemon.
v1.3.0
★ MAJOR ARCHITECTURECode OSS, project tabs, browser tools, and remote workspaces
This release brings the editor, browser automation, remote environments, pull requests, and testing into the same project-based desktop workspace.
Release notes 21 updates
- Use the embedded Code OSS editor with extensions, syntax support, and familiar keyboard shortcuts.
- Open URLs in browser tabs, inspect elements, record journeys, and turn them into Playwright tests.
- Connect through SSH or Tailscale while keeping terminals and Git commands scoped to the selected project.
- Review GitHub and GitLab pull requests with inline comments and merge controls.
- Generate, run, and review Playwright tests without leaving the project tab.
Code OSS Chrome & Editor
- Replaced separate editor windows with a native Code OSS workbench embedded directly into the workspace rail.
- Surface extension views, webviews, and file trees in compact Tabs chrome.
- Synchronized active editor state, cursor locations, and themes with agent sessions.
Agent Browser Automation Broker
- Connected Chromium-based browser preview with bidirectional CDP automation broker.
- Visual DOM element inspection and locator discovery with automatic selector generation.
- Journey recording: automatically records user interactions into executable Playwright test scripts.
- Session recording with live automation diagnostics and video artifacts.
Remote Environments & Connections
- Desktop SSH gateway supporting password and key-based authentication with reconnect resilience.
- Tailscale transport support for zero-config mesh networking.
- Isolate workspace state, file watchers, and terminals by target project environment.
AI Collaborators & Providers
- Added GitHub Copilot provider driver with ACP and custom authentication configurations.
- Integrated Kilo, Droid, Antigravity, and OpenRouter model drivers.
- Real-time provider usage telemetry with token tracking and quota alerts.
Git Workflows & PR Management
- Full PR review workspace for both GitHub and GitLab repositories.
- Manage reviewers, labels, draft statuses, and branches directly in-app.
- Suspend inactive Git panel queries for optimal multi-tab CPU efficiency.
v1.2.122
FEATURE RELEASESafer quit flow and steadier extension sessions
Tabs now protects active work before quitting, restores project state more consistently, and starts Code OSS extensions more reliably.
Release notes 8 updates
- Quit Confirmation Dialog: Custom non-native modal dialog safeguards active agent sessions and uncommitted file edits from accidental exit.
- Extension Host Stabilization: Resolved race condition during multiple extension host activations on cold launch.
- Tab Switching Responsiveness: Smoother tab transitions and reduced memory footprint during background tab hibernation.
Session & Tab Management
- Implemented quit confirmation flow with modal to prevent data loss on exit.
- Refined tabs layout and session UI with smooth tab dragging and pinning.
- Lifecycle state preservation across workspace restarts.
Extension Runtime
- Fixed native Code OSS extension integration and webview assistant communication.
- Preserved structured output findings during agent tool invocation.
v1.2.121
FEATURE RELEASESynara Claude adapter and modular code audit engine
Added native Claude provider support ported from Synara, paired with an automated code analysis engine for proactive workspace audits.
Release notes 7 updates
- Integrated Synara Claude provider adapter with streaming tool calls and token metrics.
- Introduced modular audit engine running background code analysis passes.
- Added dashboard view for findings triage and one-click agent remediation.
Model Providers
- Synced Claude protocol adapter with prompt caching and sub-agent handoffs.
- Added token metering and cost telemetry per workspace project.
Audit & Analysis
- Built multi-phase static inspection runner for TypeScript and Rust codebases.
- Surfaced diagnostic findings in the project rail alongside Git changes.
v1.2.120
FEATURE RELEASEWebSocket review progress and reasoning controls
Live WebSocket streaming for review progress, granular model reasoning budgets, and unified system dialog aesthetics.
Release notes 7 updates
- Real-time WebSocket event streaming for background PR review jobs.
- Configurable reasoning effort levels (Low, Medium, High, Ultrathink).
- Unified modal design system replacing browser-native dialogs.
Review Streaming
- Connected live server logs directly into PR review status views.
- Resilient auto-reconnect logic for interrupted WebSocket review feeds.
Reasoning Controls
- Exposed per-turn thinking budget sliders in composer settings.
- Persisted reasoning preferences by selected model tier.
v1.2.119
PATCHStrict structured output and Effect runtime alignment
Constrained provider responses to validated JSON schemas and synchronized Effect version dependencies across the monorepo.
Release notes 4 updates
- Native JSON Schema constraints on agent tool calling to eliminate parse exceptions.
- Synchronized Effect runtime packages across shared, server, and client apps.
Schema Reliability
- Enforced strict schema output parsing on provider RPC endpoints.
- Cleaned up legacy schema contracts and added regression test coverage.
v1.2.118
PATCHDesktop IndexedDB storage migration and session cleanup
Automated migration for Electron IndexedDB session storage, selecting latest mtime database ports without workspace disruption.
Release notes 4 updates
- Resolved multi-instance storage collision during desktop database migrations.
- Cleaned up orphaned session records on background daemon startup.
Storage & Persistence
- Migrated Electron IndexedDB session storage to newest mtime port.
- Pruned orphaned session data on background daemon startup.
v1.2.117
PATCHSingle tool toolbar optimization and zero-tool safeguard
Streamlined toolbar layout when only one tool is active and added safety guards when no tools are configured.
Release notes 4 updates
- Optimized compact toolbar layout for single active agent tools.
- Added zero-tool fallback indicator and empty-state guidance in toolbar UI.
Toolbar & Actions
- Compact layout optimization when exactly one tool is active.
- Zero-tool fallback indicator and empty-state guidance in session toolbar.
v1.2.116
FEATURE RELEASEIndependent font preferences and Reset to Defaults UX
Independent typography preferences with --font-display support, dynamic web font loader, and quick Reset to Defaults controls.
Release notes 6 updates
- Configurable editor, UI, and display fonts with live preview.
- One-click Reset to Defaults for typography and theme customizations.
- Scoped CSS custom property injection for frictionless theme overrides.
Typography & Theming
- Standalone Typography settings panel with --font-display support.
- Dynamic Google Fonts loader for selected display typefaces.
- One-click Reset to Defaults for themes and typography.
v1.2.114
PATCHEmbedded editor theme refinements and desktop integration
Refined Code OSS dark theme contrast, fixed window title bar drag regions, and improved desktop bridge handshake.
Release notes 4 updates
- Harmonized editor token colors with Tabs dark theme palette.
- Patched macOS titlebar drag region collision with custom tab rail.
Desktop & Editor Theme
- Harmonized Code OSS dark theme tokens with workspace rail.
- Patched macOS titlebar drag region collision with custom tab rail.
v1.2.113
PATCHToolbar tools stale cache fix and provider stability
Purged stale entries in the toolbar tools registry and improved MCP tool hot-reloading.
Release notes 4 updates
- Fixed tool cache invalidation when MCP servers disconnect or reload.
- Prevented phantom tools from rendering in the active session action bar.
Tool Registry
- Purged stale tool entries on MCP disconnect or reload.
- Prevented phantom tools from rendering in the active session action bar.
v1.2.112
PATCHLanguage service build cleanup and CI preflight fixes
Cleaned up build lifecycle scripts to eliminate TypeScript compiler preflight errors in continuous integration.
Release notes 4 updates
- Streamlined monorepo typecheck pipeline across web and server workspaces.
- Accelerated CI preflight verification time by 30%.
Build & CI
- Streamlined monorepo typecheck pipeline across web and server workspaces.
- Removed effect-language-service patch script causing preflight build errors.
v1.2.111
PATCHBrowser collapsed state persistence and header tooltips
Persisted browser panel collapsed states across sessions and prevented header tooltips from clipping window borders.
Release notes 4 updates
- Saved browser drawer visibility to local workspace preferences.
- Repositioned floating header tooltips to ensure they never overflow screen boundaries.
Browser & Header UI
- Saved browser drawer visibility to local workspace preferences.
- Repositioned floating header tooltips to ensure they never overflow screen boundaries.
v1.2.110
PATCHAnimation frame stubs and test suite reliability
Polyfilled requestAnimationFrame and cancelAnimationFrame in headless test environments to ensure zero test flakiness.
Release notes 4 updates
- Deterministic test runs under bun:test runner.
- Eliminated headless DOM timing discrepancies in UI unit tests.
Test Infrastructure
- Deterministic test runs under bun:test runner.
- Eliminated headless DOM timing discrepancies in UI unit tests.
v1.2.109
PATCHBrowser navigation loop guard and URL normalization
Guard against infinite browser reloads with automatic URL normalization and isSameWebUrl comparison check.
Release notes 4 updates
- Prevented rapid reload cycles when navigating client-side hashed routes.
- Normalized trailing slashes and default protocols for browser tabs.
Browser Engine
- Prevented rapid reload cycles when navigating client-side hashed routes.
- Normalized trailing slashes and default protocols for browser tabs.
v1.2.108
PATCHBrowser toolbar expansion and default workspace URL resolution
Added toolbar expansion controls for the embedded browser and automatic dev server URL detection on project boot.
Release notes 4 updates
- Expanded browser chrome view with zoom controls and console toggle.
- Auto-detected running Vite and Next.js dev server ports.
Browser Chrome & Discovery
- Expanded browser chrome view with zoom controls and console toggle.
- Auto-detected running Vite and Next.js dev server ports.
v1.2.105
PATCHPersisted startup animation settings and UI efficiency
Respected user preferences for startup animations and reduced initial rendering cost during cold launch.
Release notes 4 updates
- Added toggle to disable startup splash animations for immediate editor focus.
- Optimized DOM reconciliation during session restoration.
Preferences & Performance
- Added toggle to disable startup splash animations for immediate editor focus.
- Optimized DOM reconciliation during session restoration.
v1.2.104
FEATURE RELEASEHigh contrast theme-based project tabs styling
Introduced high-contrast project tab indicators with custom status markers and active border highlights.
Release notes 4 updates
- Crisp visual separation for multiple concurrently active project tabs.
- Added high-contrast theme support for improved outdoor visibility.
Tabs Rail Design
- Crisp visual separation for multiple concurrently active project tabs.
- Added high-contrast theme support for improved outdoor visibility.
v1.2.103
FEATURE RELEASEUniversal dynamic model discovery and remote catalog registry
Dynamic model catalog discovery pulling latest provider models on demand with auto-refresh guards.
Release notes 4 updates
- Auto-populated model pickers with newly released LLM models without requiring app updates.
- Rate-limiting protection on startup catalog synchronization.
Model Catalog Registry
- Auto-populated model pickers with newly released LLM models without requiring app updates.
- Rate-limiting protection on startup catalog synchronization.
v1.2.102
FEATURE RELEASEChat UI and composer redesign
Rebuilt chat interface with expandable multi-line composer, file tag autocompletion, and visual model badge chips.
Release notes 6 updates
- Redesigned conversational stream with markdown formatting and collapsible code blocks.
- Fuzzy file search `@mention` autocompletion directly in the prompt input.
- Added model token count estimators and cost previews.
Chat & Composer
- Redesigned conversational stream with markdown formatting and collapsible code blocks.
- Fuzzy file search `@mention` autocompletion directly in the prompt input.
- Added model token count estimators and cost previews.