v0.1.1 — OAuth runtime bridge
Fixes
- Connects DSH's request-local
PiAiAdapterruntime to the access token already refreshed by the host-managed Codex OAuth store. This fixesProvider is not configured: openai-codexafter 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
mainand 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 noPI_AI_ERRORor provider-configuration error.
Install
dsh plugin --profile web add github:WSL043/dsh-codex-subscription#v0.1.1
dsh --profile web --dump-config
dsh webArtifact SHA-256: EAD038E56185CA1426B229ACF287C7AFAE769E919BA7CF175DBC3750A1836E73
This release supersedes v0.1.0.