ghbhiee/dsh-auth-gateway

ghbhiee★ 0JavaScript最后同步: 2026-08-19

在 GitHub 打开

Terminal, file browser, and mobile/CLI plugins for DeepSeek Harness

README 摘要

dsh-auth-gateway Where the plugins went This repository used to be a monorepo that also carried the dsh plugins. Each plugin now lives (and is developed) in its own repository, installable straight from GitHub: Plugin Repo Install workbench (files + preview + terminal panel) dsh-plugin-workbench dsh plugin --profile web add github:ghbhiee/dsh-plugin-workbench mobile-shell (narrow-viewport drawer shell) dsh-plugin-mobile-shell dsh plugin --profile web add github:ghbhiee/dsh-plugin-mobile-shell cli-session (headless CLI runner) dsh-plugin-cli-session dsh plugin --profile chat add github:ghbhiee/dsh-plugin-cli-session A passkey (WebAuthn) reverse proxy that guards a DeepSeek Harness web app. Not a cordis plugin — a companion process. dsh's webserver exposes only named routes and a single fallback (owned by the core app); there is no middleware or global gate a plugin could use to guard the UI, RPC, and event websockets. So authentication has to sit in front of dsh web , which is what this does. Flow A freshly registered passkey is pending until someone with shell access runs dsh-approve approve . After that it signs in on its own until revoked. The unit of trust is the passkey, not th…

在 GitHub 查看完整 README →
终端/TUIcordisdeepseek-harnessdsh-pluginterminal

分类