ZIm/crates/agent2
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
..
src acp: Fix read_file tool flickering (#36854) 2025-08-25 08:23:36 -04:00
Cargo.toml acp: Refactor agent2 send to have a clearer control flow (#36689) 2025-08-21 18:11:05 +02:00
LICENSE-GPL ACP champagne (#35609) 2025-08-06 09:01:06 +00:00