Closed
Bug 2028519
Opened 12 days ago
Closed 8 days ago
The Context chips are displayed for follow up conversations
Categories
(Core :: Machine Learning: Frontend, defect)
Tracking
()
People
(Reporter: rdoghi, Assigned: echa)
References
(Blocks 1 open bug)
Details
(Whiteboard: [genai][chat])
Attachments
(1 file)
|
1.41 MB,
video/mp4
|
Details |
Found in
- Beta 150.0b4
Affected versions
- Nightly 151.0a1 (2026-03-31)
- Beta 150.0b4
Affected platforms
- all
Steps to reproduce
- Open Smart Window.
- Reach IGN.com
- Ask the assistant if there are any tech deals on this page.
- Ask which deal is the best.
Expected result
*The Context chip should not be displayed for a follow up prompt for the same topic.
Actual result
- The Active Tab Context chip is displayed in the follow up prompt.
Regression range
N/A
Updated•12 days ago
|
This can be fixed in ai-window.mjs. In submitChatMessage , this.fetchAIResponse should be called with pageUrl: contextPageUrl like so:
this.#fetchAIResponse(trimmed, { ...this.#createUserRoleOpts(contextMentions), pageUrl: contextPageUrl, });
Fixed as part of Bug 2028523
Status: NEW → RESOLVED
Closed: 8 days ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•7 days ago
|
||
Verified as fixed in our latest Nightly 151.0a1 (2026-04-06)
Status: RESOLVED → VERIFIED
QA Whiteboard: [qa-found-in-c151][QA-4747][S3] → [qa-found-in-c151][QA-4747][S3][qa-ver-done-c151/b150]
QA Contact: rdoghi
You need to log in
before you can comment on or make changes to this bug.
Description
•