Skip to content

Conversation

dandavison
Copy link
Contributor

Fix code alignment in plugins README documentation.
Trim trailing whitespace.

@dandavison dandavison requested a review from a team as a code owner August 20, 2025 13:47
@dandavison dandavison force-pushed the dan-9993-readme-plugins branch from 87a845f to 999e0a7 Compare September 4, 2025 02:07
@dandavison dandavison merged commit a46a742 into main Sep 4, 2025
16 of 17 checks passed
@dandavison dandavison deleted the dan-9993-readme-plugins branch September 4, 2025 02:09
def run_replayer(

async def run_replayer(
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Async Method Returns Coroutine Instead of Context Manager

The UnifiedPlugin.run_replayer method was changed from def to async def. This makes the method return a coroutine, but it should directly return an AbstractAsyncContextManager by delegating to the next plugin. This change breaks the API contract, as callers would now need to await the method before using the context manager.

Fix in Cursor Fix in Web

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.

2 participants