App packaging and UI improvements#4309
Merged
Merged
Conversation
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>
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>
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>
Ensure unsigned PR and canary macOS desktop artifacts still receive an ad-hoc signature so Gatekeeper does not treat them as damaged, while preserving the real signing path for releases. Co-authored-by: Cursor <cursoragent@cursor.com>
Use standard codesign verification for ad-hoc signed PR builds so the guard still catches unsigned apps without failing on electron-builder's ad-hoc resource metadata. Co-authored-by: Cursor <cursoragent@cursor.com>
Allow electron-builder to perform ad-hoc signing in pull request builds while keeping certificate auto-discovery disabled for unsigned CI artifacts. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep the custom draggable hidden-titlebar treatment scoped to macOS so Windows and Linux use native frames and menu bars without traffic-light spacing. Co-authored-by: Cursor <cursoragent@cursor.com>
Add platform-specific desktop chrome for Windows/Linux while preserving distinct web and macOS layouts, and animate sidebar collapse so the work area slides over the sidebar without compressing it. Co-authored-by: Cursor <cursoragent@cursor.com>
Expose Electron browser history state to the renderer and add platform chrome buttons for back and forward navigation with disabled states and shortcut hints. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep sidebar chrome controls stationary across web and macOS while animating only the content inset during sidebar toggles. 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>
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>
Co-authored-by: Cursor <cursoragent@cursor.com>
Add runtime-backed inbox queue modes with editable pending messages, queue draining, steer support, and a shared drawer UI so prompts are processed predictably across clients. Co-authored-by: Cursor <cursoragent@cursor.com>
Pause the queue head while a pending message is edited and resume processing when it returns to queued mode. Co-authored-by: Cursor <cursoragent@cursor.com>
Always send inbox prompts as queued while projecting idle optimistic sends directly into the chat until the runtime processes them. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Keep the packaging and UI branch focused on app changes so CI publishing work can live in its own stacked branch. Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #4309 +/- ##
==========================================
- Coverage 60.75% 59.22% -1.53%
==========================================
Files 284 287 +3
Lines 26633 27444 +811
Branches 7011 7344 +333
==========================================
+ Hits 16182 16255 +73
- Misses 10437 11175 +738
Partials 14 14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
✅ Deploy Preview for electric-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: Cursor <cursoragent@cursor.com>
e9a9326 to
720c023
Compare
KyleAMathews
approved these changes
May 12, 2026
Remove root planning documents from the app packaging branch while keeping local copies untracked. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep the app packaging and UI improvements release impact scoped to patch versions. Co-authored-by: Cursor <cursoragent@cursor.com>
6 tasks
`createBuiltinAgentHandler` resolved the skills directory relative to its own `import.meta.url`, which broke when `@electric-ax/agents` is bundled into the desktop app (the path then pointed at the desktop build output instead of the agents package). Thread an explicit `baseSkillsDir` through `BuiltinAgentsServer` and have the desktop app pass the right path for dev (monorepo source) and packaged (`<resources>/agent-skills`, shipped via `electron-builder.yml`).
0bb4870 to
924caaf
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
…vements' into samwillis/app-packaging-ui-improvements
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Register the desktop pull-wake runner and enable asserted auth in local start so runner-targeted Horton sessions work from the Electron app, while improving spawn errors and avoiding Anthropic-only assumptions. Co-authored-by: Cursor <cursoragent@cursor.com>
Remove the dead asserted-header identity path and stop filtering desktop sidebar sessions by created_by so local agent sessions remain visible without special identity plumbing. Co-authored-by: Cursor <cursoragent@cursor.com>
Add a patch changeset for the electric-ax CLI changes from removing asserted auth header plumbing. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
Test plan
Made with Cursor