ZIm/crates/agent
Danilo Leal 8f52bb92b6
agent: Add ability to interrupt current generation with a new message (#28762)
If you wanted to interrupt the current LLM response that's generating to
send a follow up message, you'd need to stop it first, type your new
message, and then send it. Now, you can just type your new message while
there's a response generating and send it. This will interrupt the
previous response generation and kick off a new one.

Release Notes:

- agent: Allow to send a new message while a response is generating,
interrupting the LLM to focus instead on the most recent prompt.
2025-04-15 13:34:35 -03:00
..
src agent: Add ability to interrupt current generation with a new message (#28762) 2025-04-15 13:34:35 -03:00
Cargo.toml Actually run the eval and fix a hang when retrieving outline (#28547) 2025-04-11 00:01:33 +00:00
LICENSE-GPL Rename assistant2 to agent (#27887) 2025-04-02 00:40:47 +00:00