Files
codex/codex-rs/core/src
zhao-oai e9e644a119 fixing localshell tool calls (#6823)
- Local-shell tool responses were always tagged as
`ExecCommandSource::UserShell` because handler would call
`run_exec_like` with `is_user_shell_cmd` set to true.
- Treat `ToolPayload::LocalShell` the same as other model generated
shell tool calls by deleting `is_user_shell_cmd` from `run_exec_like`
(since actual user shell commands follow a separate code path)
2025-11-18 17:28:26 +00:00
..
2025-11-17 17:40:11 -08:00
2025-11-18 16:51:16 +00:00
2025-11-18 16:51:16 +00:00
2025-11-18 16:51:16 +00:00
2025-11-18 16:51:16 +00:00
2025-11-18 16:51:16 +00:00