dsh-quota-panel: Adding a Provider Quota/Balance Status Component to the DSH Web Interface
dsh-quota-panel is a lightweight Provider balance and quota monitoring plugin (v0.9.1-rc.1, MIT) for the DeepSeek Harness (DSH) web surface. Located at the bottom-right corner of the UI, it displays the status of configured Providers (such as DeepSeek, OpenRouter, and Coding Plan) through an auto-discovery mechanism (reading .credentials.yaml, .env, etc.), supporting both collapsed capsule and expanded card views. Core features include independent status-tier display per row, a default 60-second auto-refresh (paused when the page is hidden), personalized settings based on local localStorage (such as refresh interval, proxy configuration, and visibility), as well as support for
Read Moredsh-quota-panel: Provider Quota/Balance Status Component for the dsh Web Surface
dsh-quota-panel is a DSH zero-dependency host plugin maintained by brittanistrehlowll-oss, designed to address the pain point of multi-Provider intelligent agent developers having to view balances and usage in a scattered manner. The plugin injects a native status component into the bottom-right corner of the DSH web interface, and requests Provider data through the server-side proxy route `/api/quota/<id>`, ensuring that API keys are retained only on the server side and never enter the browser, thereby enhancing security. Core features include support for two formats—DeepSeek balance and OpenCode usage—and offer two views: a collapsible capsule and an expanded card, displaying battery-style status dots based on thresholds. The plugin features an automatic refresh mechanism that pauses when the page is hidden, supports manual refresh, and prevents re-entry. Configuration
Read More