Add "The agent didn't finish the job" feedback reason to Likert scale #10417
+20
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
End-user friendly description of the problem this fixes or functionality this introduces.
Added a new feedback option "The agent didn't finish the job" to the Likert scale feedback selector and added a tooltip to the confirmation mode switch. This allows users to provide more specific feedback when the agent stops working before completing the requested task, and helps users understand what confirmation mode does.
Summarize what the PR does, explaining any non-trivial design decisions.
This PR makes two improvements to the frontend settings:
1. New Feedback Reason:
FEEDBACK$REASON_DIDNT_FINISH_JOB
in the i18n declaration fileFEEDBACK_REASONS
array, positioned between "should ask first" and "other" options2. Confirmation Mode Tooltip:
SETTINGS$CONFIRMATION_MODE_TOOLTIP
translation keyThe new feedback reason appears when users give a rating of 3 stars or below, providing them with a more specific option to indicate when the agent didn't complete the requested task. The tooltip helps users understand what confirmation mode does before enabling it.
Link of any specific issues this addresses:
This addresses user feedback requests for more granular feedback options when agents don't complete their assigned tasks and improves UX by explaining what confirmation mode does.
To run this PR locally, use the following command:
GUI with Docker:
CLI with uvx: