TEST cover Crescendo seeded media follow-ups - #2478
Open
Roman Lutz (romanlutz) wants to merge 6 commits into
Open
TEST cover Crescendo seeded media follow-ups#2478Roman Lutz (romanlutz) wants to merge 6 commits into
Roman Lutz (romanlutz) wants to merge 6 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: c915b94a-29a0-45b5-8f3f-6ee06848b6eb
…ndo-seeded-followups
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: c915b94a-29a0-45b5-8f3f-6ee06848b6eb
…ndo-seeded-followups
hannahwestra25
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Crescendo already consumes original seed media after an accepted response and routes later turns using text or the latest generated media. This PR adds focused regression coverage for that contract, especially around cases where accidentally reattaching the original seed would reset an iterative edit.
The tests verify that:
Production code is unchanged because the current routing behavior already satisfies these cases.
Tests and Documentation
uv run pytest tests\unit\executor\attack\multi_turn\test_crescendo.py tests\unit\executor\attack\multi_turn\test_crescendo_resilience.py -q(91 passed)uv run ruff check tests\unit\executor\attack\multi_turn\test_crescendo_resilience.pyuv run ruff format --check tests\unit\executor\attack\multi_turn\test_crescendo_resilience.pygit diff --check origin/main...HEADDocumentation was not changed because this PR only strengthens coverage for existing behavior. JupyText was not run because no documentation files changed.