feat(chat): edit saved conversation messages - #11189
Merged
Merged
Conversation
localai-org-maint-bot
force-pushed
the
bot/issue-10805-edit-chat-messages
branch
3 times, most recently
from
July 29, 2026 14:05
13d6d22 to
915442a
Compare
Add inline edit, save, and cancel controls for stored user and assistant messages without triggering inference. Preserve structured message attachments and cancel edits when streaming starts. Assisted-by: Codex:gpt-5
The saved-message edit test reloads the page to verify persistence, but its init script was replacing localStorage with the original fixture on every navigation. Seed only an empty store so reloads exercise the data written by the application. Assisted-by: Codex:gpt-5 [Codex]
localai-org-maint-bot
force-pushed
the
bot/issue-10805-edit-chat-messages
branch
from
July 31, 2026 03:17
915442a to
21a1bfb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #10805
What changed
Verification
npm run buildpassesjqgit diff --checkpassesnpm run lint -- --quietstill reports the same six pre-existing hook-rule errors present before this change (e2e/coverage-fixtures.jslines 44/53 andChat.jsxlines 192/193/200/207)Notes for reviewers
No API or backend behavior changes. Saved edits affect only the browser-local conversation history.