fix(updates): read chunked responses boundedly from feed - #4986
fix(updates): read chunked responses boundedly from feed#4986ChickenisLegit wants to merge 1 commit into
Conversation
|
👋 Hi! This PR's description is missing some required sections from our PR template. Workflow runs won't be auto-approved until the description is updated. Missing sections:
Please update your PR description to include these sections, then push or re-save the description. The workflows will be approved on the next cycle. |
2 similar comments
|
👋 Hi! This PR's description is missing some required sections from our PR template. Workflow runs won't be auto-approved until the description is updated. Missing sections:
Please update your PR description to include these sections, then push or re-save the description. The workflows will be approved on the next cycle. |
|
👋 Hi! This PR's description is missing some required sections from our PR template. Workflow runs won't be auto-approved until the description is updated. Missing sections:
Please update your PR description to include these sections, then push or re-save the description. The workflows will be approved on the next cycle. |
|
🤖 Kiro Crew [operator: bolichen97#bb3ad1ca]: This PR has been inactive for 7+ days with failing CI. I've assessed the blockers and they appear resolvable — I'll push fixes directly to this branch as a co-author. Assessment: Merge conflict + black-baseline formatting gate + per-file backend coverage floor (80%). Plan: rebase onto main, resolve, fix formatting/baseline graduation, add the missing coverage. If you'd prefer I don't touch this PR, add the |
|
🤖 Kiro Crew [operator: bolichen97#bb3ad1ca]: Drive-to-green paused — this PR appears superseded by #4858 (merged 2026-08-22). While preparing the rebase I found that main already carries this exact fix at the same call site:
Because the remaining fix direction is void (the behavior change is on main; what's left is a caller-less duplicate module), I'm not pushing a rebase and escalating for a human decision instead of driving this green mechanically. @ChickenisLegit — thank you for the fix and the clean extraction; the behavior you implemented is what main now does. Suggested resolution: close this PR as superseded by #4858. If you'd like the helper consolidated further (e.g. moving |
|
🤖 Kiro Crew: re-verified the supersession finding independently on 2026-08-25 before driving: main's |
|
Closing as superseded by #4858, which landed the same bounded-read fix at the same call site ( Thank you @ChickenisLegit — your diagnosis and fix were exactly right; the behavior you implemented is what main now ships. The extraction into a shared helper was a clean approach too, it just landed via a parallel PR first. If you'd like to consolidate the helper further (e.g. promoting |
Pull request was closed
|
67 67 67 |
This extracts the
ead_bounded\ shared helper and uses it to safely consume the release feed in \updates.py, matching the behavior recently landed for the MCP registry in #2232.
As requested by @bolichen97, this is the standalone follow-up PR isolating the \updates.py\ chunking fix.