v1.0.0 - v1.0.1: Initial Release and Slash Command Fixes
Version Overview
v1.0.0 (2026-01-11) is the initial release of opencode-mystatus, introducing core features for multi-platform quota queries.
v1.0.1 (2026-01-11) was released immediately after, addressing a critical issue with slash command support.
v1.0.1 - Slash Command Fixes
Fixed Issues
Included command/ Directory in npm Package
- Issue: After the v1.0.0 release, the slash command
/mystatuswas not working properly - Root Cause: The
command/directory was missing from the npm package, preventing OpenCode from recognizing the slash command - Solution: Updated the
filesfield inpackage.jsonto ensure thecommand/directory is included in the published package - Impact: Only affects users who installed via npm; manual installations are not affected
Upgrade Recommendations
If you have already installed v1.0.0, we recommend upgrading to v1.0.1 immediately to get full slash command support:
## Upgrade to the latest version
npm update @vbgate/opencode-mystatusv1.0.0 - Initial Release
New Features
1. Multi-Platform Quota Queries
One-click quota usage queries for the following platforms:
| Platform | Supported Subscription Types | Quota Types |
|---|---|---|
| OpenAI | Plus/Team/Pro | 3-hour quota, 24-hour quota |
| Zhipu AI | Coding Plan | 5-hour Token limit, MCP monthly quota |
| Google Cloud | Antigravity | G3 Pro, G3 Image, G3 Flash, Claude |
2. Visual Progress Bars
Intuitively display quota usage:
OpenAI ([email protected])
━━━━━━━━━━━━━━━━━━━━ 75%
Used 750 / 1000 requests3. Multi-Language Support
- Chinese (Simplified)
- English
Language auto-detection, no manual switching required.
4. API Key Masking
All sensitive information (API Key, OAuth Token) is automatically masked for security:
Zhipu AI (zhipuai-coding-plan)
API Key: sk-a1b2****xyzUsage
Slash Command (Recommended)
Type in OpenCode:
/mystatusNatural Language
You can also ask using natural language:
Check my AI platform quotasUpgrade Guide
Upgrade from v1.0.0 to v1.0.1
npm update @vbgate/opencode-mystatusAfter upgrading, restart OpenCode to use the slash command /mystatus.
First-Time Installation
npm install -g @vbgate/opencode-mystatusAfter installation, type /mystatus in OpenCode to query all platform quotas.
Known Limitations
- v1.0.0 does not support GitHub Copilot (added in v1.2.0)
- v1.0.0 does not support Z.ai (added in v1.1.0)
To use these features, please upgrade to the latest version.
Next Steps
Check out the v1.2.0 - v1.2.4 Changelog to learn about new features like GitHub Copilot support.