Перейти к основному содержимому
E

dsh-oauth-adapter

edge-sky/dsh-oauth-adapter

Предоставляет страницу аккаунта OAuth для DSH Web, в настоящее время поддерживает OpenAI Codex, GitHub Copilot, Anthropic, Kimi For Coding, OpenRouter и xAI.

Установка

dsh plugin --profile web add github:edge-sky/dsh-oauth-adapter

README

dsh-oauth-adapter

English | 中文

An OAuth account page for the DSH Web profile. It supports:

Providerpi-ai sign-in path
OpenAI CodexBrowser callback or device code
GitHub CopilotGitHub or GitHub Enterprise device code
AnthropicBrowser callback with manual code/redirect fallback
Kimi For CodingDevice code
OpenRouterBrowser PKCE callback
xAIDevice code

dsh-oauth-adapter>= v0.1.3-rc.0 has been adapted for DSHv0.1.2-rc.1; for earlier versions, please use dsh-oauth-adapter v0.1.2-rc.0.

Install

For DSH~v0.1.2-rc.1

dsh plugin --profile web add @edge-sky/dsh-oauth-adapter

or

npx @deepseek-ai/dsh plugin --profile web add @edge-sky/dsh-oauth-adapter

For DSH0.1.1-rc.2

dsh plugin --profile web add @edge-sky/dsh-oauth-adapter@v0.1.2-rc.0

or

npx @deepseek-ai/dsh plugin --profile web add @edge-sky/dsh-oauth-adapter@v0.1.2-rc.0

Start DSH:

npx @deepseek-ai/dsh web
image image

For models not explicitly listed as supported by the built-in pi-ai, you can add them manually (availability needs to be verified on your own).

PixPin_2026-09-10_11-08-26

How it works

DSH integrates pi-ai through the @deepseek-ai/dsh-llm-pi-ai adapter, but does not provide an OAuth entry point. @edge-sky/dsh-oauth-adapter exposes pi-ai's existing provider login flows through the DSH Authorization Service. Browser links, device codes, text and secret input, method selection, cancellation, and withdrawn prompts all use the same provider-neutral transport.

Because DSH does not currently mount the ctx.authorization service, this plugin also mounts it manually.

The plugin itself does not manage OAuth credentials or maintain login state. Maybe DSH support this sign-in method in the future; but for now, this plugin lets you enjoy it.

If this plugins is has helped you, please give a star for me, or create issues if you have any suggestion~

Похожие плагины