Commit Graph

1594 Commits

Author SHA1 Message Date
jif-oai
ac2b3ec2bb A1 2025-10-16 16:56:54 +01:00
jif-oai
c052b89333 Log 2025-10-16 16:32:37 +01:00
jif-oai
b424ca93ab Fix 2025-10-16 15:28:16 +01:00
jif-oai
32bd302d80 Add cancellation token 2025-10-16 15:22:56 +01:00
jif-oai
39c72b3151 Logs 2025-10-16 15:05:55 +01:00
jif-oai
2cdfd38c24 Drop verifier 2025-10-16 14:57:30 +01:00
jif-oai
fc79a46c7a Better UI 2 2025-10-16 14:44:50 +01:00
jif-oai
010dfa7751 Better UI 2025-10-16 14:15:24 +01:00
jif-oai
54b9436699 R7 2025-10-16 11:14:10 +01:00
jif-oai
af3bf801ce R6 2025-10-16 11:03:07 +01:00
jif-oai
5fb6cbbcca R5 2025-10-16 10:51:50 +01:00
jif-oai
7bdf63a009 R4 2025-10-16 10:38:55 +01:00
jif-oai
119dabd272 R3 2025-10-16 10:30:34 +01:00
jif-oai
c0baaa171b R2 2025-10-16 10:27:49 +01:00
jif-oai
b45c204109 R1 2025-10-16 09:22:10 +01:00
jif-oai
b70dcd80a2 P2 2025-10-14 17:59:10 +01:00
jif-oai
c0f8a49e3e P1 2025-10-14 17:03:43 +01:00
jif-oai
87362d6ebd V18 2025-10-14 15:55:00 +01:00
jif-oai
f073bc5ccf V17 2025-10-14 14:03:15 +01:00
jif-oai
9320565658 V16 2025-10-14 13:50:29 +01:00
jif-oai
4de5b25c52 V15 2025-10-14 13:45:23 +01:00
jif-oai
90b2f096c3 V14 2025-10-14 13:34:52 +01:00
jif-oai
f3c57ab888 V13 2025-10-14 13:34:20 +01:00
jif-oai
43ee0dfd19 V12 2025-10-14 13:14:47 +01:00
jif-oai
c9d9a40c98 V11 2025-10-14 12:21:42 +01:00
jif-oai
ab3d607be4 V9 2025-10-14 12:15:29 +01:00
jif-oai
f7d8e12ae0 V8 2025-10-14 12:12:25 +01:00
jif-oai
a8278b5423 V6 2025-10-14 12:04:20 +01:00
jif-oai
cb99d71f57 V5 2025-10-14 11:46:27 +01:00
jif-oai
f72e9da7c5 V4 2025-10-14 10:22:34 +01:00
jif-oai
732c435345 V3 2025-10-14 09:59:08 +01:00
jif-oai
f5e055ae36 V2 2025-10-14 09:39:59 +01:00
jif-oai
8245a4f53b V1 2025-10-13 17:56:44 +01:00
Shijie Rao
26f7c46856 fixes #5011: update mcp server doc (#5014) 2025-10-10 17:23:41 -07:00
Jeremy Rose
90af046c5c tui: include the image name in the textarea placeholder (#5056)
Fixes #5013
2025-10-10 09:56:18 -07:00
jif-oai
961ed31901 feat: make shortcut works even with capslock (#5049)
Shortcut where not working in caps-lock. Fixing this
2025-10-10 14:35:28 +00:00
jif-oai
85e7357973 fix: workflow cache (#5050)
Decouple cache saving to fix the `verify` steps never being run due to a
cache saving issue
2025-10-10 15:57:47 +02:00
jif-oai
f98fa85b44 feat: message when stream get correctly resumed (#4988)
<img width="366" height="109" alt="Screenshot 2025-10-09 at 17 44 16"
src="https://github.com/user-attachments/assets/26bc6f60-11bc-4fc6-a1cc-430ca1203969"
/>
2025-10-10 09:07:14 +00:00
Jeremy Rose
ddcaf3dccd tui: fix crash when alt+bksp past unicode nbsp (#5016)
notably, screenshot filenames on macOS by default contain U+202F right
before the "AM/PM" part of the filename.
2025-10-09 15:07:04 -07:00
Jeremy Rose
56296cad82 tui: /diff mode wraps long lines (#4891)
fixes a regression that stopped long lines from being wrapped when
viewing `/diff`.
2025-10-09 14:01:45 -07:00
Jeremy Rose
95b41dd7f1 tui: fix wrapping in trust_directory (#5007)
Refactor trust_directory to use ColumnRenderable & friends, thus
correcting wrapping behavior at small widths. Also introduce
RowRenderable with fixed-width rows.

- fixed wrapping in trust_directory
- changed selector cursor to match other list item selections
- allow y/n to work as well as 1/2
- fixed key_hint to be standard

before:
<img width="661" height="550" alt="Screenshot 2025-10-09 at 9 50 36 AM"
src="https://github.com/user-attachments/assets/e01627aa-bee4-4e25-8eca-5575c43f05bf"
/>

after:
<img width="661" height="550" alt="Screenshot 2025-10-09 at 9 51 31 AM"
src="https://github.com/user-attachments/assets/cb816cbd-7609-4c83-b62f-b4dba392d79a"
/>
2025-10-09 17:39:45 +00:00
Jeremy Rose
bf82353f45 tui: fix wrapping in user approval decisions (#5008)
before:
<img width="706" height="71" alt="Screenshot 2025-10-09 at 10 20 57 AM"
src="https://github.com/user-attachments/assets/ff758b77-4e64-4736-b867-7ebf596e4e65"
/>

after:
<img width="706" height="71" alt="Screenshot 2025-10-09 at 10 20 35 AM"
src="https://github.com/user-attachments/assets/6a44efc0-d9ee-40ce-a709-cce969d6e3b3"
/>
2025-10-09 10:37:13 -07:00
pakrym-oai
0308febc23 Remove unused type (#5003)
It was never exported
2025-10-09 10:29:22 -07:00
Shijie Rao
7b4a4c2219 Shijie/codesign binary (#4899)
### Summary
* Added code signing for MacOS. 

### Before - UNSIGNED codex-aarch64
<img width="716" height="334" alt="Screenshot 2025-10-08 at 11 53 28 AM"
src="https://github.com/user-attachments/assets/276000f1-8be2-4b89-9aff-858fac28b4d4"
/>

### After - SIGNED codex-aarch64
<img width="706" height="410" alt="Screenshot 2025-10-08 at 11 52 20 AM"
src="https://github.com/user-attachments/assets/927528f8-2686-4d15-b3cb-c47a8f11ef29"
/>
2025-10-09 09:42:24 -07:00
jif-oai
3ddd4d47d0 fix: lagged output in unified_exec buffer (#4992)
Handle `Lagged` error when the broadcast buffer of the unified_exec is
full
2025-10-09 16:06:07 +00:00
jif-oai
ca6a0358de bug: sandbox denied error logs (#4874)
Check on STDOUT / STDERR or aggregated output for some logs when sanbox
is denied
2025-10-09 16:01:01 +00:00
jif-oai
0026b12615 feat: indentation mode for read_file (#4887)
Add a read file that select the region of the file based on the
indentation level
2025-10-09 15:55:02 +00:00
dedrisian-oai
4300236681 revert /name for now (#4978)
There was a regression where we'd read entire rollout contents if there
was no /name present.
2025-10-08 17:13:49 -07:00
dedrisian-oai
ec238a2c39 feat: Set chat name (#4974)
Set chat name with `/name` so they appear in the codex resume page:


https://github.com/user-attachments/assets/c0252bba-3a53-44c7-a740-f4690a3ad405
2025-10-08 16:35:35 -07:00
rakesh-oai
b6165aee0c Create alias (#4971)
# External (non-OpenAI) Pull Request Requirements

Before opening this Pull Request, please read the dedicated
"Contributing" markdown file or your PR may be closed:
https://github.com/openai/codex/blob/main/docs/contributing.md

If your PR conforms to our contribution guidelines, replace this text
with a detailed and high quality description of your changes.
2025-10-08 22:29:20 +00:00