This release adds a new default_selected_permission setting under [ui] that controls the initially highlighted row on the first approval prompt. It also removes the max_turns configuration option. Documentation has been updated to reflect both changes. No CLI commands or flags were modified.
Added
- New
[ui] default_selected_permissionsetting (always_allow_all_sessions,allow_command_always,allow_once, orreject) that sets the starting cursor position on the first tool-approval prompt of a session. The value can also be overridden via theGROK_DEFAULT_SELECTED_PERMISSIONenvironment variable.
Changed
- Configuration examples in the user guide no longer include the
max_turnsoption.
Fixed
- None.
Removed
- The
max_turnsconfiguration option has been removed.
Upgrade notes
None.