dx-tooling / dx-tooling/sitebuilder-webapp
Persist active branch conversation history in Sitebuilder dialog view
Open
@JOORVIS is already working on this.
Since Feb 23, 2026.
prdb:enabled
prdb:planning-errored
- Dominant language
- PHP
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Description
When a conversation is active and has not yet been pushed for review or reset, the dialog history should remain visible within the branch context. Currently, previous messages are not clearly visible once the session context changes.
Proposed improvement
- If a branch has an active conversation that is:
- Not yet pushed for review, and
- Not manually reset,
then the full conversation history should remain visible in the dialog section.
- The conversation should be displayed from the beginning, preserving the entire context.
- Each message should show the name of the Sitebuilder user who submitted it.
- The history should be clearly associated with the specific branch.
Expected behavior
- Opening an active branch shows the complete conversation history.
- Users can immediately understand what changes were discussed and implemented.
- Messages display the corresponding Sitebuilder user name.
- The conversation persists until:
- The branch is pushed for review, or
- The conversation is manually reset.
Why this matters
- Improves traceability and transparency within branches.
- Prevents loss of context when multiple users collaborate.
- Makes it easier to understand what was changed and why.
- Reduces repeated prompts and duplicated work.
- Strengthens collaboration and accountability.
Environment
- Feature: Sitebuilder AI conversation / dialog section
- Context: Active branch not yet pushed for review or reset
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.