diff options
| author | t <t@tjp.lol> | 2026-06-16 12:02:33 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-06-16 12:02:58 -0600 |
| commit | e9708f910b74fa0f5412d0157cb2d43c9425a480 (patch) | |
| tree | fc9b71bafd05787e77b785a1ae769f0d6ed0d442 /issues.md | |
| parent | 28cb3eacfcf1217b4d014dd864005deb2d7f0585 (diff) | |
fix user-text empty lines
Diffstat (limited to 'issues.md')
| -rw-r--r-- | issues.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ - [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. -- [ ] 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. - - [ ] 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. +- [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). |
