mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
wip
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
id = "13"
|
||||
title = "Interactive Prompting and Commands While Executing"
|
||||
status = "Merged"
|
||||
dependencies = ""
|
||||
dependencies = "02,07,09,11,14,29"
|
||||
last_updated = "2025-06-25T01:40:09.509881"
|
||||
+++
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
id = "15"
|
||||
title = "Agent Worktree Sandbox Configuration"
|
||||
status = "Not started"
|
||||
dependencies = ""
|
||||
dependencies = "02,07,09,11,14,29"
|
||||
last_updated = "2025-06-25T01:40:09.512675"
|
||||
+++
|
||||
|
||||
@@ -49,4 +49,4 @@ When `--agent` is used, the script switches to the task worktree, then starts th
|
||||
## Notes
|
||||
|
||||
- This feature depends on the underlying Landlock/Seatbelt sandbox APIs.
|
||||
- Leverage the existing sandbox invocation (`codex debug landlock`) and approval predicates to auto-approve worktree and tmpdir I/O.
|
||||
- Leverage the existing sandbox invocation (`codex debug landlock`) and approval predicates to auto-approve worktree and tmpdir I/O.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
id = "18"
|
||||
title = "Chat UI Textarea Overlay and Border Styling Fix"
|
||||
status = "Not started"
|
||||
dependencies = ""
|
||||
dependencies = "02,07,09,11,14,29"
|
||||
last_updated = "2025-06-25T01:40:09.514379"
|
||||
+++
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
id: 19
|
||||
title: Bash Command Rendering Improvements for Less Verbosity
|
||||
status: Not started
|
||||
dependencies: "02,07,09,11,14,29"
|
||||
summary: Render bash commands more concisely and shorten tool output annotations.
|
||||
goal: |
|
||||
Adjust agent output formatting for shell commands and tool logs to:
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
id: 22
|
||||
title: Message Separation and Sender-Content Layout Options
|
||||
status: Not started # one of: Not started, Started, Needs manual review, Done, Cancelled
|
||||
dependencies: "02,07,09,11,14,29"
|
||||
summary: Add configurable options for inter-message spacing and sender-content line breaks in chat rendering.
|
||||
goal: |
|
||||
Provide users with flexibility in how chat messages are visually separated and how sender labels are displayed relative to message content:
|
||||
|
||||
Reference in New Issue
Block a user