Skip to content

Conversation

dylan-hurd-oai
Copy link
Collaborator

@dylan-hurd-oai dylan-hurd-oai commented Oct 9, 2025

Summary

Adds a confirmation screen when a user attempts to select Full Access via the /approvals flow in the TUI.

If the user selects the remember option, the preference is persisted to config.toml as full_access_warning_acknowledged, so they will not be prompted again.

Testing

  • Adds snapshot test coverage for the approvals flow and the confirmation flow
Screenshot 2025-10-08 at 6 04 59 PM

https://chatgpt.com/codex/tasks/task_i_68e6c5c458088322a28efa3207058180

@tibo-openai tibo-openai marked this pull request as ready for review October 9, 2025 02:20
pub windows_wsl_setup_acknowledged: bool,

/// Tracks whether the user has acknowledged the full access warning prompt.
pub full_access_warning_acknowledged: bool,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @jif-oai for config thoughts - should we nest this under some kind of global_user_store field?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant