fix: acknowledge IM tasks before debounce and queue wait - #233
Open
Ivor-NCUT wants to merge 3 commits into
Open
Conversation
Author
|
补充修复了截图中的长富文本 @ 场景和启动失败反馈:
验证:
生产日志中的对应证据是:一条带真实 @ 的长富文本消息进入 intake 后被记录为 |
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.
Closes #232.
Moves the existing
Typingworking reaction from agent-run start to accepted-message intake. This gives users immediate feedback even when:The reaction promise stays non-blocking. Reactions are cleaned up after the corresponding batch finishes, including messages coalesced into one batch and messages cancelled by a slash command.
Validation:
pnpm vitest run tests/integration/bot/markdown-stream-startup-failure.test.ts(12 passed)pnpm typecheckpnpm buildgit diff --check