Skip to content
Discussion options

You must be logged in to vote

Thanks — this is a model bug report, and the PR on top of it is even better. Answers in order:

1. Known issue / fixed in a newer image? The class is known — #728 (OAuth-failure CPU spin) and its residual #1502 (budget-exceeded drain leaking a reader thread) are both closed — but your trigger is genuinely distinct: a persistent MCP connection (idle keep-alive socket or persistent stdio child) keeping the reader thread from EOFing, so safe_close_pipes deadlocks on the TextIOWrapper lock exactly as you diagnosed. No released base image fixes this yet — 0.8.0 is current — so your #1718 is the fix, not a duplicate of one already in flight.

2. Recommended pattern / workaround? There's no config…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by vybe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants