release v0.9.0-rc.15: fix Windows NSIS build: unused getProcessInfo warning - #262
Merged
36 commits merged intoAug 2, 2026
Merged
release v0.9.0-rc.15: fix Windows NSIS build: unused getProcessInfo warning#26236 commits merged into
36 commits merged into
Conversation
…d idle wakeup Stabilize Team Chat history loading with a proper loading state, stream large image previews, stop background_exec completion fan-out that created ghost mailbox items, and fix attention-loop lost-wakeup when idle with queued mail. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…Upgrade Co-authored-by: Cursor <cursoragent@cursor.com>
…lear stale model routing Co-authored-by: Cursor <cursoragent@cursor.com>
…gle-instance gate Force-kill on NSIS upgrade, brand icon.ico, await listen + quit timeout; Hub connect success page without auto markus://; await OpenRouter sync before onboarding. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Attach WriteStream error handlers and close the logger before temp homedir cleanup; also clear telemetry's initial setTimeout on destroy. Co-authored-by: Cursor <cursoragent@cursor.com>
Retag to re-trigger desktop/npm publish; includes the runtime logger ENOENT fix so check stays green. Co-authored-by: Cursor <cursoragent@cursor.com>
…redits Hub catalog reports DeepSeek V4 Flash max_output=393216; filling that into every chat made member keys look broke while Markus CU still had balance. Co-authored-by: Cursor <cursoragent@cursor.com>
Hardcoding a 32k wire cap was the wrong tradeoff. Catalog ceiling is for context budgeting only; omit max_tokens unless the caller sets it explicitly. Co-authored-by: Cursor <cursoragent@cursor.com>
… agents Anthropic/OpenAI/Google/Ollama require max_tokens on the wire; 4096 truncates typical agent patches. Markus/OpenRouter still omits unless explicitly set. Co-authored-by: Cursor <cursoragent@cursor.com>
Ship L0 learning habits + evolve-from-message, retire self-evolution skill, fix deliverable_create file/project wiring, and route Markdown links (anchors, local files, http) correctly in desktop/web UI. Co-authored-by: Cursor <cursoragent@cursor.com>
…hard-stop Document Markus Cloud billing client touchpoints, add a Hub response-field contract test, and assert LLMRouter does not fall back to BYOK on CU_EXCEEDED / MARKUS_RATE_LIMITED. Co-authored-by: Cursor <cursoragent@cursor.com>
…at UX Post-task reflection uses scenario distillation with Habits and skill install HITL; memory/task/skill search match keywords (not whole phrases) including curated knowledge; notification bell defers mark-read for chat ack, strips notify_context from segments, and fixes virtualizer overlap on unhide. Co-authored-by: Cursor <cursoragent@cursor.com>
Tighten eqeqeq/prefer-const in afford, packing, and provider paths so quick-release CI checks pass. Co-authored-by: Cursor <cursoragent@cursor.com>
Add sessionId and tokensUsed so web-ui typecheck passes before RC release. Co-authored-by: Cursor <cursoragent@cursor.com>
…rch, notify_user Chat UX fixes
createAgent only exposes skill catalog metadata; assert bodies load via discover_tools instead of eager inject. Co-authored-by: Cursor <cursoragent@cursor.com>
Force Desktop/Start Menu shortcuts on NSIS install, hide the native menu bar on Windows/Linux, and render C:/ file:// local images via /api/files/image. Co-authored-by: Cursor <cursoragent@cursor.com>
…kdown image paths
Rename to markus-installer.nsh, force per-user shortcuts, and never block install on false "app running" detection. Co-authored-by: Cursor <cursoragent@cursor.com>
…nning detect, per-user shortcuts
Skip broken silent old uninstallers after killing install-dir processes, and create Desktop/Start Menu links via CreateShortCut plus PowerShell. Co-authored-by: Cursor <cursoragent@cursor.com>
…log and force desktop shortcuts
… launch Stop relying on customCheckAppRunning alone: patch electron-builder process-check and uninstall retry dialogs before packaging, and ensure Desktop/Start Menu shortcuts from the app. Co-authored-by: Cursor <cursoragent@cursor.com>
…irst-launch shortcuts
Keep the backend running when the Windows window is closed; restore macOS window drag, Settings traffic-light padding, and Deliverables FAB. Co-authored-by: Cursor <cursoragent@cursor.com>
After rewriting CHECK_APP_RUNNING, un._GetProcessInfo is unreferenced and makensis fails with warning 6010 treated as error. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Version bump v0.9.0-rc.14 → v0.9.0-rc.15