The Wire · Showcase
OPENHANDS CUTS EVENT NOISE, CLINE SCRUBS DEAD CODE ACROSS TWO DESKS
By RepoJournal · Filed · About AI Agents
OpenHands shipped a filter to stop forwarding unrequested automation events, while Cline burned down five legacy UI bugs in one sprint.
OpenHands landed the week's most impactful fix: a new event forwarding filter [1] that checks requested event types before routing GitHub webhooks through the automation service, cutting unnecessary org resolution and Redis work. The system caches signed requested types by source and falls back to existing supported event types if the endpoint is unavailable, making event handling both faster and more selective [2]. Over on the Cline desk, Saoud Rizwan swept through five separate cleanups in rapid succession. A dead 'Use compact prompt' toggle that was never wired to anything got ripped out of LM Studio settings [3], followed by a critical fix for OpenAI Compatible provider configuration that was resetting model IDs to gpt-4o after settings changes [4]. Cline also excised all the orphaned auto-retry UI and dead callback plumbing [5], fixed a webview-destruction bug when moving the extension between VS Code sidebars [6], and merged the cleanup commits [7]. Across both desks, 7 commits and 7 PRs landed focused work: no sprawl, no feature creep.
One email a day. Unsubscribe in one click.
Keep up with AI Agents in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Review OpenHands event filtering logic if you're running custom automation integrations OpenHands/OpenHands [plan]
- → Update Cline to latest if using OpenAI Compatible providers - model selection was broken cline/cline [immediate]
- → Monitor Cline webview stability if you dock the sidebar - fix shipped cline/cline [monitor]
References
- [1] fix: filter automation event forwarding by requested types ↗ OpenHands/OpenHands
- [2] fix: filter automation event forwarding by requested types (#15388) OpenHands/OpenHands
- [3] Remove dead "Use compact prompt" toggle from LM Studio provider settings ↗ cline/cline
- [4] fix(vscode): model ID under chat field stale / resets to gpt-4o for OpenAI Compatible ↗ cline/cline
- [5] chore: remove orphaned legacy auto-retry UI and dead onRetryAttempt plumbing ↗ cline/cline
- [6] fix(vscode): keep webview alive when moved between primary and secondary sidebars ↗ cline/cline
- [7] Remove dead "Use compact prompt" toggle from LM Studio provider settings (#12551) cline/cline