dsh-llm-github-copilot:给 DeepSeek Harness 增加 GitHub Copilot 登录

`lujianjun19/dsh-llm-github-copilot` 是 DeepSeek Harness 的社区插件,旨在补全 GitHub Copilot 的登录能力。它不重新实现模型请求,仅负责通过设备流或已有 OAuth token 完成登录并保存凭据,交由 Harness 原有的 `github-copilot` provider 使用。该插件支持访问 Copilot 计划内的 GPT-5、Claude、Gemini 等模型。用户需满足 DSH 0.1.2-alpha.1 以上版本及 Node.js 24 等前置条件,通过 `dsh plugin add` 安装并在配置中注册。登

Read More
dsh-auth-gate: Adding a Login Gateway to DSH Web Instances

dsh-auth-gate is an authentication plugin for DSH web instances, designed to uniformly add login verification to pages, APIs, and WebSocket connections. The plugin is licensed under the MIT License, requires Node >=22.19.0, supports two modes—password authentication and shared token authentication—with token mode enabled by default and the key managed via the environment variable DSH_AUTH_TOKEN. In password mode, TOTP two-step verification compliant with RFC 6238 can be optionally enabled. In terms of security, the plugin hashes passwords by default, implements login rate limiting, uses Secure session cookies, and blocks access when configuration is missing to ensure safety. The plugin provides the dsh-auth CLI tool, supporting user addition, listing, disabling, and TOTP management. After installation, it must be configured through pr

Read More