toggle_confirm_mode
Switch between asking for confirmation before saving storefront changes or applying them immediately. The chosen mode persists across sessions.
Instructions
Toggle update confirmation mode. Controls whether update tools ask for user confirmation before saving.
"always_confirm" (default): Shows diff first, requires user approval before saving. Safer.
"auto_apply": Applies changes immediately without preview. Faster but riskier. Current mode is saved to database and persists across sessions.
Call this tool when the user says things like: → "tự động xác nhận" / "auto confirm" / "không cần hỏi" / "don't ask" / "apply directly" → mode: "auto_apply" → "hỏi trước khi lưu" / "luôn hỏi" / "always ask" / "confirm before saving" / "xác nhận trước" → mode: "always_confirm"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Set to "always_confirm" (safe) or "auto_apply" (fast). Map user intent: "tự động"/"auto"/"không cần hỏi" → auto_apply, "hỏi lại"/"confirm"/"luôn hỏi" → always_confirm |