Restore image attachments/text elements when recalling input history (Up/Down)#9628
Restore image attachments/text elements when recalling input history (Up/Down)#9628charley-oai merged 3 commits intomainfrom
Conversation
|
@codex review this |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 821f480fee
ℹ️ 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".
b3aa0f2 to
aebb2f3
Compare
a340b14 to
ba9cfed
Compare
|
@codex review this |
|
Codex Review: Didn't find any major issues. More of your lovely PRs please. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
ba9cfed to
2f6cec1
Compare
2f6cec1 to
c617e93
Compare
|
@codex review this |
|
Codex Review: Didn't find any major issues. Hooray! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
Summary
tuiandtui2.Changes
tui/src/bottom_pane/chat_composer_history.rs: storeHistoryEntry(text + elements + image paths) for local history; adapt navigation + tests.tui2/src/bottom_pane/chat_composer_history.rs: same as above.tui/src/bottom_pane/chat_composer.rs: record rich history entries and restore them on Up/Down; update Ctrl+C history and tests.tui2/src/bottom_pane/chat_composer.rs: same as above.