mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 21:03:19 +00:00
Add changelog, update docs, fix handoff example for PR #642
This commit is contained in:
parent
62caf219a1
commit
783aa0d6d0
3 changed files with 10 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ export default function (pi: ExtensionAPI) {
|
|||
}
|
||||
|
||||
// Let user edit the generated prompt
|
||||
const editedPrompt = await ctx.ui.editor("Edit handoff prompt (ctrl+enter to submit, esc to cancel)", result);
|
||||
const editedPrompt = await ctx.ui.editor("Edit handoff prompt", result);
|
||||
|
||||
if (editedPrompt === undefined) {
|
||||
ctx.ui.notify("Cancelled", "info");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue