Skip to content

Releases: CortexLM/cortex-ide

v1.1.0

20 Feb 19:47

Choose a tag to compare

1.1.0 (2026-02-20)

Bug Fixes

  • activity: listen to Tauri activity:update events in ActivityIndicatorContext (2c90744)
  • ai: align backend event names and payloads with frontend listeners (8070974)
  • ai: change stream event name from "ai:stream" to "ai:stream_chunk" (6087076)
  • output: replace DOM event listeners with Tauri event bridge in OutputPanel (e68de5f)
  • sdk: correct extension command names in IPC invoke calls (4b552d4)
  • search: remove dead event listeners for search:start, search:progress, search:result (1cf5030)
  • testing: replace dead event listeners with real backend events (e5ee73c)
  • wire orphaned diagnostics, collab, and rules events between Tauri backend and SolidJS frontend (eee7c8b)

Features

  • add generic batched IPC and frontend cache for IPC optimization (87d591b)
  • add multi-tier caching to Icon component (d299094)
  • add multi-tier caching to Icon component (dad6fcb)
  • styles: implement CSS code splitting with lazy-loaded feature stylesheets (2d3f115)
  • workspace: implement missing workspace trust backend commands (d58703f)

Performance Improvements

  • build: optimize Vite config for faster dev startup and smaller bundles (345f42c)
  • context: defer IPC calls at startup in Debug, Tasks, and Terminals contexts (d3e2ff4)
  • context: lazy initialization for ExtensionsContext and LSPContext (4298dde)
  • context: optimize SettingsContext and WorkspaceContext startup (d4911e8)
  • fonts: self-host Figtree and DM Sans, remove Google Fonts blocking requests (130ec3c)
  • routing: eliminate Home page redirect render cycle (48dbd19)
  • startup: optimize Shiki and Monaco deferred loading (4c38d9c)
  • startup: split setup_app into two-phase initialization for faster time-to-window (c202900)
  • state: defer heavy state initialization using LazyState (ec5c8c0)
  • window: defer main window visibility until frontend first paint (0e4a36a)

v1.0.0

20 Feb 18:29

Choose a tag to compare

1.0.0 (2026-02-20)

Features

  • migrate cortex-gui codebase into cortex-ide (97f30b4)