dsh-balance: Permanently Monitor DeepSeek Balance and OpenCodeGo Quota in dsh Web
`dsh-balance` is a persistent plugin for `dsh web`, designed to simultaneously display the balance of the DeepSeek API account and the remaining quota of the OpenCodeGo plan. This plugin is open-source under the MIT license and maintained by linshule. Its core features include a draggable and position-memory badge in the lower-left corner, a click-to-expand details layer (containing a progress bar and reset time), and a standalone settings page. Users can manage the DeepSeek API Key (persisted locally with 0600 permissions) and the OpenCodeGo Key (defaulting to reading from credentials or manually specifying). The plugin supports automatic data refresh at set intervals (default 1 minute) and automatic retries during network jitter. Installation requires adding the plugin first and then restarting `dsh web`, with support for installing from GitHub or locally.
Read Moredsh-opencodego-usage: OpenCodeGo Plugin for Monitoring Remaining Quotas in DSH Web GUI
dsh-opencodego-usage is a plugin developed for the DeepSeek Harness (DSH) Web GUI, designed to monitor the remaining quota of OpenCodeGo in real-time. It displays a breathing light (green, yellow, red) at the bottom right corner of the chat input box, changing color based on the remaining quota ratio. Clicking the light expands a liquid glass panel that details usage, remaining proportions, and reset times across three windows: rolling (approximately 5 hours), weekly (about 7 days), and monthly (around 30 days). The plugin supports automatic parsing of API keys from DSH credentials and allows users to manually override the current session key within the panel. Data is automatically refreshed every 2 minutes. It ensures accuracy by calling the official OpenCodeGo quota API via HTTPS. Installation requires Node.js >= 22.19.
Read More