get_sound_effect_state
Retrieve current sound-effect configuration including per-stage enabled/volume settings, active sound pack, master volume, and custom overrides.
Instructions
Return the current sound-effects configuration: per-hook-stage enabled/volume settings (the 6 stages are start, during, stop, process, warning, paste), the active sound pack, master SFX volume, and any per-stage custom sound overrides. The 6 hookStages are always returned even when live state read fails (so agents can show the stage catalog).
Phase 1 limitation: Sound state lives in renderer-side localStorage, not the main electron-store. Reading via webContents.executeJavaScript currently fails (Electron context-isolation) — expect rendererReadable=false with rendererError set. Phase 2 will add a renderer-side IPC bridge in windy-pro to expose live state + writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||