Show did it work buttons more often for AI output#8456
Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 19347afcdf
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| isLastMessage && shouldDisplayFeedbackBanner ? ( | ||
| <MessageFeedbackButtons |
There was a problem hiding this comment.
Restore copy/feedback actions for non-last assistant outputs
Wrapping MessageFeedbackButtons behind isLastMessage && shouldDisplayFeedbackBanner removes the action row entirely for older assistant replies, so once a newer message arrives users can no longer copy or rate earlier AI outputs. In this file, the previous rendering kept those buttons available on each output_text bubble (while only gating the “Did it work?” label), so this condition introduces a regression in both copy UX and per-message feedback collection for multi-turn chats.
Useful? React with 👍 / 👎.
* Show did it work buttons more often for AI output (4ian#8456) Do not show in changelog * [Auto PR] Update translations (4ian#8454) * Fix various issues and crashes when reloading/editing resoures in or outside the editor (4ian#8455) * Bump newIDE version --------- Co-authored-by: Clément Pasteau <4895034+ClementPasteau@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Florian Rival <Florian.rival@gmail.com>
* Batch of fixes (4ian#8452) * Profile not loading properly after log in / sign up * Ai requests not loading properly if opened too quickly * 3D Model previews not loading on desktop * Fix the default value displayed for the related function of action with operator (4ian#8453) * Add a callback after the in-game editor stepped (4ian#8457) Only show in developer changelog * Fix JS event API level target (4ian#8459) * improve extensions list mode * updates (#31) * Batch of fixes (4ian#8452) * Profile not loading properly after log in / sign up * Ai requests not loading properly if opened too quickly * 3D Model previews not loading on desktop * Fix the default value displayed for the related function of action with operator (4ian#8453) * Add a callback after the in-game editor stepped (4ian#8457) Only show in developer changelog * Fix JS event API level target (4ian#8459) --------- Co-authored-by: Clément Pasteau <4895034+ClementPasteau@users.noreply.github.com> Co-authored-by: D8H <Davy.Helard@gmail.com> * Show did it work buttons more often for AI output (4ian#8456) Do not show in changelog * [Auto PR] Update translations (4ian#8454) * BehaviorDialog, grid mode view and list mode improvment and new catagory folder * remove unused import * Fix various issues and crashes when reloading/editing resoures in or outside the editor (4ian#8455) * Bump newIDE version --------- Co-authored-by: Clément Pasteau <4895034+ClementPasteau@users.noreply.github.com> Co-authored-by: D8H <Davy.Helard@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Florian Rival <Florian.rival@gmail.com>
* Batch of fixes (4ian#8452) * Profile not loading properly after log in / sign up * Ai requests not loading properly if opened too quickly * 3D Model previews not loading on desktop * Fix the default value displayed for the related function of action with operator (4ian#8453) * Add a callback after the in-game editor stepped (4ian#8457) Only show in developer changelog * Fix JS event API level target (4ian#8459) * improve extensions list mode * updates (#31) * Batch of fixes (4ian#8452) * Profile not loading properly after log in / sign up * Ai requests not loading properly if opened too quickly * 3D Model previews not loading on desktop * Fix the default value displayed for the related function of action with operator (4ian#8453) * Add a callback after the in-game editor stepped (4ian#8457) Only show in developer changelog * Fix JS event API level target (4ian#8459) --------- Co-authored-by: Clément Pasteau <4895034+ClementPasteau@users.noreply.github.com> Co-authored-by: D8H <Davy.Helard@gmail.com> * Show did it work buttons more often for AI output (4ian#8456) Do not show in changelog * [Auto PR] Update translations (4ian#8454) * BehaviorDialog, grid mode view and list mode improvment and new catagory folder * remove unused import * Fix various issues and crashes when reloading/editing resoures in or outside the editor (4ian#8455) * Bump newIDE version * HomePage Menu Collapse * Master official minor improvements (#38) * Make the home page navigation sidebar collapsible * .. * Update HomePageMenuBar.js * Enlarge collapsed home page navigation icons --------- Co-authored-by: Clément Pasteau <4895034+ClementPasteau@users.noreply.github.com> Co-authored-by: D8H <Davy.Helard@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Florian Rival <Florian.rival@gmail.com>
* Batch of fixes (4ian#8452) * Profile not loading properly after log in / sign up * Ai requests not loading properly if opened too quickly * 3D Model previews not loading on desktop * Fix the default value displayed for the related function of action with operator (4ian#8453) * Add a callback after the in-game editor stepped (4ian#8457) Only show in developer changelog * Fix JS event API level target (4ian#8459) * improve extensions list mode * updates (#31) * Batch of fixes (4ian#8452) * Profile not loading properly after log in / sign up * Ai requests not loading properly if opened too quickly * 3D Model previews not loading on desktop * Fix the default value displayed for the related function of action with operator (4ian#8453) * Add a callback after the in-game editor stepped (4ian#8457) Only show in developer changelog * Fix JS event API level target (4ian#8459) --------- Co-authored-by: Clément Pasteau <4895034+ClementPasteau@users.noreply.github.com> Co-authored-by: D8H <Davy.Helard@gmail.com> * Show did it work buttons more often for AI output (4ian#8456) Do not show in changelog * [Auto PR] Update translations (4ian#8454) * BehaviorDialog, grid mode view and list mode improvment and new catagory folder * remove unused import * Fix various issues and crashes when reloading/editing resoures in or outside the editor (4ian#8455) * Bump newIDE version * HomePage Menu Collapse * Master official minor improvements (#38) * Make the home page navigation sidebar collapsible * .. * Update HomePageMenuBar.js * Enlarge collapsed home page navigation icons * Remove flagging the game as mobile on every build (4ian#8465) * Trigger unsaved changes when AI works, only when project actually modified (4ian#8464) * Fix asset store pagination when navigating folders and correctly installing visible assets (4ian#8466) * Fix rename context menu item not working anymore on the web-app (4ian#8468) * Fix resources added on Windows using a backslash instead of a slash (not consistent with other platforms) (4ian#8467) * Operators in instructions now automatically defaults to first value (4ian#8471) * 000 (#40) * Make the home page navigation sidebar collapsible * Remove flagging the game as mobile on every build (4ian#8465) * Trigger unsaved changes when AI works, only when project actually modified (4ian#8464) * Fix asset store pagination when navigating folders and correctly installing visible assets (4ian#8466) * Fix rename context menu item not working anymore on the web-app (4ian#8468) * Fix resources added on Windows using a backslash instead of a slash (not consistent with other platforms) (4ian#8467) * Operators in instructions now automatically defaults to first value (4ian#8471) --------- Co-authored-by: Clément Pasteau <4895034+ClementPasteau@users.noreply.github.com> --------- Co-authored-by: Clément Pasteau <4895034+ClementPasteau@users.noreply.github.com> Co-authored-by: D8H <Davy.Helard@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Florian Rival <Florian.rival@gmail.com>
* Batch of fixes (4ian#8452) * Profile not loading properly after log in / sign up * Ai requests not loading properly if opened too quickly * 3D Model previews not loading on desktop * Fix the default value displayed for the related function of action with operator (4ian#8453) * Add a callback after the in-game editor stepped (4ian#8457) Only show in developer changelog * Fix JS event API level target (4ian#8459) * improve extensions list mode * updates (#31) * Batch of fixes (4ian#8452) * Profile not loading properly after log in / sign up * Ai requests not loading properly if opened too quickly * 3D Model previews not loading on desktop * Fix the default value displayed for the related function of action with operator (4ian#8453) * Add a callback after the in-game editor stepped (4ian#8457) Only show in developer changelog * Fix JS event API level target (4ian#8459) --------- Co-authored-by: Clément Pasteau <4895034+ClementPasteau@users.noreply.github.com> Co-authored-by: D8H <Davy.Helard@gmail.com> * Show did it work buttons more often for AI output (4ian#8456) Do not show in changelog * [Auto PR] Update translations (4ian#8454) * BehaviorDialog, grid mode view and list mode improvment and new catagory folder * remove unused import * Fix various issues and crashes when reloading/editing resoures in or outside the editor (4ian#8455) * Bump newIDE version * HomePage Menu Collapse * Master official minor improvements (#38) * Make the home page navigation sidebar collapsible * .. * Update HomePageMenuBar.js * Enlarge collapsed home page navigation icons * Remove flagging the game as mobile on every build (4ian#8465) * Trigger unsaved changes when AI works, only when project actually modified (4ian#8464) * Fix asset store pagination when navigating folders and correctly installing visible assets (4ian#8466) * Fix rename context menu item not working anymore on the web-app (4ian#8468) * Fix resources added on Windows using a backslash instead of a slash (not consistent with other platforms) (4ian#8467) * Operators in instructions now automatically defaults to first value (4ian#8471) * 000 (#40) * Make the home page navigation sidebar collapsible * Remove flagging the game as mobile on every build (4ian#8465) * Trigger unsaved changes when AI works, only when project actually modified (4ian#8464) * Fix asset store pagination when navigating folders and correctly installing visible assets (4ian#8466) * Fix rename context menu item not working anymore on the web-app (4ian#8468) * Fix resources added on Windows using a backslash instead of a slash (not consistent with other platforms) (4ian#8467) * Operators in instructions now automatically defaults to first value (4ian#8471) --------- Co-authored-by: Clément Pasteau <4895034+ClementPasteau@users.noreply.github.com> * Fix tentatively crashes at scene editor resize * Fix a crash when deleting a function folder while one of its function was selected (4ian#8475) * Fix Spine objects not properly loading in the editor anymore (4ian#8476) - Also fix hot reloading of Spine objects in preview and the 3D editor * Bump newIDE version * Fix potential UseAfterFreeError on VariablesContainer.serializeTo * Introduce a direct link to open the create dialog (4ian#8460) Don't show in changelog * Allow extensions to set different icons for behaviors and objects (4ian#8472) --------- Co-authored-by: Clément Pasteau <4895034+ClementPasteau@users.noreply.github.com> Co-authored-by: D8H <Davy.Helard@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Florian Rival <Florian.rival@gmail.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: LuniMoon <103995399+LuniMoon@users.noreply.github.com>
No description provided.