You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ai): wire images into prompt improver and fix diff palette
- PromptImprover::trigger now accepts images and enforces a 10 MB
budget, emitting imagesBudgeted when images are dropped; callers
use peekAll() so attachments survive the improve round-trip
- LlmHttpClient::buildPayload emits multipart content array when
images are present, embedding base64 data-URIs with detail=low
- Diff palette dark canvasBg/Fg now matches the editor's own
defaultBack/Fore so the diff canvas blends seamlessly; bgGutter
added to both palettes to fix inverted gutter colors after theme
transitions
- applyDiffStyles extracted so EditorManager's lexerChanged handler
can skip diff views rather than overwriting the diff palette with
the chrome theme's defaultBack
- openFolderAsWorkspacePath resolves relative paths to absolute
before storing in the recent list or passing to QFileSystemModel,
preventing "." from leaking into persisted state
- AiAgentDock minimum width bumped to 600 to accommodate image
thumbnails without clipping
0 commit comments