Skip to content

v0.1.0 — Codex subscription route for DSH

Choose a tag to compare

@WSL043 WSL043 released this 13 Aug 20:52
· 7 commits to main since this release

First public preview of the cache-aware ChatGPT / Codex subscription route for DeepSeek Harness.

Highlights:

  • Native DSH model route with browser and device-code OAuth.
  • OAuth credentials remain host-side; the settings client receives redacted state only.
  • Stable per-session prompt_cache_key, store: false, encrypted reasoning replay, and automatic WebSocket continuation through previous_response_id.
  • Separate telemetry for server token cache, WebSocket continuation, and stable-prefix churn.
  • No silent OpenAI API or other paid-provider fallback.
  • Prebuilt lib/ output for GitHub installation; no install-time build script.

Validated against DeepSeek Harness 0.1.0-rc.6 on Windows with Node 24: 25 automated tests, isolated one-package install, config expansion, and real Chromium settings-page checks at 1440px and 720px. The default validation did not make a live model request or consume subscription quota.

Install:

dsh plugin --profile web add github:WSL043/dsh-codex-subscription#v0.1.0
dsh --profile web --dump-config
dsh web

Both DSH and this plugin are developer previews. See the README and docs/CACHE.md for exact cache and compatibility boundaries.