v4.11.0
Minor Compatibility and Stability Release
This release carries feature additions and follow-up hardening. Read the summary below before upgrading or publishing.
- Subdirectory detection - Per-project accounts now work from subdirectories. The plugin walks up the directory tree to find the project root (identified by
.git,package.json,pyproject.toml, etc.) - Live countdown timer - Rate limit waits now show a live countdown that updates every 5 seconds:
Waiting for rate limit reset (2m 35s remaining) - Auto-remove on auth failure - Accounts are automatically removed after 3 consecutive auth failures, with a notification explaining what happened. No more manual cleanup of dead accounts.
- openai-accounts-refresh tool - Manually refresh all OAuth tokens to verify they're still valid
Commit Summary
- 339d80a feat: v4.11.0 - subdirectory detection, countdown timer, auto-remove, refresh tool