Closed
Bug 2037612
Opened 4 months ago
Closed 3 months ago
Render tool call rows in action log
Categories
(Core :: Machine Learning: Frontend, enhancement)
Core
Machine Learning: Frontend
Tracking
()
VERIFIED
FIXED
153 Branch
People
(Reporter: jlevinsohn, Assigned: yjamora)
References
Details
(Whiteboard: [aife])
Attachments
(3 files)
Render tool execution steps using structured tool call rows.
- Each tool call is rendered as a row in the action log
- Tool rows include:
- tool identifier
- status indicator
- expandable control (if applicable)
- Rows render in execution order
- Default view shows high-level progress
- Expanded view may show additional details where available
- Only relevant tool calls are shown (intermediate or noisy steps may be suppressed)
- Multiple tool calls are supported in a single flow
- UI remains readable for both simple and multi-step flows
- Uses existing natural language tabs UI components where possible
Will refine tool calls to display as we build.
Updated•4 months ago
|
| Assignee | ||
Comment 1•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → yjamora
Attachment #9590601 -
Attachment description: WIP: Bug 2037612 - Render tool call rows in action log → Bug 2037612 - Render tool call rows in action log r=ngrato
Status: NEW → ASSIGNED
Pushed by yjamora@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/7397951b9676
https://hg.mozilla.org/integration/autoland/rev/146bfed62e01
Render tool call rows in action log r=ngrato,fluent-reviewers,flod
Comment 3•3 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
| Assignee | ||
Comment 4•2 months ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D302886
Updated•2 months ago
|
Attachment #9595366 -
Flags: approval-mozilla-beta?
Comment 5•2 months ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined/Reason for urgency: Smart Window users won't see action logs from the chat assistant response.
- Code covered by automated testing?: yes
- Fix verified in Nightly?: no
- Needs manual QE testing?: yes
- Steps to reproduce for manual QE testing: 1. about:config - browser.smartwindow.enabled = true
- Toggle smart window icon from top right corner
- login to use Smart Window
- Write some prompts like "what memories did you save?"
- You will see the action log saying like "Checking memories" then "Checked memories"
- Risk associated with taking this patch: low
- Explanation of risk level: low because it will show separately from the chat assistant response. won't affect existing flow.
- String changes made/needed?: Yes but Smart window is only for English now.
- Is Android affected?: no
Flags: qe-verify+
Updated•2 months ago
|
Flags: in-testsuite+
Updated•2 months ago
|
Attachment #9595366 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•2 months ago
|
status-firefox152:
--- → fixed
Updated•2 months ago
|
QA Whiteboard: [uplift][qa-ver-needed-c153/b152]
Comment 7•2 months ago
|
||
Verified as fixed in our latest Beta 152.0b10 and our latest Nightly build 153.0a1 (2026-06-09)
Status: RESOLVED → VERIFIED
QA Whiteboard: [uplift][qa-ver-needed-c153/b152] → [uplift][qa-ver-done-c153/b152]
Flags: qe-verify+
QA Contact: rdoghi
You need to log in
before you can comment on or make changes to this bug.
Description
•