feat: AI based permission checks
This commit is contained in:
@@ -334,6 +334,13 @@ impl App {
|
||||
Space::new().width(Length::Fill),
|
||||
project_control,
|
||||
branch_control,
|
||||
pick_list(
|
||||
&PERMISSION_MODES[..],
|
||||
Some(self.permission_mode),
|
||||
Message::PermissionModeChanged,
|
||||
)
|
||||
.text_size(12)
|
||||
.padding([2, 6]),
|
||||
icon(ICON_MODEL, 16),
|
||||
text(self.config.model.to_string()).size(12),
|
||||
action,
|
||||
|
||||
Reference in New Issue
Block a user