DeepSeek Harness Plugins
DeepSeek Harness PluginIndexed

dsh-codex-use

A DSH LLM provider plugin that connects the local Codex CLI App Server through stdio JSON-RPC.

UI & ProductivityDeveloper ToolsSecurity & PolicyRemote Execution
2GitHub Stars0ForksUpdated2026-08-26

Install

$ dsh plugin --profile web add github:seriousz158/dsh-codex-use#path:/packages/dsh-codex-appserver

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-codex-use installs the dsh-codex-appserver subpackage into DeepSeek Harness, adding a manually selectable OpenAI Codex (ChatGPT) provider. It launches Codex App Server over stdio rather than exposing an HTTP API, while leaving the default DeepSeek provider unchanged until the user selects Codex.

Key Capabilities

  • Adds the `codex-chatgpt` LLM provider, displayed as OpenAI Codex (ChatGPT).
  • Connects to `codex app-server --stdio` using JSON-RPC.
  • Supports DSH streaming messages, cancellation, and usage display for Codex sessions.
  • Uses Codex App Server to execute Codex-side commands, file changes, and other tools without re-executing them as DSH tool calls.
  • Displays account/rate-limit data from Codex `account/rateLimits/read` when available.
  • Provides a GitHub source installation path for the installable subpackage.

Useful For

  • Use a locally authenticated Codex CLI account as a selectable provider in DSH.
  • Choose Codex for individual DSH sessions without changing the default DeepSeek provider.
  • Inspect Codex account and rate-limit information in the DSH web interface.

Who It Fits

  • DeepSeek Harness users with Codex CLI installed and authenticated locally.
  • Developers who want to switch manually between DeepSeek and Codex providers per session.

Documented Limitations

  • Requires Node.js 22 or later.
  • Documents compatibility with DSH 0.1.0-rc.6+ and uses 0.1.0-rc.7 in CI.
  • Protocol schema is fixed to Codex CLI 0.144.1; Codex CLI upgrades require schema regeneration and review.
  • The documented installer environment is macOS with zsh.
  • Distributed as GitHub source, not as an npm package.
  • Defaults to `workspace-write` sandbox, `approvalPolicy: never`, and ephemeral threads.
  • Does not silently fall back to or automatically switch to DeepSeek.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 0 runtime, 8 development, 0 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

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
seriousz158/dsh-codex-use
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
9b81ed3 · 2026-09-15

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
2GitHub stars
Forks
0
Open issues
1
Last commit
2026-08-26
Last release
2026-08-26
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app