dsh-codex
Use your ChatGPT subscription in DeepSeek Harness through OpenAI's Codex sign-in flow
File Explorer
- publish.yml
- design.i18n.yaml
- design.md
- design.zh.md
- dsh-tui-compatibility-report.zh.md
- ImagegenToolView.tsx
- index.tsx
- locales.ts
- OpenAICodexFastModeToggle.tsx
- OpenAICodexQuotaIndicator.tsx
- OpenAICodexSettings.tsx
- adapter.ts
- auth-paths.ts
- auth-routes.ts
- auth.ts
- bin.ts
- binary-fs.ts
- compatibility.ts
- doctor.ts
- fast-mode-paths.ts
- fast-mode.ts
- image-capability.ts
- imagegen.ts
- index.ts
- invariant.ts
- public-http.ts
- read-image-enhancement.ts
- responses.ts
- search-event.ts
- search.ts
- service.ts
- store.ts
- tool-policy.ts
- trusted-origins.ts
- tui.ts
- usage.ts
- version.ts
- adapter.spec.ts
- auth-routes.spec.ts
- bin.spec.ts
- codex-compaction.spec.ts
- compatibility.spec.ts
- doctor.spec.ts
- fast-mode-routes.spec.ts
- fast-mode.spec.ts
- imagegen.spec.ts
- loader-composition.spec.ts
- openai-codex-fast-mode.client.spec.tsx
- openai-codex-quota-indicator.client.spec.tsx
- openai-codex-settings.client.spec.tsx
- public-http.spec.ts
- read-image-enhancement.spec.ts
- response-runtime.spec.ts
- search.spec.ts
- store.spec.ts
- tool-policy.spec.ts
- trusted-origins.spec.ts
- tui.spec.ts
- usage.spec.ts
- .gitignore
- cordis.patch.yml
- INSTALL.md
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.i18n.yaml
- README.md
- README.zh.md
- tsconfig.client.json
- tsconfig.json
- tsdown.config.ts
- vitest.config.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
codex
View Details ▼
codex
Natural language code assistant for the terminal, powered by OpenAI.
Reads and edits files in your current directory to fulfill requests.
codex
Start an interactive Codex session in the current directory:
codex "{{prompt}}"
Run a single Codex command using a prompt:
codex --sandbox workspace-write "{{prompt}}"
Run a prompt allowing Codex to edit files in the workspace:
logout
View Details ▼
logout
Exit a login shell.
logout
Exit a login shell:
logout {{exit_code}}
Exit a login shell and specify a return value:
pnpm
View Details ▼
pnpm
Fast, disk space efficient package manager for Node.js.
Manage Node.js projects and their module dependencies.
pnpm init
Create a `package.json` file:
pnpm {{[i|install]}}
Download all the packages listed as dependencies in `package.json`:
pnpm add {{module_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
