lilac-live-discount
v1.0.0
Published
OpenCode TUI plugin that shows live Lilac subscription discount rates next to your prompt.
Maintainers
Readme
lilac-live-discount
A OpenCode TUI plugin that shows live Lilac subscription discount rates as a colored badge next to your prompt.
Polls the public GET https://api.getlilac.com/status endpoint every 10 minutes and on model switches. Only renders for lilac provider models.
Colors
| Discount | Color | |----------|-------| | 75%+ | green | | 25–50% | yellow | | 0% | red |
Install
opencode plugin lilac-live-discountOr add to your tui.json:
{
"$schema": "https://opencode.ai/tui.json",
"plugin": ["lilac-live-discount"]
}No API key required — the status endpoint is public.
License
MIT
