Skip to content

v0.1.1 — OAuth runtime bridge

Choose a tag to compare

@WSL043 WSL043 released this 13 Aug 21:14
· 5 commits to main since this release

Fixes

  • Connects DSH's request-local PiAiAdapter runtime to the access token already refreshed by the host-managed Codex OAuth store. This fixes Provider is not configured: openai-codex after a successful sign-in.
  • Preserves the original pi-ai Codex provider for login, token refresh, model metadata, request headers, transport, and cache behavior. The bridge is request-only: no token is copied to browser storage or environment variables.
  • Keeps the fail-loud boundary: no OpenAI API-key fallback and no silent paid-provider fallback.
  • Pins only the exact audited DeepSeek Harness preview dependency graph through pnpm's release-age gate, and verifies hidden release artifacts before upload.

Verification

  • 27 repository tests passed.
  • Frozen install, build, committed-output check, package creation, and artifact upload passed on both main and tag CI.
  • The same runtime bridge was verified locally through DSH with GPT-5.6 Luna / Low; a real subscription request returned the requested short response with no PI_AI_ERROR or provider-configuration error.

Install

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

Artifact SHA-256: EAD038E56185CA1426B229ACF287C7AFAE769E919BA7CF175DBC3750A1836E73

This release supersedes v0.1.0.