Add changelog, update docs, fix handoff example for PR #642

This commit is contained in:
Mario Zechner 2026-01-12 00:10:14 +01:00
parent 62caf219a1
commit 783aa0d6d0
3 changed files with 10 additions and 2 deletions

View file

@ -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");