Skip to content

Yee-h/dsh-zen-proxy

10Last commit Aug 14, 2026

dsh-zen-proxy DSH plugin

dsh-zen-proxy is an installable DSH plugin that starts a local OpenAI-compatible proxy, forwards requests to the OpenCode Zen API, and injects configured official-client-style headers.

How to install the dsh-zen-proxy DSH plugin

dsh plugin --profile web add "https://github.com/Yee-h/dsh-zen-proxy.git"

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

Data source

Snapshot date: Aug 15, 2026

indexed

What the dsh-zen-proxy DSH plugin can do

  • Runs a local proxy within the DSH profile lifecycle.
  • Forwards OpenAI-compatible chat completion requests and model-list requests to the configured Zen upstream.
  • Rewrites the upstream User-Agent and x-opencode-* identity headers.
  • Passes Authorization, request bodies, and SSE streaming responses through.

Where the dsh-zen-proxy DSH plugin fits

  • Routing a DSH OpenCode provider through a local proxy endpoint.
  • Testing OpenCode Zen API requests with the plugin's configured upstream identity headers.

Who the dsh-zen-proxy DSH plugin is for

  • DeepSeek Harness users configuring an OpenCode Zen provider.
  • Developers who need a profile-managed local OpenAI-compatible proxy.

dsh-zen-proxy DSH plugin limitations

  • Only /v1/chat/completions and GET /v1/models are in scope; resources and prompts are excluded.
  • Requires configuring both the DSH profile plugin entry and the provider base URL.
  • Free-tier quota and occasional 429 responses may still apply, according to the README.
  • The default upstream and header values are specific to OpenCode Zen.

Objective checks

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

  • dependency counts

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

    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
  • source available

    Public GitHub source metadata is available for this registry snapshot.

    info

dsh-zen-proxy DSH plugin alternatives

dsh-zen-proxy DSH plugin questions

What is the dsh-zen-proxy DSH plugin?

dsh-zen-proxy 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-zen-proxy 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-zen-proxy use?

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

Is dsh-zen-proxy 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-zen-proxy 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-zen-proxy?

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.