Commit Graph
5 Commits
Author SHA1 Message Date
Christian RochaandGitHub efe42e801f fix(agent): prevent session corruption due to malformed image data (#2597) 2026-04-12 10:07:41 -04:00
Andrey NeringandGitHub aae4c30822 fix(ui): fix selection of code blocks with tabs inside markdown (#2039)
Yes, this is very specific. You need a code block, inside markdown,
that uses tabs instead of spaces for indentation, like Go code.

This affected both how the code is present on the TUI as well as the text
copied to clipboard.

We need to convert tabs into 4 spaces on the highlighter to match how
it's shown in the TUI.

Centralized this into a function to ensure we're doing the exact same
thing everywhere.
2026-01-29 10:29:46 -03:00
Andrey Nering 99a896d108 refactor: use ContainsAnyOf from x 2026-01-26 15:39:34 -03:00
Andrey Nering 2c97eb8a5b feat: show progress bar on iterm2 and rio 2025-12-02 12:00:45 -03:00
Andrey NeringandGitHub 07a4738eec fix: improve ux for presenting errors from providers (#1388) 2025-11-07 17:03:47 -03:00