Add changelog, update docs, fix handoff example for PR #642
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user