Quote reply to the complete response with R#513
Conversation
e1d4513 to
67900f0
Compare
xenodium
left a comment
There was a problem hiding this comment.
Thanks for the PR.
Looks like a nice addition. Went to try it out, but I'm missing agent-shell-viewport-quote-reply. Am I missing a piece from PR?
67900f0 to
658ef95
Compare
|
Sorry for that oversight. I lost the function while juggling all of these PRs in my local repository and moving a patch between them. Now everything should be here. |
658ef95 to
0986d3d
Compare
|
Thanks for the ping and apologies for the delay. I'm gradually getting back to agent-shell work, but still finding my footing due to #500. I had a play with it. I really like |
|
I agree that it the look is not as nice as before where the reply buffer is completely clean. However, I reference the last agent message so often to write my reply that it is worth it to me to have it always visible without having to peek. My mental model is as follows. If we denote user messages as I think what makes sense for the user depends on how they think about the agent interaction. If the mental model is that the user sends a request and the model a response, then it makes sense to only allow to look at |
Add a keybinding
Rin view-mode to quote reply to the complete response without having to mark it first. This is useful when one wants to respond to many points by the agent in detail.This is a follow-up to #512, so includes those changes as well. It makes sure not to show the response as context at the top, because it is all quoted anyway.
Checklist
M-x checkdocandM-x byte-compile-file.