acp: Rename assistant::QuoteSelection
and support it in agent2 threads (#36628)
Release Notes: - N/A
This commit is contained in:
parent
d1820b183a
commit
595cf1c6c3
11 changed files with 148 additions and 79 deletions
|
@ -16,7 +16,7 @@ To begin, type a message in a `You` block.
|
|||
|
||||
As you type, the remaining tokens count for the selected model is updated.
|
||||
|
||||
Inserting text from an editor is as simple as highlighting the text and running `assistant: quote selection` ({#kb assistant::QuoteSelection}); Zed will wrap it in a fenced code block if it is code.
|
||||
Inserting text from an editor is as simple as highlighting the text and running `agent: quote selection` ({#kb agent::QuoteSelection}); Zed will wrap it in a fenced code block if it is code.
|
||||
|
||||

|
||||
|
||||
|
@ -148,7 +148,7 @@ Usage: `/terminal [<number>]`
|
|||
|
||||
The `/selection` command inserts the selected text in the editor into the context. This is useful for referencing specific parts of your code.
|
||||
|
||||
This is equivalent to the `assistant: quote selection` command ({#kb assistant::QuoteSelection}).
|
||||
This is equivalent to the `agent: quote selection` command ({#kb agent::QuoteSelection}).
|
||||
|
||||
Usage: `/selection`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue