Skip to content

ziyou979/dsh-llm-oauth

30Last commit Aug 14, 2026

dsh-llm-oauth DSH plugin

An installable DeepSeek Harness plugin that adds OAuth/subscription access for selected LLM providers, with provider enablement, sign-in controls, credential storage, chat commands, and a Web Settings page.

How to install the dsh-llm-oauth DSH plugin

dsh plugin --profile web add github:ziyou979/dsh-llm-oauth

Copying does not run this command. Review the repository and version before use.

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-llm-oauth DSH plugin can do

  • Adds OAuth/subscription provider routes for Grok, GitHub Copilot, ChatGPT/Codex, Anthropic, OpenRouter, and Kimi For Coding.
  • Provides a Web Settings section for enabling or disabling providers and signing in or out.
  • Offers /oauth chat commands and a terminal login utility.
  • Stores credentials in $DSH_HOME/pi-ai-oauth.json and refreshes subscription tokens on the request path.
  • Keeps providers dormant by default; only enabled providers appear in the model picker.
  • Exposes same-origin host HTTP endpoints for status, provider enablement, and login/logout actions.

Where the dsh-llm-oauth DSH plugin fits

  • Use a subscription-backed provider in a DeepSeek Harness profile.
  • Manage OAuth provider access from the Harness Web Settings interface.
  • Enable a small set of desired subscription providers without populating the model picker by default.
  • Complete provider login through device-code flows or the included terminal utility.

Who the dsh-llm-oauth DSH plugin is for

  • DeepSeek Harness users with supported LLM subscriptions.
  • Users running the DeepSeek Harness Web profile.
  • Developers who need OAuth-based LLM routes alongside API-key-based providers.

dsh-llm-oauth DSH plugin limitations

  • Model IDs are supplied by the installed @earendil-works/pi-ai catalog; Grok 4.6 is not listed until that dependency adds it.
  • Does not provide an image or vision path.
  • Does not provide full native replay signatures.
  • Does not run an in-browser OAuth callback server; Web flows use device code or an authorization URL.
  • Plain OpenAI API and official DeepSeek access remain API-key routes.
  • OAuth provider enablement and login are managed under OAuth / Subscriptions rather than the curated Models editors.
  • Using the same provider ID through dsh-llm-pi-ai can cause a DUPLICATE_ADAPTER error.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • dependency counts

    package.json declares 1 runtime, 7 development, 5 peer, and 0 optional dependencies.

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license declared

    GitHub reports the repository license as MIT.

    info
  • package manifest available

    A root package.json was captured and can be inspected by the registry.

    info
  • prepare script detected

    package.json declares a prepare lifecycle script that may run during relevant package installation workflows.

    info
  • source available

    Public GitHub source metadata is available for this registry snapshot.

    info

dsh-llm-oauth DSH plugin alternatives

dsh-llm-oauth DSH plugin questions

What is the dsh-llm-oauth DSH plugin?

dsh-llm-oauth is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-llm-oauth DSH plugin?

The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.

Which DSH profile does dsh-llm-oauth use?

The snapshot records web as the dsh-llm-oauth profile. DSH conventions can change quickly, so verify the manifest and README before installation.

Is dsh-llm-oauth compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-llm-oauth fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-llm-oauth?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.