From 493a15c310fe2566107a1b200cb654295502657a Mon Sep 17 00:00:00 2001 From: t Date: Tue, 16 Jun 2026 12:15:49 -0600 Subject: esc key to interrupt the agent --- issues.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 issues.md (limited to 'issues.md') diff --git a/issues.md b/issues.md deleted file mode 100644 index daf9010..0000000 --- a/issues.md +++ /dev/null @@ -1,6 +0,0 @@ -- [x] at the end of _any_ **kind** ~of~ `formatting`, ALL styles are cleared, which for user-text clears the background that should still be there. -- [x] screen flickers. I think our differential rendering has gotten broken and we're re-drawing the full conversation on every update. -- [x] tool components don't have their collapsed form any more, they're always showing their output expanded, ctrl+o does nothing. -- [x] empty lines in user-text are getting dropped - (shift+enter)*2 doesn't show an empty line in the middle when the user text is rendered in the component. - - [x] in another test, this text: "`code block`\n_underline_\n**bold**\n~strikethrough~" was collapsed down to one line with just spaces between them. this time it wasn't even a double-newline. -- [ ] keybindings need to work while the agent is working in a loop. most important: Escape should interrupt the agent wherever it is, return back to user-input mode (to avoid a broken convo history we'll have to clear any tool calls that didn't get results). -- cgit v1.3