Skip to content

Fix Cursor fetch crash path#663

Merged
ratulsarna merged 3 commits intomainfrom
codex/cursor-crash-661
Apr 8, 2026
Merged

Fix Cursor fetch crash path#663
ratulsarna merged 3 commits intomainfrom
codex/cursor-crash-661

Conversation

@ratulsarna
Copy link
Copy Markdown
Collaborator

Summary

  • replace the Cursor usage-summary/user-info async let flow with a cancellation-safe task-group implementation
  • add regression coverage for the success/failure cases around the Cursor fetch path

Fixes #661.

@anirudhvee
Copy link
Copy Markdown

It looks like the failures are from the new urlSession: URLSession = .shared in CursorStatusProbe.swift. It probably just needs the usual #if canImport(FoundationNetworking) import there for Linux.

@ratulsarna ratulsarna merged commit a04986b into main Apr 8, 2026
4 checks passed
@ratulsarna ratulsarna deleted the codex/cursor-crash-661 branch April 8, 2026 12:10
@hhh2210
Copy link
Copy Markdown

hhh2210 commented Apr 9, 2026

when can we publish a release for that?

@ratulsarna
Copy link
Copy Markdown
Collaborator Author

@hhh2210 Over the weekend

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.

Crash on launch when Cursor provider is enabled in 0.20 (55)

3 participants