You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add /purpose toggle command to purpose-gate extension
Adds /purpose [on|off|set|<text>] command:
- /purpose off — disable purpose injection, remove widget
- /purpose on — re-enable with existing or prompt for new
- /purpose set — prompt for a new purpose
- /purpose <text> — set purpose directly from command
When disabled, input is no longer blocked and system prompt
injection is skipped. Addresses Issue disler#23.
systemPrompt: event.systemPrompt+`\n\n<purpose>\nYour singular purpose this session: ${purpose}\nStay focused on this goal. If a request drifts from this purpose, gently remind the user.\n</purpose>`,
0 commit comments