Skip to content

fix(limits): handle async command runner rejection - #150

Merged
pitimon merged 1 commit into
mainfrom
fix/145-handle-async-command-runner
Aug 5, 2026
Merged

fix(limits): handle async command runner rejection#150
pitimon merged 1 commit into
mainfrom
fix/145-handle-async-command-runner

Conversation

@pitimon

@pitimon pitimon commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • enforce the existing synchronous commandRunner contract at the shared helper boundary
  • immediately attach a rejection handler to unsupported thenables
  • return a spawnSync-shaped failure instead of letting rejected Promises escape process state
  • surface the specific contract error as a visible Antigravity provider error
  • preserve ordinary missing-binary behavior

Verification

Closes #145

@pitimon
pitimon merged commit 84cde4c into main Aug 5, 2026
1 check passed
@pitimon
pitimon deleted the fix/145-handle-async-command-runner branch August 5, 2026 09:05
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.

limits: rejecting async commandRunner leaks unhandled rejections from Antigravity discovery

1 participant