Skip to content

Add stop support for pending git actions#402

Merged
BunsDev merged 1 commit into
mainfrom
okcode/greeting
Apr 10, 2026
Merged

Add stop support for pending git actions#402
BunsDev merged 1 commit into
mainfrom
okcode/greeting

Conversation

@BunsDev

@BunsDev BunsDev commented Apr 10, 2026

Copy link
Copy Markdown
Member

Summary

  • Added a git.stopAction WebSocket request and matching contract for stopping pending git pull and stacked-action work.
  • Tracked active git request fibers on the server so stop requests and websocket disconnects can interrupt in-flight work cleanly.
  • Updated the web UI to show a Stop action during running git operations and surface git_action_stopped as an informational result instead of an error.
  • Added server coverage for stopping a pending git action from the initiating websocket.

Testing

  • bun fmt
  • bun lint
  • bun typecheck
  • bun run test

- Track in-flight pull and stacked-action requests per websocket
- Add a stop action API and surface stop buttons in the UI
- Treat interrupted git actions as a handled info state
@vercel

vercel Bot commented Apr 10, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
okcode-marketing Ready Ready Preview Apr 10, 2026 2:44pm
v0-compute-the-platform-to-build Ready Ready Preview, Open in v0 Apr 10, 2026 2:44pm

@github-actions github-actions Bot added the vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. label Apr 10, 2026
@BunsDev BunsDev merged commit b5c4c7a into main Apr 10, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant