zed/crates/assistant2
Agus Zubiaga 56d20fc0a3
Reuse prompt editor across buffer and terminal assist (#22188)
Builds on https://github.com/zed-industries/zed/pull/22160 and extracts
the rest of `PromptEditor` so it can be shared across terminal and
inline assistants. This will help avoid the UI drifting as we have
already observed.

Note: This is mostly a mechanical refactor. I imagine some things could
be factored in a better way by someone with more context, but I think
this is a good start.

Release Notes:

- N/A

---------

Co-authored-by: Richard Feldman <oss@rtfeldman.com>
2024-12-18 16:12:54 -05:00
..
src Reuse prompt editor across buffer and terminal assist (#22188) 2024-12-18 16:12:54 -05:00
Cargo.toml assistant2: Add ability to fetch URLs as context (#21988) 2024-12-13 15:03:55 -05:00
LICENSE-GPL