Skip to content

Commit 605e884

Browse files
authored
Update README.md
1 parent 3401880 commit 605e884

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
What you get:
1212

13+
- TUI sidebar panel with quota
1314
- popup quota toasts after assistant responses
14-
- TUI sidebar panel
1515
- manual `/quota`, `/quota_status`, and `/tokens_*` commands
1616

1717
**Quota providers**: Anthropic (Claude), GitHub Copilot, OpenAI (Plus/Pro), Cursor, Qwen Code, Alibaba Coding Plan, MiniMax Coding Plan, Chutes AI, Firmware AI, Google Antigravity, Z.ai Coding Plan, NanoGPT, and OpenCode Go.
@@ -20,15 +20,30 @@ What you get:
2020

2121
<table>
2222
<tr>
23-
<td width="50%" align="center">Example of toast</td>
23+
<td width="25%"></td>
24+
<td width="50%" align="center">Example of TUI sidebar</td>
25+
<td width="25%"></td>
26+
</tr>
27+
<tr>
28+
<td width="25%"></td>
29+
<td width="50%">
30+
<img src="https://shawnkiser.com/opencode-quota/sidebar.webp" alt="Image of opencode-quota /tokens_weekly output" />
31+
</td>
32+
<td width="25%"></td>
33+
</tr>
34+
</table>
35+
36+
<table>
37+
<tr>
38+
<td width="50%" align="center">Example of popup toast</td>
2439
<td width="50%" align="center">Example of <code>/tokens_weekly</code></td>
2540
</tr>
2641
<tr>
2742
<td width="50%">
28-
<img src="https://shawnkiser.com/opencode-quota/toasts.webp" alt="Image of opencode-quota toast" />
43+
<img src="https://shawnkiser.com/opencode-quota/toast.webp" alt="Image of opencode-quota toast" />
2944
</td>
3045
<td width="50%">
31-
<img src="https://shawnkiser.com/opencode-quota/tokens.webp" alt="Image of opencode-quota /tokens_weekly output" />
46+
<img src="https://shawnkiser.com/opencode-quota/token.webp" alt="Image of opencode-quota /tokens_weekly output" />
3247
</td>
3348
</tr>
3449
</table>

0 commit comments

Comments
 (0)