Migrate core render util to use xterm.js as part of the rendering loop. (#19044)

This commit is contained in:
Jacob Richman
2026-02-18 16:46:50 -08:00
committed by GitHub
parent 04c52513e7
commit 04f65f3d55
213 changed files with 7065 additions and 3852 deletions
@@ -5,7 +5,8 @@ exports[`<ChatList /> > handles invalid date formats gracefully 1`] = `
- bad-date-chat (Invalid Date)
Note: Newest last, oldest first"
Note: Newest last, oldest first
"
`;
exports[`<ChatList /> > renders correctly with a list of chats 1`] = `
@@ -14,7 +15,11 @@ exports[`<ChatList /> > renders correctly with a list of chats 1`] = `
- chat-1 (2025-10-02 10:00:00)
- another-chat (2025-10-01 12:30:00)
Note: Newest last, oldest first"
Note: Newest last, oldest first
"
`;
exports[`<ChatList /> > renders correctly with no chats 1`] = `"No saved conversation checkpoints found."`;
exports[`<ChatList /> > renders correctly with no chats 1`] = `
"No saved conversation checkpoints found.
"
`;