Merged
Conversation
added 5 commits
February 1, 2026 14:12
…r task choices - OpenAI-compatible chat: use rolling timeout (60s stall) for local so we don't prematurely call onFinalMessage(partial) and freeze the UI - When stall timeout fires with partial: set timeoutDeliveredPartial, abort stream; outer catch skips onError so user doesn't see spurious error - Win32 update: remove /mergetasks from apply and quitAndInstall so the installer preserves user's desktop/quick launch choices instead of forcing !desktopicon,!quicklaunchicon
- Initialize colorThemeState to ColorScheme.LIGHT so useIsDark() is never undefined - Notify existing listeners after _registerServices sets theme so initial state is correct - Defer theme-change notifications with queueMicrotask to avoid calling React setState synchronously from theme callback (fixes update-while-rendering)
…ark theme - Settings panel: use var(--vscode-editor-background) on root so panel matches selected theme - Logo: add border-radius 50% to sidebar title logo and editor watermark icon - Chat: switch input/toolbars from cortex palette to theme vars (input-background, sideBar-*) so chat follows selected theme - Add CortexIDE Dark built-in theme so users can choose all-black default in theme picker - Hygiene: replace unicode in Settings.tsx (info symbol, box-drawing in comments)
Override --void-bg-*, --void-fg-*, --void-border-* inside .part.auxiliarybar > .content so the React chat UI (Sidebar + children) uses theme sideBar colors instead of fixed cortex palette.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.