New toml keys - 0.29
Resolved 💬 2 comments Opened Sep 3, 2025 by Alfredo-Sandoval Closed Nov 9, 2025
What is the type of issue?
Documentation is missing
What is the issue?
# [tools].view_image = true # Added Sep 3, 2025
#
# Enable the view_image tool so the agent can attach local images
# (paths on disk) to provide extra visual context.
#
# disable_paste_burst = false # Added Sep 3, 2025
#
# Disable multi-line paste burst sending in the TUI chat composer
# (helps avoid accidental rapid submissions of pasted content).
#
# use_experimental_reasoning_summary = false # Added Sep 3, 2025
#
# Opt-in UI toggle to render experimental reasoning summaries in the TUI.
Where did you find it?
- codex-rs/core/src/config.rs#L512-L519 (ToolsToml.view_image)
- codex-rs/core/src/config.rs#L701-L707, L812 (resolve include_view_image_tool)
- codex-rs/core/src/codex.rs#L459 (use include_view_image_tool)
- codex-rs/core/src/config.rs#L813-L815 (disable_paste_burst, reasoning_summary
-> Config)
- codex-rs/tui/src/bottom_pane/chat_composer.rs#L264-L266 (disable_paste_burst
usage)
- codex-rs/tui/src/history_cell.rs#L1254 (use_experimental_reasoning_summary
usage)This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗