Skip to content

Support stashing on git pull and fix node-pty spawn helper permissions#9

Merged
SDSLeon merged 2 commits into
masterfrom
pr-fixes
May 23, 2026
Merged

Support stashing on git pull and fix node-pty spawn helper permissions#9
SDSLeon merged 2 commits into
masterfrom
pr-fixes

Conversation

@SDSLeon
Copy link
Copy Markdown
Owner

@SDSLeon SDSLeon commented May 23, 2026

  • Feature (Git): Add support for stashing and reapplying local changes during git pulls, prompting the user with a confirmation dialog if there are pending uncommitted modifications.
  • Bugfix (PTY): Ensure the node-pty spawn-helper binary is executable before launching a shell session to prevent opaque "posix_spawnp failed" errors.
  • Bugfix (GitHub): Retain remote branches upon merging PRs by removing the automatic branch deletion flag.
  • UI/UX: Register the pull-from-source confirmation dialog and standardize border-radiuses across all modal dialogs.

- Add `PullFromSourceDialog` and state store to prompt for stash confirmation
- Update git pull contracts, actions, and services to support the stashing flow
- Stop appending `--delete-branch` in GitHub PR merge command
- Extract and centralize the `node-pty` spawn-helper executable check
@vercel
Copy link
Copy Markdown

vercel Bot commented May 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lightcode-landing Ready Ready Preview, Comment May 23, 2026 8:05pm

@SDSLeon SDSLeon merged commit 3317ab5 into master May 23, 2026
6 checks passed
@SDSLeon SDSLeon deleted the pr-fixes branch May 23, 2026 20:09
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.

1 participant