CLI Diagnostics
When Gestura is not behaving the way you expect, the CLI is usually the fastest route to a trustworthy answer. It shows exactly what is healthy, what is misconfigured, and what to test next.
Start with config validation
gestura config checkUse this after editing config.yaml, changing providers, or adjusting advanced settings.
Use packaged health checks
gestura-app --health
gestura-app --test-audio
gestura-app --test-mcpThese checks help isolate whether the issue is with the app environment, microphone access, or MCP connectivity.
A simple diagnostic sequence
- Check config validity.
- Check app health.
- Check audio input.
- Check MCP status.
- Retry the workflow with a smaller task.
When to escalate
If diagnostics are clean but the behavior is still clearly wrong, gather the output, note your current provider and MCP setup, and then use Support & Escalation.