Skip to content

feat: add support for OPENAI_ORGANIZATION and OPENAI_PROJECT env vars #435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 170 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
170 commits
Select commit Hold shift + click to select a range
dca27c8
Add link to cookbook (#2)
tibo-openai Apr 16, 2025
63e1003
move all tests under tests/ (#3)
tibo-openai Apr 16, 2025
dd53ab1
w (#8)
tibo-openai Apr 16, 2025
8f49d72
remove triaging labels section + avoid capturing exitOnCtrlC for full…
tibo-openai Apr 16, 2025
1aa1882
update summary to auto (#1)
trevorcreech Apr 16, 2025
d4740c0
fix: update package-lock.json name to codex (#4)
mkusaka Apr 16, 2025
67e9e24
Update README.md to include correct default (#12)
ddgond Apr 16, 2025
6635dc4
chore(readme): fix typos (#27)
arashsheyda Apr 16, 2025
c4794a6
(cleanup) remove unused express dep (#20)
jonchurch Apr 16, 2025
378f8d0
Update model in code to o4-mini (#39)
rasmusrygaard Apr 16, 2025
f223b50
(fix) o3 instead of o3-mini (#37)
yashraj22 Apr 16, 2025
d37cef3
[readme] Add recipe for code review (#40)
oai-ragona Apr 16, 2025
82b3d59
(feat) add request error details (#31)
montasaurus Apr 16, 2025
e0c60a5
add explanation on how to add OPENAI_API_KEY to docs (#28)
hugobiais Apr 16, 2025
95a5278
remove rg requirement (#50)
tibo-openai Apr 16, 2025
1ea0bfe
Update README.md (#46)
amanat361 Apr 16, 2025
7b0cdb0
(fix) update Docker container scripts (#47)
eburke-openai Apr 16, 2025
9af430b
[readme] security review recipe (#72)
md-oai Apr 16, 2025
e33a35f
(feat) gracefully handle invalid commands (#79)
easong-openai Apr 16, 2025
9cd3209
fix: prompt typo (#81)
khalatevarun Apr 16, 2025
e2f363a
changing some readme text to make it more exact (#77)
theabhinavdas Apr 16, 2025
d3320df
add: release script (#96)
fouad-openai Apr 16, 2025
6951cdf
docs: add FAQ clarifying relation to OpenAI Codex (2021) (#91)
IsaacGemal Apr 16, 2025
2d5d82d
fix: miss catching `auto-edit` (#99)
Joilence Apr 16, 2025
856d99e
(feat) basic retries when hitting rate limit errors (#105)
tibo-openai Apr 16, 2025
e444d7a
update: release (#109)
fouad-openai Apr 16, 2025
ee7e23d
Back out @lib indirection in tsconfig.json (#111)
bolinfest Apr 16, 2025
97fff64
bump(version): 0.1.04161352 (#125)
fouad-openai Apr 16, 2025
9f03131
Set up CLA process and remove DCO (#129)
ibigio Apr 16, 2025
989850c
fix: silence deprecation warnings without NODE_OPTIONS (#80)
jonchurch Apr 16, 2025
dadc063
dotenv support (#122)
defrex Apr 16, 2025
9a1d1a8
Change bash to shell in README (#132)
ibigio Apr 16, 2025
94c3c99
Removes computeAutoApproval() and tightens up canAutoApprove() as the…
bolinfest Apr 16, 2025
b9a859d
chore: fixed gramatical errors in prompt examples (#136)
FelixWaweru Apr 16, 2025
0cae2c0
bump(version): 0.1.2504161510 (#135)
fouad-openai Apr 16, 2025
0c41b36
refactor: improve performance of renderFilesToXml using Array.join (#…
yonatanlavy Apr 16, 2025
ee1ca60
Adds link to prompting guide in README (#141)
rohanoai Apr 16, 2025
2b4f4c5
fix(text-buffer): correct word deletion logic for trailing spaces (Ct…
alphajoop Apr 16, 2025
672271b
feat: add shell completion subcommand (#138)
tomascupr Apr 16, 2025
2ae1829
Fix markdown table in README (#144)
epicfaace Apr 17, 2025
2f9177c
minor change in description of Build from source in README.md (#149)
mvecdigonul Apr 17, 2025
444c72a
(feat) expontential back-off when encountering rate limit errors (#153)
tibo-openai Apr 17, 2025
aa96d59
feat: --config/-c flag to open global instructions in nvim (#158)
lostmygithubaccount Apr 17, 2025
973721c
w
tibo-openai Apr 17, 2025
c5d91db
fmt (#161)
tibo-openai Apr 17, 2025
2b2ee70
document Codex open source fund (#162)
merterbak Apr 17, 2025
ab2cb61
(fix) do not transitively rely on deprecated lodash deps (#175)
tibo-openai Apr 17, 2025
92e1dcd
(fix) move funding section before contrib section (#184)
tibo-openai Apr 17, 2025
48e7b0d
fix: correct typos in thinking texts (transcendent & parroting) (#108)
demircancelebi Apr 17, 2025
cc237eb
fix: add missing "as" in prompt prefix in agent loop (#186)
jake41397 Apr 17, 2025
53ba673
fix: allow continuing after interrupting assistant (#178)
crazywolf132 Apr 17, 2025
2f8a92d
chore: update task.yaml (#237)
eltociear Apr 17, 2025
4076314
docs: add ZDR org limitation to README (#234)
aksheyd Apr 17, 2025
acc4423
chore: reduce docker image size (#194)
maheshrijal Apr 17, 2025
e062c1e
fix: typos in prompts and comments (#195)
jatanloya Apr 17, 2025
3972f32
fix: check workdir before spawn (#221)
ensorrow Apr 17, 2025
2c73ae3
fix(security): Shell commands auto-executing in 'suggest' mode withou…
crazywolf132 Apr 17, 2025
88afde4
Feat/add husky (#223)
alphajoop Apr 17, 2025
5eaf8d5
bugfix: additional error handling logic for model errors that occur i…
mvecdigonul Apr 17, 2025
f2a7431
bugfix: remove redundant thinking updates and put a thinking timer ab…
scottleibrand Apr 17, 2025
447f9eb
docs: clarify sandboxing situation on Linux (#103)
cg505 Apr 17, 2025
8a65565
fix: improve Windows compatibility for CLI commands and sandbox (#261)
alphajoop Apr 17, 2025
373c20b
docs: add tracing instructions to README (#257)
vyancharuk Apr 17, 2025
917e6dd
chore: git ignore unwanted package managers (#214)
yyz945947732 Apr 17, 2025
0c05f3b
feat: add command history persistence (#152)
tomascupr Apr 17, 2025
7836cf3
fix: update regex to better match the retry error messages (#266)
jonchurch Apr 17, 2025
457d336
feat: shell command explanation option (#173)
crazywolf132 Apr 17, 2025
d483195
docs: mention dotenv support in Quickstart (#262)
dglewis Apr 17, 2025
5f8a3b4
fix: npm run format:fix in root (#268)
jonchurch Apr 17, 2025
e0e2332
add support for -w,--writable-root to add more writable roots for san…
bolinfest Apr 17, 2025
052e919
feat: enhance image path detection in input processing (#189)
tomc98 Apr 17, 2025
59111c1
feat: add notifications for MacOS using Applescript (#160)
kchro3 Apr 17, 2025
16a8450
feat: update position of cursor when navigating input history with ar…
lugui1998 Apr 17, 2025
6dfb1e0
fix: duplicated message on model change (#276)
sergioxro Apr 17, 2025
9b09481
chore: consolidate patch prefix constants in apply‑patch.ts (#274)
saleweaver Apr 18, 2025
f6efbe2
fix: add empty vite config file to prevent resolving to parent (#273)
juanmirod Apr 18, 2025
0542483
add(.github): issue templates (#283)
fouad-openai Apr 18, 2025
dacac06
feat(bin): support bun fallback runtime for codex CLI (#282)
SaymV Apr 18, 2025
ffa1cba
revert: suggest mode file read behavior openai/codex#197 (#285)
fouad-openai Apr 18, 2025
5be3166
fix: small update to bug report template (#288)
tibo-openai Apr 18, 2025
0133398
fix: standardize filename to kebab-case 🐍➡️🥙 (#302)
Rohithgilla12 Apr 18, 2025
aab7900
fix(docs): Fix the <details> misplace in README.md (#294)
gambhirsharma Apr 18, 2025
0725abf
bump(version): 0.1.2504161551 (#254)
fouad-openai Apr 18, 2025
fd5054e
feat: add /compact (#289)
tomc98 Apr 18, 2025
1b3752f
fix: handle invalid commands (#304)
mvecdigonul Apr 18, 2025
4592fa0
feat: add Nix flake for reproducible development environments (#225)
gerred Apr 18, 2025
c52335b
fix: raw-exec-process-group.test improve reliability and error handli…
sergioxro Apr 18, 2025
a00612b
fix: canonicalize the writeable paths used in seatbelt policy (#275)
jonchurch Apr 18, 2025
317bf3f
add: changelog (#308)
fouad-openai Apr 18, 2025
004736c
bump(version): 0.1.2504172351 (#310)
fouad-openai Apr 18, 2025
df6b9b6
chore: bug report form (#313)
fouad-openai Apr 18, 2025
3af5758
fix: update context left display logic in TerminalChatInput component…
tomc98 Apr 18, 2025
2fd36c1
Fix handling of Shift+Enter in e.g. Ghostty (#338)
tekacs Apr 18, 2025
0671dd4
fix: Improper spawn of sh on Windows Powershell (#318)
PramaYudhistira Apr 18, 2025
d2b5d03
feat: add /bug report command (#312)
fouad-openai Apr 18, 2025
4aef0ca
Revert "fix: canonicalize the writeable paths used in seatbelt policy…
jonchurch Apr 18, 2025
b503d61
chore: migrate to pnpm for improved monorepo management (#287)
alphajoop Apr 18, 2025
526ee53
Fix #371 Allow multiple containers on same machine (#373)
BadPirate Apr 18, 2025
0afd7c8
Fix: Change file name to start with small letter instead of captial l…
AbdelrhmanX7 Apr 18, 2025
194518d
feat: notify when a newer version is available (#333)
benny123tw Apr 19, 2025
0fb7c53
fix: include pnpm lock file (#377)
tibo-openai Apr 19, 2025
ef0dcf7
chore: update lockfile (#379)
jonchurch Apr 19, 2025
04b154d
fix: /bug report command, thinking indicator (#381)
fouad-openai Apr 19, 2025
15d6dda
bump(version): 0.1.2504181820 (#385)
fouad-openai Apr 19, 2025
5185afc
feat: add flex mode option for cost savings (#372)
salama-openai Apr 19, 2025
a36b330
docs: update README to use pnpm commands (#390)
benny123tw Apr 19, 2025
3738caa
feat: add user-defined safe commands configuration and approval logic…
autotaker Apr 19, 2025
7eb5537
fix: enable shell option for child process execution (#391)
shutootaki Apr 19, 2025
90814c5
Add fallback text for missing images (#397)
robbiehammond Apr 19, 2025
cc70a86
fix: configure husky and lint-staged for pnpm monorepo (#384)
alphajoop Apr 19, 2025
e3bfd92
feat: allow switching approval modes when prompted to approve an edit…
scottleibrand Apr 19, 2025
f49c7d5
fix: name of the file not matching the name of the component (#354)
AbdelrhmanX7 Apr 19, 2025
780e475
gracefully handle SSE parse errors and suppress raw parser code (#367)
Suyash-K Apr 19, 2025
4c09d5c
feat: read approvalMode from config file (#298)
Sinjhin Apr 19, 2025
39baaf9
feat: add /command autocomplete (#317)
tomc98 Apr 19, 2025
f38704e
re-enable Prettier check for codex-cli in CI (#417)
bolinfest Apr 19, 2025
897a1aa
feat: `/diff` command to view git diff (#426)
fouad-openai Apr 19, 2025
2d283df
fix: `full-auto` support in quiet mode (#374)
tomascupr Apr 20, 2025
7f194a4
use spawn instead of exec to avoid injection vulnerability (#416)
bolinfest Apr 20, 2025
cb7b2bc
feat: add support for `/diff` command autocomplete in TerminalChatInp…
tomc98 Apr 20, 2025
557d279
feat: add support for OPENAI_ORGANIZATION and OPENAI_PROJECT env vars
rumple Apr 20, 2025
e8a5415
feat: allow multi-line input (#438)
crazywolf132 Apr 20, 2025
b28c3f1
fix(cli): ensure /clear resets context and exclude system messages fr…
AbdelrhmanX7 Apr 20, 2025
915731f
Make it so CONFIG_DIR is not in the list of writable roots by default…
bolinfest Apr 20, 2025
a58c53f
feat: auto-open model selector if user selects deprecated model (#427)
AbdelrhmanX7 Apr 20, 2025
b0a34a8
fix: remove unnecessary isLoggingEnabled() checks (#420)
bolinfest Apr 20, 2025
8457bd5
fix(raw-exec-process-group): improve test reliability (#434)
jdocherty Apr 20, 2025
07f916d
feat: support multiple providers via Responses-Completion transformat…
dnakov Apr 21, 2025
7c5a34d
fix: command pipe execution by improving shell detection (#437)
crazywolf132 Apr 21, 2025
37ad211
fix: allow proper exit from new Switch approval mode dialog (#453)
scottleibrand Apr 21, 2025
a5be1fb
refactor(component): rename component to match its filename (#432)
AbdelrhmanX7 Apr 21, 2025
fc6ad7e
refactor(history-overlay): split into modular functions & add tests (…
jdocherty Apr 21, 2025
4dc4759
feat: tab completions for file paths (#279)
rekram1-node Apr 21, 2025
f1443d4
Remove `README.md` and `bin` from `package.json#files` field (#461)
aaronccasanova Apr 21, 2025
70e0855
fix: auto-open model-selector when model is not found (#448)
AbdelrhmanX7 Apr 21, 2025
64788fe
refactor(updates): fetch version from registry instead of npm CLI to …
benny123tw Apr 21, 2025
037fa38
fix: remove extraneous type casts (#462)
aaronccasanova Apr 21, 2025
f5ad96a
chore: improve storage/ implementation; use log(...) consistently (#473)
tibo-openai Apr 21, 2025
eae2cfc
chore: consolidate model utils and drive-by cleanups (#476)
tibo-openai Apr 21, 2025
4f14dbc
chore(build): cleanup dist before build (#477)
jonchurch Apr 21, 2025
b5dfeb4
fix: `/clear` now clears terminal screen and resets context left indi…
nerdielol Apr 21, 2025
0a23216
revert #386 due to unsafe shell command parsing (#478)
bolinfest Apr 21, 2025
70ea0ff
chore: drop src from publish (#474)
jonchurch Apr 21, 2025
00c8f21
do not auto-approve the find command if it contains options that writ…
bolinfest Apr 21, 2025
083432c
fix: correct fish completion function name in CLI script (#485)
benny123tw Apr 21, 2025
00a26ba
fix: unintended tear down of agent loop (#483)
Mitch528 Apr 21, 2025
b9793c5
docs: Add note about non-openai providers; add --provider cli flag to…
dnakov Apr 21, 2025
010f221
update: readme (#491)
fouad-openai Apr 21, 2025
d0fd3c1
bump(version): 0.1.2504211509 (#493)
fouad-openai Apr 21, 2025
c3632b0
include fractional portion of chunk that exceeds stdout/stderr limit …
bolinfest Apr 22, 2025
7524d01
feat: add support for ZDR orgs (#481)
fouad-openai Apr 22, 2025
ddbba98
bump(version): 0.1.2504220136 (#518)
fouad-openai Apr 22, 2025
ba118c2
Enforce ASCII in README.md (#513)
bolinfest Apr 22, 2025
10380e6
fix(agent-loop): update required properties to include workdir and ti…
tomc98 Apr 22, 2025
1805e43
fix: inconsistent usage of base URL and API key (#507)
GabrielBianconi Apr 22, 2025
c8b25e0
agent-loop: minimal mid-stream #429 retry loop using existing back-of…
scottleibrand Apr 22, 2025
f593cbc
feat: add CLI –version flag (#492)
narenoai Apr 22, 2025
1c5480e
add check to ensure ToC in README.md matches headings in the file (#541)
bolinfest Apr 22, 2025
a5f11c6
add instructions for connecting to a visual debugger under Contributi…
bolinfest Apr 22, 2025
5ebcfeb
feat: show actionable errors when api keys are missing (#523)
Naveenxyz Apr 22, 2025
e4413ca
fix: remove requirement for api key for ollama (#546)
moppywhip Apr 22, 2025
53f2903
fix: support [provider]_BASE_URL (#542)
dan0102dan Apr 22, 2025
9f53f52
fix: agent loop for disable response storage (#543)
fouad-openai Apr 22, 2025
0adee0b
when a shell tool call invokes apply_patch, resolve relative paths ag…
bolinfest Apr 22, 2025
417a800
fix typo in prompt (#558)
ncarchedi Apr 22, 2025
310d940
bump(version): 0.1.2504221401 (#559)
fouad-openai Apr 22, 2025
f2d3bc6
feat: add openai model info configuration (#551)
chunterb Apr 22, 2025
86fa427
feat: create parent directories when creating new files. (#552)
md-oai Apr 22, 2025
b505124
bug: non-openai mode - fix for gemini content: null, fix 429 to throw…
dnakov Apr 23, 2025
285baf4
Merge branch 'main' into issue-74
rumple Apr 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/2-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: 🪲 Bug Report
description: Report an issue that should be fixed
labels:
- bug
- needs triage
body:
- type: markdown
attributes:
value: |
Thank you for submitting a bug report! It helps make Codex better for everyone.

If you need help or support using Codex, and are not reporting a bug, please post on [codex/discussions](https://github.com/openai/codex/discussions), where you can ask questions or engage with others on ideas for how to improve codex.

Make sure you are running the [latest](https://npmjs.com/package/@openai/codex) version of Codex CLI. The bug you are experiencing may already have been fixed.

Please try to include as much information as possible.

- type: input
id: version
attributes:
label: What version of Codex is running?
description: Copy the output of `codex --revision`
- type: input
id: model
attributes:
label: Which model were you using?
description: Like `gpt-4.1`, `o4-mini`, `o3`, etc.
- type: input
id: platform
attributes:
label: What platform is your computer?
description: |
For MacOS and Linux: copy the output of `uname -mprs`
For Windows: copy the output of `"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"` in the PowerShell console
- type: textarea
id: steps
attributes:
label: What steps can reproduce the bug?
description: Explain the bug and provide a code snippet that can reproduce it.
validations:
required: true
- type: textarea
id: expected
attributes:
label: What is the expected behavior?
description: If possible, please provide text instead of a screenshot.
- type: textarea
id: actual
attributes:
label: What do you see instead?
description: If possible, please provide text instead of a screenshot.
- type: textarea
id: notes
attributes:
label: Additional information
description: Is there anything else you think we should know?
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/3-docs-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 📗 Documentation Issue
description: Tell us if there is missing or incorrect documentation
labels: [docs]
body:
- type: markdown
attributes:
value: |
Thank you for submitting a documentation request. It helps make Codex better.
- type: dropdown
attributes:
label: What is the type of issue?
multiple: true
options:
- Documentation is missing
- Documentation is incorrect
- Documentation is confusing
- Example code is not working
- Something else
- type: textarea
attributes:
label: What is the issue?
validations:
required: true
- type: textarea
attributes:
label: Where did you find it?
description: If possible, please provide the URL(s) where you found this issue.
66 changes: 41 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,40 +19,56 @@ jobs:
with:
node-version: 22

# Run codex-cli/ tasks first because they are higher signal.
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10.8.1
run_install: false

- name: Install dependencies (codex-cli)
working-directory: codex-cli
run: npm ci
- name: Get pnpm store directory
id: pnpm-cache
shell: bash
run: |
echo "store_path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT

- name: Check formatting (codex-cli)
working-directory: codex-cli
run: npm run format
- name: Setup pnpm cache
uses: actions/cache@v4
with:
path: ${{ steps.pnpm-cache.outputs.store_path }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-

- name: Run tests (codex-cli)
working-directory: codex-cli
run: npm run test
- name: Install dependencies
run: pnpm install

# Run all tasks using workspace filters

- name: Lint (codex-cli)
- name: Check TypeScript code formatting
working-directory: codex-cli
run: pnpm run format

- name: Check Markdown and config file formatting
run: pnpm run format

- name: Run tests
run: pnpm run test

- name: Lint
run: |
npm run lint -- \
pnpm --filter @openai/codex exec -- eslint src tests --ext ts --ext tsx \
--report-unused-disable-directives \
--rule "no-console:error" \
--rule "no-debugger:error" \
--max-warnings=-1

- name: Type‑check (codex-cli)
working-directory: codex-cli
run: npm run typecheck

- name: Build (codex-cli)
working-directory: codex-cli
run: npm run build

# Run formatting checks in the root directory last.
- name: Type-check
run: pnpm run typecheck

- name: Install dependencies (root)
run: npm ci
- name: Build
run: pnpm run build

- name: Check formatting (root)
run: npm run format
- name: Ensure README.md contains only ASCII and certain Unicode code points
run: ./scripts/asciicheck.py README.md
- name: Check README ToC
run: python3 scripts/readme_toc.py README.md
29 changes: 29 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: CLA Assistant
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]

permissions:
actions: write
contents: write
pull-requests: write
statuses: write

jobs:
cla:
runs-on: ubuntu-latest
steps:
- uses: contributor-assistant/github-action@v2.6.1
if: |
github.event_name == 'pull_request_target' ||
github.event.comment.body == 'recheck' ||
github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-document: docs/CLA.md
path-to-signatures: signatures/cla.json
branch: cla-signatures
allowlist: dependabot[bot]
43 changes: 0 additions & 43 deletions .github/workflows/dco.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,36 @@
# deps
# Node.js dependencies
node_modules
.pnpm-store
.pnpm-debug.log

# Keep pnpm-lock.yaml
!pnpm-lock.yaml

# build
dist/
build/
out/
storybook-static/

# ignore README for publishing
codex-cli/README.md

# ignore Nix derivation results
result

# editor
.vscode/
.idea/
.history/
.zed/
*.swp
*~

# cli tools
CLAUDE.md
.claude/

# caches
.cache/
.turbo/
Expand Down Expand Up @@ -52,3 +69,11 @@ Thumbs.db
Icon?
.Spotlight-V100/

# Unwanted package managers
.yarn/
yarn.lock

# release
package.json-e
session.ts-e
CHANGELOG.ignore.md
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm lint-staged
4 changes: 4 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
shamefully-hoist=true
strict-peer-dependencies=false
node-linker=hoisted
prefer-workspace-packages=true
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/codex-cli/dist
/codex-cli/node_modules
pnpm-lock.yaml
Loading
Loading