feat(progress): show honest waits and delegated work - #137
Merged
Conversation
Thread transfer impact✅ Thread transfer remains within every enforced ceiling.
Baseline: Scenario and decoded snapshot size10 historical turns, 5 command tools per turn, 878.9 KiB retained MCP result per historical turn, and a 1.05 MiB retained result in the measured turn.
Updated in place by a trusted workflow. PR artifacts are strictly validated and never executed. |
rynfar
force-pushed
the
feat/plan-progress-preview
branch
from
August 29, 2026 00:45
ce6dfc8 to
daebe77
Compare
Collaborator
Author
This was referenced Aug 29, 2026
rynfar
added a commit
that referenced
this pull request
Aug 29, 2026
Independent review of both task-parity items found #8097 is superseded: Pylon shipped the same fix in #137 via the latest_plan_activity CTE, before the upstream draft opened, and with waiting-step retention the draft's settled-turn gate would regress it. Its migration id 42 is unusable here and collides on upstream's own trunk. #5760 is a real defect present in Pylon and is Pylon's to fix; there is no upstream patch. Record the v2 SDK todo.updated approach and the two fragments of #8097 still worth taking on their own merits.
rynfar
added a commit
that referenced
this pull request
Aug 30, 2026
Independent review of both task-parity items found #8097 is superseded: Pylon shipped the same fix in #137 via the latest_plan_activity CTE, before the upstream draft opened, and with waiting-step retention the draft's settled-turn gate would regress it. Its migration id 42 is unusable here and collides on upstream's own trunk. #5760 is a real defect present in Pylon and is Pylon's to fix; there is no upstream patch. Record the v2 SDK todo.updated approach and the two fragments of #8097 still worth taking on their own merits.
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.

Problem
Plan progress could not distinguish active work from a real dependency, so an agent waiting for the user looked like it was still working. Native delegated work was also visible only as separate agent activity, without a quiet summary beside the root plan.
Solution
waitingplan state withwaitingOn: user | delegates | externalfor managed Prime plans;!and Needs your input only when the user must act;The managed Prime tool enforces at most one active
inProgressorwaitingstep. Existing provider-native plans keep their current compatibility. Web and desktop render this shared UI; mobile has no plan surface yet and is unchanged.The rebased UI uses Pylon's shared Dot Matrix status language: warning for user-owned waits and waiting for passive dependencies.
Evidence
Before and after images will be attached to this PR conversation.
Verification
@t3tools/contractstypecheckt3server typecheck@t3tools/webtypecheckgit diff --checkCloses #126
Built with GPT-5.6 Sol using Pylon's Prime Agent harness.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.