Skip to content

App packaging and UI improvements#4309

Merged
samwillis merged 58 commits into
mainfrom
samwillis/app-packaging-ui-improvements
May 13, 2026
Merged

App packaging and UI improvements#4309
samwillis merged 58 commits into
mainfrom
samwillis/app-packaging-ui-improvements

Conversation

@samwillis
Copy link
Copy Markdown
Contributor

Summary

  • Combines the desktop app packaging work, app settings, and agents UI improvements into one review branch.
  • Preserves the original stacked commit history from the source branches.
  • Removes the desktop CI build/publish workflow changes so those can be reviewed separately.

Test plan

  • Not run in this branch preparation step.

Made with Cursor

samwillis and others added 30 commits May 8, 2026 14:41
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>
samwillis and others added 8 commits May 10, 2026 17:33
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
Copy link
Copy Markdown

codecov Bot commented May 12, 2026

Codecov Report

❌ Patch coverage is 14.43719% with 1049 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.22%. Comparing base (b02c21d) to head (fd69474).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...r-ui/src/components/settings/pages/ServersPage.tsx 0.00% 110 Missing ⚠️
packages/agents-server-ui/src/lib/sendMessage.ts 0.00% 95 Missing ⚠️
...agents-server-ui/src/hooks/useServerConnection.tsx 0.00% 94 Missing ⚠️
...s-server-ui/src/components/EntityContextDrawer.tsx 0.00% 89 Missing ⚠️
packages/agents-runtime/src/process-wake.ts 52.43% 78 Missing ⚠️
...s/agents-server-ui/src/components/MessageInput.tsx 0.00% 72 Missing ⚠️
...agents-server-ui/src/components/views/ChatView.tsx 0.00% 68 Missing ⚠️
...s-server-ui/src/components/workspace/Workspace.tsx 0.00% 58 Missing ⚠️
.../src/components/settings/pages/CredentialsPage.tsx 0.00% 38 Missing ⚠️
...s/agents-server-ui/src/components/ServerPicker.tsx 0.00% 36 Missing ⚠️
... and 29 more
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              
Flag Coverage Δ
packages/agents 70.78% <50.00%> (-0.22%) ⬇️
packages/agents-mcp 77.54% <100.00%> (+0.67%) ⬆️
packages/agents-runtime 80.01% <65.19%> (-0.33%) ⬇️
packages/agents-server 73.20% <28.07%> (-0.61%) ⬇️
packages/agents-server-ui 6.25% <0.10%> (-1.22%) ⬇️
packages/electric-ax 37.59% <33.33%> (+0.58%) ⬆️
packages/experimental 87.73% <ø> (ø)
packages/react-hooks 86.48% <ø> (ø)
packages/start 82.83% <ø> (ø)
packages/typescript-client 94.32% <ø> (ø)
packages/y-electric 56.05% <ø> (ø)
typescript 59.22% <14.43%> (-1.53%) ⬇️
unit-tests 59.22% <14.43%> (-1.53%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 12, 2026

Deploy Preview for electric-next ready!

Name Link
🔨 Latest commit 37ca59e
🔍 Latest deploy log https://app.netlify.com/projects/electric-next/deploys/6a033b5deda6ec00087441d2
😎 Deploy Preview https://deploy-preview-4309--electric-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Co-authored-by: Cursor <cursoragent@cursor.com>
@samwillis samwillis force-pushed the samwillis/app-packaging-ui-improvements branch from e9a9326 to 720c023 Compare May 12, 2026 07:13
@samwillis samwillis marked this pull request as ready for review May 12, 2026 07:56
samwillis and others added 2 commits May 12, 2026 10:58
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>
`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`).
@balegas balegas force-pushed the samwillis/app-packaging-ui-improvements branch from 0bb4870 to 924caaf Compare May 12, 2026 13:23
samwillis and others added 8 commits May 12, 2026 17:22
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>
@samwillis samwillis merged commit dfc9a45 into main May 13, 2026
58 checks passed
@samwillis samwillis deleted the samwillis/app-packaging-ui-improvements branch May 13, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants