fix(web): preserve historical tool styling in chat history#905
fix(web): preserve historical tool styling in chat history#905binbandit wants to merge 3 commits intopingdotgg:mainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This is more complete version of the one that i did and should be merged asap |
|
I couldn’t find a issue/pr specifically for this problem none has been reported yet |
|
yeah looks like there isnt any |
|
maybe im just super good at seeing tiny problems 🤷♀️ |
Summary
Validation
Note
Preserve historical tool rows in chat timeline after a new user turn starts
deriveWorkLogEntriesin session-logic.ts now accepts an optionalturnIdfilter; when omitted, it returns work entries across all turns instead of filtering to the active turn.ChatViewno longer passesactiveLatestTurn?.turnIdtoderiveWorkLogEntries, so the timeline includes tool/work entries from prior turns.Macroscope summarized 943afd5.