Show chat title in conversation header - #362
Conversation
🦋 Changeset detectedLatest commit: bf1ac2b The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Thanks for sending the PR. Can you pelase attach screenshots with the applied changed? |
|
Added a screenshot to the PR description showing the active chat title in the persistent conversation header. |
|
@sajal-truefoundry I had commented on the issue first and mentioned that I will work on the fix and raised this PR a day earlier that the other PR. Not sure this is the correct way to maintain an open source project. All of my PRs are bring closed for strange reasons like someone else having fixed it already(even through I was the first to claim the issue) or requirements being changed even though they were clearly mentioned in the issue |
Summary
Show the current chat title in the persistent conversation header so the active chat is identifiable without opening the session list. The title stays alongside the existing agent label and actions across every shipped layout.
Closes #352
Changes
Screenshot
How was this tested?
pnpm lint:ci still reports eight errors in five untouched backend files: the four catalog implementations under packages/trueforge/src/catalog and packages/trueforge/src/sandbox/local/core/CodeModeUdsTransport.ts. The changed UI source and tests pass the scoped package lint command.
Checklist