in example/src/main.ts [903:909]
onContextSelected(contextItem) {
if (contextItem.command === 'Add Prompt') {
Log('Custom context action triggered for adding a prompt!');
return false;
}
return true;
},