Skip to content

Conversation

@qa296
Copy link
Owner

@qa296 qa296 commented Nov 7, 2025

Summary

This PR resolves the issue of duplicate messages when rejecting a pending plugin generation.

Details

  • Removes the redundant yield statement after invoking continue_plugin_generation in the rejection command.
  • Ensures only a single cancellation message is sent to the user upon rejecting plugin generation.
  • Improves user experience by eliminating repetitive, unnecessary output.

…neration cancel

Previously, when rejecting a pending plugin generation, the system would sometimes send two messages for cancellation due to a redundant yield after processing. This resulted in confusing user experience and cluttered message output.

This commit removes the unnecessary yield in the plugin generation rejection command, ensuring users only receive a single, accurate confirmation that plugin generation has stopped. No changes to business logic or API behavior were introduced, but the user-facing output is now cleaner and more consistent.
@qa296 qa296 closed this Nov 8, 2025
@qa296 qa296 reopened this Nov 8, 2025
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.

1 participant