Skip to content

Commit f1cf2bc

Browse files
authored
feat(settings): auto-disable new non-default plugins (#105)
* feat(settings): implement auto-disable for new non-default plugins - Added functionality to automatically disable new non-default plugins unless they are in the DEFAULT_ENABLED_PLUGINS set. - Updated the normalizePluginSettings function to reflect this change and added a corresponding test case to verify the behavior. * chore: update dependencies and improve README.md - Updated various dependencies in bun.lock and package.json, including @tauri-apps/api, @tauri-apps/plugin-updater, and @vitejs/plugin-react to their latest versions. - Enhanced README.md to clarify supported providers and their functionalities, ensuring accurate representation of features.
1 parent c7bf1cc commit f1cf2bc

5 files changed

Lines changed: 67 additions & 41 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ OpenUsage lives in your menu bar and shows you how much of your AI coding subscr
2323

2424
## Supported Providers
2525

26-
- [**Antigravity**](docs/providers/antigravity.md) / usage tracking
26+
- [**Antigravity**](docs/providers/antigravity.md) / all models
2727
- [**Claude**](docs/providers/claude.md) / session, weekly, extra usage
28-
- [**Codex**](docs/providers/codex.md) / session, weekly, code reviews, extra usage
29-
- [**Copilot**](docs/providers/copilot.md) / usage tracking
30-
- [**Cursor**](docs/providers/cursor.md) / plan, usage, on-demand
31-
- [**Windsurf**](docs/providers/windsurf.md) / usage tracking
28+
- [**Codex**](docs/providers/codex.md) / session, weekly, reviews, credits
29+
- [**Copilot**](docs/providers/copilot.md) / premium, chat, completions
30+
- [**Cursor**](docs/providers/cursor.md) / credits, plan usage, on-demand
31+
- [**Windsurf**](docs/providers/windsurf.md) / prompt credits, flex credits
3232

3333
### Maybe Soon
3434

0 commit comments

Comments
 (0)