Files
oak-gpui/crates
Cole Miller 8c83281399 acp: Fix read_file tool flickering (#36854)
We were rendering a Markdown link like `[Read file x.rs (lines
Y-Z)](@selection)` while the tool ran, but then switching to just `x.rs`
as soon as we got the file location from the tool call (due to an
if/else in the UI code that applies to all tools). This caused a
flicker, which is fixed by having `initial_title` return just the
filename from the input as it arrives instead of a link that we're going
to stop rendering almost immediately anyway.

Release Notes:

- N/A
2025-08-25 08:23:36 -04:00
..
2025-08-05 18:16:47 +00:00
2025-08-13 13:25:52 -06:00
2025-08-19 20:26:56 -06:00
2025-08-20 02:11:17 +00:00
2025-08-19 20:33:44 +00:00
2025-08-21 06:48:04 +00:00