Skip to content

fix: keep substantial assistant answers visible - #684

Open
huiq777 wants to merge 1 commit into
agegr:mainfrom
huiq777:fix/622-preserve-earlier-answer
Open

fix: keep substantial assistant answers visible#684
huiq777 wants to merge 1 commit into
agegr:mainfrom
huiq777:fix/622-preserve-earlier-answer

Conversation

@huiq777

@huiq777 huiq777 commented Sep 1, 2026

Copy link
Copy Markdown

Summary

  • auto-expand process details when folded assistant messages contain substantial text or images
  • keep routine short progress messages collapsed when a final answer is visible
  • preserve the existing expanded state when no final answer exists
  • add regression coverage for text, image, and fallback behavior

Fixes #622

Testing

  • npm test — 848 passed
  • npm run lint
  • ./node_modules/.bin/tsc --noEmit
  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Long assistant text is folded into ProcessDetailsGroup when a trailing tool call follows; UI shows only the last short segment

1 participant