dsh-codex-shared-pool:DSH 中的 Codex 多账号池插件

dsh-codex-shared-pool 是一个基于 MIT 许可证的 DeepSeek Harness(DSH)社区扩展包,旨在通过公开扩展点在不修改核心代码的情况下,增强 Codex 账号的管理能力。该插件允许用户将多个 Codex 账号纳入本地账号池,每次请求前根据模型上游额度自动选择可用账号,避免手动切换或复制 `auth.json` 文件。其核心功能包括独立 OAuth 授权链添加账号、智能账号调度(优先选择额度充足且重置时间早的账号)、进程内请求流水记录(仅保留状态和原因,不记录敏感内容)以及保留 Codex 原有的推理、搜索等能力。安装后可通过 Web 设置或本地 TUI 命令

Read More
dsh-agy: Google Antigravity OAuth and Multi-Account Pool Plugin for DSH

dsh-agy is a DeepSeek Harness plugin developed by chaos-03x, designed to provide multi-account management, OAuth authentication, rate-limit rotation, and device fingerprint support for Google Antigravity. It features both Web and CLI management interfaces. Its core functionalities include OAuth login support for both browser and headless modes, encrypted multi-account pools, usage-aware automatic account rotation, and intelligent handling mechanisms for errors such as 429 responses. Users can enable the plugin via the `dsh plugin` command on the Web interface or use the CLI in standalone environments through npx/npm. The plugin supports individual proxy configurations for each account and offers detailed error-type response strategies, such as immediate retry for soft limits and cool-down switching for hard limits.

Read More