CortexAI Stats
Features • Screenshots • Configuration • Commands • Installation • Support✨ FeaturesCore Features
Advanced Features
|
Default UI | Rate Limit Display |
Progress Bars | Settings |
⚙️ Configuration
Setting | Description | Default |
---|---|---|
cortexaiStats.enableLogging |
Enable detailed logging | true |
cortexaiStats.enableStatusBarColors |
Toggle colored status bar | true |
cortexaiStats.statusBarColorThresholds |
Customize status bar text color based on usage percentage | Array of 14 color thresholds |
cortexaiStats.enableAlerts |
Enable usage alerts | true |
cortexaiStats.usageAlertThresholds |
Percentage thresholds for usage alerts | [10, 30, 50, 75, 90, 100] |
cortexaiStats.refreshInterval |
Update frequency (seconds) | 60 |
cortexaiStats.showProgressBars |
Enable progress visualization | false |
cortexaiStats.progressBarLength |
Progress bar length (for progress visualization) | 10 |
cortexaiStats.progressBarWarningThreshold |
Percentage threshold for progress bar warning (yellow) | 50 |
cortexaiStats.progressBarCriticalThreshold |
Percentage threshold for progress bar critical (red) | 75 |
cortexaiStats.language |
Language for extension interface and messages | en |
🔧 Commands
Command | Description |
---|---|
cortexai-stats.refreshStats |
Manually refresh statistics |
cortexai-stats.openSettings |
Open extension settings |
cortexai-stats.setCortexAIApiKey |
Set CortexAI API key |
cortexai-stats.removeCortexAIApiKey |
Remove stored CortexAI API key |
cortexai-stats.validateCortexAIApiKey |
Validate current CortexAI API key |
cortexai-stats.selectLanguage |
Select language for extension interface |
🚀 Installation
#### VS Code Marketplace
- Open VS Code
- Press
Ctrl+P
/⌘P
- Run
ext install MrMirhan.cortexai-stats
Or install directly from [SOON]
Manual Installation
- Download the latest
.vsix
from Releases - Open VSCode
- Press
Ctrl+Shift+P
/⌘⇧P
- Run
Install from VSIX
- Select the downloaded file
CortexAI API Setup
To use CortexAI API features for rate limit monitoring:
- Get your CortexAI API key from cortexai.io
- Open command palette (
Ctrl+Shift+P
/⌘⇧P
) - Run
CortexAI Stats: Set API Key
- Enter your API key when prompted
- The extension will automatically start monitoring your usage
Commands available:
CortexAI Stats: Set API Key
- Configure your API keyCortexAI Stats: Remove API Key
- Remove stored keyCortexAI Stats: Validate API Key
- Test key validity
🤝 Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
💬 Support
📄 License
MIT © MrMirhan
Made with ❤️ by MrMirhan
Original work by Dwtexe froked from cursor-stats