fix(auto-reply): tighten silent token prefix streaming (cherry-pick openclaw#600 2/4)#1065
Merged
Conversation
Add isSilentReplyPrefixText checks alongside isSilentReplyText in agent-runner-execution, streaming-directives, and typing controller. This prevents partial silent-token prefixes from triggering typing indicators or being sent as replies. Cherry-picked-from: openclaw/openclaw@e64d72299e Co-Authored-By: Ayaan Zaidi <zaidi@uplause.io> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The cherry-picked commit imports HEARTBEAT_TOKEN in agent-runner-execution.ts but the constant was not defined in the fork's tokens.ts. Add the export to fix the build. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
e64d72299e(issue fix(queue): deduplicate followup queue entries openclaw/openclaw#600, commit 2 of 4)isSilentReplyPrefixTextchecks to agent-runner-execution, streaming-directives, and typing controllerCherry-pick details
src/auto-reply/reply/agent-runner-execution.ts,src/auto-reply/reply/streaming-directives.ts,src/auto-reply/reply/typing.ts,src/auto-reply/tokens.ts,src/auto-reply/tokens.test.tsTest plan
🤖 Generated with Claude Code
Cherry-picked-from: openclaw/openclaw@e64d72299e