dsh-meter:在 DSH web 会话下显示 DeepSeek 计费状态
`@dshworks/dsh-meter` 是一款用于 dsh web 客户端的插件,旨在解决 DeepSeek 会话中计费状态不直观的问题。该插件在 Composer 下方新增一行实时信息,显示当前会话成本、资费档位及下次资费切换时间。用户通过 Hover 或 Focus 可展开详情卡片,查看会话总额、请求数、模型、24小时资费条、缓存命中与新鲜输入的 Token 消耗及金额、账户余额、赠送信用、不同资费下的价格对比及缓存节省情况。若尚无会话,可通过 `Settings → Meter` 查看冷启动资费、倒计时、七天资费网格及公开费率卡。插件严格遵循 DeepSeek 的 USD/CNY 独
Read Moredsh-multi-folder: Adding Secondary Working Directories for DeepSeek Harness
dsh-multi-folder is an MIT-licensed plugin for DeepSeek Harness (DSH), maintained by AngelosZou. It is designed to address the issue of frequently switching between multiple workspaces when developing simultaneously across multiple repositories (source code, tests, documentation). The plugin allows configuring a set of secondary working directories without altering the core attributes of the primary workspace, enabling agents to read, write, and execute operations on these secondary directories within the same session. Core functionalities include granting secondary directories the same permissions as the primary directory in `workspace-write` mode and overriding the execution root directories for `write`, `edit`, and shell commands through framework-level interception.
Read More