@vanhiep99w/opencode-chatgpt-usage-status
v0.1.1
Published
OpenCode TUI plugin that shows ChatGPT Plus/Pro usage windows near the prompt
Downloads
240
Maintainers
Readme
@vanhiep99w/opencode-chatgpt-usage-status
OpenCode TUI plugin that shows ChatGPT Plus/Pro usage windows near the prompt.
Install In A Project
Create tui.json in your project root:
{
"$schema": "https://opencode.ai/tui.json",
"plugin": ["@vanhiep99w/opencode-chatgpt-usage-status"]
}OpenCode will install the package automatically with Bun when the TUI starts.
Install Globally
Create ~/.config/opencode/tui.json:
{
"$schema": "https://opencode.ai/tui.json",
"plugin": ["@vanhiep99w/opencode-chatgpt-usage-status"]
}Notes
- requires ChatGPT Plus/Pro OAuth auth for the
openaiprovider - does not work with plain OpenAI API keys
