core-agent-ide/codex-rs/exec/src
Tamir Duberstein b16c985ed2
cli: fix zsh completion (#4692)
Before this change:
```
tamird@L03G26TD12 codex-rs % codex
zsh: do you wish to see all 3864 possibilities (1285 lines)?
```

After this change:
```
tamird@L03G26TD12 codex-rs % codex
app-server              -- [experimental] Run the app server
apply                a  -- Apply the latest diff produced by Codex agent as a `git apply` to your local working tree
cloud                   -- [EXPERIMENTAL] Browse tasks from Codex Cloud and apply changes locally
completion              -- Generate shell completion scripts
debug                   -- Internal debugging commands
exec                 e  -- Run Codex non-interactively
generate-ts             -- Internal: generate TypeScript protocol bindings
help                    -- Print this message or the help of the given subcommand(s)
login                   -- Manage login
logout                  -- Remove stored authentication credentials
mcp                     -- [experimental] Run Codex as an MCP server and manage MCP servers
mcp-server              -- [experimental] Run the Codex MCP server (stdio transport)
responses-api-proxy     -- Internal: run the responses API proxy
resume                  -- Resume a previous interactive session (picker by default; use --last to continue the most recent)
```
2025-10-07 08:07:31 -07:00
..
cli.rs cli: fix zsh completion (#4692) 2025-10-07 08:07:31 -07:00
event_processor.rs Minor cleanup of codex exec output (#4585) 2025-10-02 14:17:42 -07:00
event_processor_with_human_output.rs feat: codex exec writes only the final message to stdout (#4644) 2025-10-03 16:22:12 +00:00
event_processor_with_jsonl_output.rs feat: codex exec writes only the final message to stdout (#4644) 2025-10-03 16:22:12 +00:00
exec_events.rs Rename assistant message to agent message and fix item type field naming (#4610) 2025-10-02 15:07:14 -07:00
lib.rs feat: Freeform apply_patch with simple shell output (#4718) 2025-10-04 19:16:36 -07:00
main.rs fix: move arg0 handling out of codex-linux-sandbox and into its own crate (#1697) 2025-07-28 08:31:24 -07:00