fix(agents): preserve native child delivery and human answer presentation - #4
Merged
Merged
Conversation
…gdotgg#10402) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…tgg#10410) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…g#10408) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…tgg#10262) Co-authored-by: Simone <185146821+Lucenx9@users.noreply.github.com>
Updated model version and adjusted budget limits for PRs and runs.
…ic API error (pingdotgg#10321) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…pingdotgg#10404) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…he outbox (pingdotgg#10405) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: adityagarud <garudaditya079@gmail.com>
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…otgg#10378) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com> Co-authored-by: Julius Marminge <julius0216@outlook.com>
…ngdotgg#10413) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…dotgg#10463) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…ccount (pingdotgg#10462) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Preserve the working 0.0.38 fork with exact provider-instance routing, native child lifecycle and telemetry, and subscription and OpenRouter-backed targets. Document the native T3 Connect source-build configuration. Co-authored with Claude 5.1 Fable via Claude Code. Publication prepared with GPT-6 through the Codex harness.
agiontheway
marked this pull request as ready for review
September 10, 2026 15:19
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.
This checkpoints the fork's 0.0.39 upgrade and cross-provider dispatch fixes. Automatic child completions reach the parent through hidden provider input and remain visible in the native task/Agents interface, without an extra parent user-message bubble. Pending native questions retain their callbacks, and accepted human answers now appear as ordinary chat messages.
Scope and design
b68655c8and the prior release upgrade. The ancestry-only reconciliation commit does not change the tree.ef18a438: record deterministic internal child-delivery requests and exact input acknowledgements; retain native child task presentation and existing provider continuation.811c58906: record an accepted native human answer through the existing user-message event, on its original turn, without sending the answer twice or creating another provider turn.The latest corrections change server/internal-contract code and focused tests. They do not change frontend source, provider adapters, the public client command/event interface, mobile applications, dependencies, or historical messages. The full PR includes the older fork upgrade; it is not presented as only the latest small correction.
Validation
811c58906a89passed integrity and arm64 inspection; the bundled server matches the fresh build and retains the previous callback and hidden-delivery fixes. SHA-256:2bf4e11318da7addd82625c182c835f763cec63db788ea32ba5301eb7be18d2a.Fork CI status: no required checks or branch-protection rules are configured. The copied Blacksmith jobs are queued without an assigned runner; GitHub CI is not claimed to have passed. The merge gate uses the scoped local validation and independent reviews above.
Evidence and screenshots remain local. No private session transcripts, local test credentials, or screenshots are attached to this public PR. The local build retains ad-hoc signing and is not Developer ID notarized.
Implementation and review: Codex/T3 harness with GPT-6 Astra review; real Claude and Codex providers used for acceptance tests. The maintainer has authorized merging after the privacy sweep, required checks, and blocking-review gates pass.