core-agent-ide/codex-rs/exec
pakrym-oai ea095e30c1
Add todo-list tool support (#4255)
Adds a 1-per-turn todo-list item and item.updated event

```jsonl
{"type":"item.started","item":{"id":"item_6","item_type":"todo_list","items":[{"text":"Record initial two-step plan  now","completed":false},{"text":"Update progress to next step","completed":false}]}}
{"type":"item.updated","item":{"id":"item_6","item_type":"todo_list","items":[{"text":"Record initial two-step plan  now","completed":true},{"text":"Update progress to next step","completed":false}]}}
{"type":"item.completed","item":{"id":"item_6","item_type":"todo_list","items":[{"text":"Record initial two-step plan  now","completed":true},{"text":"Update progress to next step","completed":false}]}}
```
2025-09-26 09:35:47 -07:00
..
src Add todo-list tool support (#4255) 2025-09-26 09:35:47 -07:00
tests Add todo-list tool support (#4255) 2025-09-26 09:35:47 -07:00
Cargo.toml Add explicit codex exec events (#4177) 2025-09-25 17:47:09 +00:00