fix(feishu): preserve replies before error finals#94428
Merged
Conversation
Contributor
Author
|
Land-ready verification and landing for
Proof gap: no live Feishu tenant credentials; production dispatcher state transitions ran with mocked transport boundaries to avoid sending messages. |
Contributor
Dependency graph guard clearedThis PR no longer has blocked dependency graph changes. A future dependency graph change requires a fresh
|
Contributor
Author
|
Merged via squash.
|
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jun 19, 2026
Merged via squash. Prepared head SHA: f86d6bd Co-authored-by: steipete <[email protected]> Reviewed-by: @steipete
This was referenced Jun 19, 2026
Closed
cxbAsDev
pushed a commit
to cxbAsDev/openclaw
that referenced
this pull request
Jun 23, 2026
Merged via squash. Prepared head SHA: f86d6bd Co-authored-by: steipete <[email protected]> Reviewed-by: @steipete
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.
Summary
Linked context
Closes #94360
Related #94374
Related #94381
Real behavior proof (required for external PRs)
OPENCLAW_VITEST_MAX_WORKERS=1 corepack pnpm test src/agents/embedded-agent-runner/run/payloads.errors.test.ts extensions/feishu/src/reply-dispatcher.test.ts; then the three focused multi-final/partial/limit scenarios.Tests and validation
OPENCLAW_VITEST_MAX_WORKERS=1 pnpm test src/agents/embedded-agent-runner/run/payloads.errors.test.ts extensions/feishu/src/reply-dispatcher.test.tspnpm format -- extensions/feishu/src/reply-dispatcher.ts extensions/feishu/src/reply-dispatcher.test.tsgit diff --checkRegression coverage verifies independent and cumulative error finals, partial previews, and merged text over the configured streaming limit.
Risk checklist
Did user-visible behavior change?
YesDid config, environment, or migration behavior change?
NoDid security, auth, secrets, network, or tool execution behavior change?
NoHighest-risk area: distinguishing committed final text from replaceable streaming previews.
Mitigation: explicit per-stream final-text state, reset with the existing streaming lifecycle, plus focused regression coverage for both shapes.
Current review state
Ready for CI and maintainer review. No known author blocker. Live Feishu credential proof remains the only validation gap.