mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
* fix: hide Cursor models in selector when provider is disabled The Cursor Models section was appearing in model dropdown selectors even when the Cursor provider was toggled OFF in Settings → AI Providers. This fix adds a !isCursorDisabled check to the rendering condition, matching the pattern already used by Codex and OpenCode providers. This ensures consistency across all provider types. Fixes the issue where: - Codex/OpenCode correctly hide models when disabled - Cursor incorrectly showed models even when disabled * style: fix Prettier formatting