@xynogen/pix-commands 0.6.3 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xynogen/pix-commands",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "Pi extension — slash commands for cache clearing and isolated side questions",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
package/src/unattended.ts CHANGED
@@ -68,7 +68,8 @@ export async function confirmYoloConsent(events: EventBus, ctx: ModelCtx): Promi
68
68
  const result = await showOverlay(ui, {
69
69
  mode: "confirm",
70
70
  accent: "error",
71
- title: "⚠ YOLO MODE — no human confirms anything",
71
+ icon: icon("warn"),
72
+ title: "YOLO Mode — No Human Confirms Anything",
72
73
  body: [
73
74
  "Every gate auto-approves, including RED and root. Destructive,",
74
75
  "irreversible actions (data loss, wiped disks, force-push) can run",