fix(todo): align in-progress guidance with concurrent work - #44222
Open
tossp wants to merge 1 commit into
Open
Conversation
移除单一进行中任务限制,并要求实际运行的并发或委派任务如实标记。 Refs: anomalyco#44221
Reasonable prompt-hygiene fix: if the runtime already tolerates multiple Suggestions:
|
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.
Issue for this PR
Closes #44221
Type of change
What does this PR do?
The
todowritedescription required exactly onein_progressitem even though the runtime supports multiple. In a GPT-5.6 Sol session, this was interpreted as a scheduling constraint and caused independent ready work to be serialized.This PR updates only the model-facing description:
in_progress, including concurrent or delegated work;in_progresswhile work remains.No runtime or UI behavior is changed.
How did you verify your code works?
git diff --checkpasses.No functional tests were run because this is a text-only tool description change and does not alter runtime behavior.
Screenshots / recordings
Not applicable; this is not a UI change.
Checklist