core-agent-ide/codex-rs/tui/src
Michael Bolin a134bdde49
fix: is_inside_git_repo should take the directory as a param (#809)
https://github.com/openai/codex/pull/800 made `cwd` a property of
`Config` and made it so the `cwd` is not necessarily
`std::env::current_dir()`. As such, `is_inside_git_repo()` should check
`Config.cwd` rather than `std::env::current_dir()`.

This PR updates `is_inside_git_repo()` to take `Config` instead of an
arbitrary `PathBuf` to force the check to operate on a `Config` where
`cwd` has been resolved to what the user specified.
2025-05-04 11:39:10 -07:00
..
app.rs feat: make it possible to set disable_response_storage = true in config.toml (#714) 2025-04-28 15:39:34 -07:00
app_event.rs feat(tui-rs): add support for mousewheel scrolling (#641) 2025-04-25 12:01:52 -07:00
bottom_pane.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
chatwidget.rs fix: TUI should use cwd from Config (#808) 2025-05-04 11:12:40 -07:00
cli.rs feat: make cwd a required field of Config so we stop assuming std::env::current_dir() in a session (#800) 2025-05-04 10:57:12 -07:00
conversation_history_widget.rs fix: TUI should use cwd from Config (#808) 2025-05-04 11:12:40 -07:00
exec_command.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
git_warning_screen.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
history_cell.rs fix: TUI should use cwd from Config (#808) 2025-05-04 11:12:40 -07:00
lib.rs fix: is_inside_git_repo should take the directory as a param (#809) 2025-05-04 11:39:10 -07:00
log_layer.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
main.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
scroll_event_helper.rs feat(tui-rs): add support for mousewheel scrolling (#641) 2025-04-25 12:01:52 -07:00
status_indicator_widget.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
tui.rs feat(tui-rs): add support for mousewheel scrolling (#641) 2025-04-25 12:01:52 -07:00
user_approval_widget.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00