What problem does it solve?
Answers questions about what a user has actually configured in their running Positron install, which documentation pages, release notes, and raw settings.json file reads cannot reliably answer, since those sources cannot know this specific build's live state.
Core Features & Use Cases
- Configured Settings Inspection: Uses the
positronSettings.getConfiguredSettings command to report which settings the user has explicitly set, their effective values, provenance, and reasons a setting is being ignored (such as policy overrides).
- Settings Registry Search: Uses the
positronSettings.findSettings command to search every setting the build registers, including defaults, allowed values, current values, and preview or experimental feature tags.
- Gating Conflict Detection: Carries known settings-that-gate-other-settings relationships (such as
ai.enabled gating all AI features) so conflicts are surfaced even when the user did not ask.
- Use Case: A user asks "why isn't my AI assistant setting working?" The skill queries the live configuration, finds the setting is set but gated by a disabled parent switch, and reports the exact conflict instead of guessing.
Quick Start
Ask the assistant which settings you currently have configured in Positron and whether any of them are being ignored or overridden.