Caspian toast test (dummy)
Verify OpenCode toast UI without sending email.
When to use
- User asks to “test toast”, “show a toast”, or “test Caspian notification”
- User runs
/caspian:toastor/caspian-toast
How
- Call tool
caspian_test_toastimmediately. - Optional args:
title— defaultCaspian toast testmessage— short bodyvariant—info|success|warning|errorsystem—true(default) also fires a desktop notification
- Report the tool output (
shown/FAILED). Do not invent a toast.
Example
caspian_test_toast({
title: "Caspian toast test",
message: "If you see this banner, toast UI works.",
variant: "success",
system: true
})