feat(app): restore to message and fork session (#17092)

This commit is contained in:
Adam 2026-03-11 16:34:48 -05:00 committed by GitHub
commit fbd9b7cf4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 328 additions and 6 deletions

View file

@ -127,6 +127,8 @@ export const dict: Record<string, string> = {
"ui.message.collapse": "Collapse message",
"ui.message.copy": "Copy",
"ui.message.copyMessage": "Copy message",
"ui.message.forkMessage": "Fork to new session",
"ui.message.revertMessage": "Reset to this point",
"ui.message.copyResponse": "Copy response",
"ui.message.copied": "Copied",
"ui.message.interrupted": "Interrupted",