Class: Cline::GlobalState::AutoApproval::AutoApprovalSettings::AutoApprovalActions
- Inherits:
-
Schema
- Object
- Shale::Mapper
- Schema
- Cline::GlobalState::AutoApproval::AutoApprovalSettings::AutoApprovalActions
- Defined in:
- lib/cline/global_state/auto_approval.rb
Overview
Auto approval action toggles
Instance Attribute Summary
Attributes inherited from Schema
Public API collapse
-
#edit_files ⇒ Boolean
Allow editing files.
-
#edit_files_externally ⇒ Boolean
Allow editing files externally.
-
#execute_all_commands ⇒ Boolean
Allow executing all commands.
-
#execute_safe_commands ⇒ Boolean
Allow executing safe commands.
-
#read_files ⇒ Boolean
Allow reading files.
-
#read_files_externally ⇒ Boolean
Allow reading files externally.
-
#use_browser ⇒ Boolean
Allow using browser tools.
-
#use_mcp ⇒ Boolean
Allow using MCP servers.
Methods inherited from Schema
#==, as_hash, cast, cline_snake_attributes, of_hash, #to_cline_json, #to_hash
Instance Method Details
#edit_files ⇒ Boolean
Returns Allow editing files.
20 |
# File 'lib/cline/global_state/auto_approval.rb', line 20 attribute :edit_files, :boolean |
#edit_files_externally ⇒ Boolean
Returns Allow editing files externally.
23 |
# File 'lib/cline/global_state/auto_approval.rb', line 23 attribute :edit_files_externally, :boolean |
#execute_all_commands ⇒ Boolean
Returns Allow executing all commands.
29 |
# File 'lib/cline/global_state/auto_approval.rb', line 29 attribute :execute_all_commands, :boolean |
#execute_safe_commands ⇒ Boolean
Returns Allow executing safe commands.
26 |
# File 'lib/cline/global_state/auto_approval.rb', line 26 attribute :execute_safe_commands, :boolean |
#read_files ⇒ Boolean
Returns Allow reading files.
14 |
# File 'lib/cline/global_state/auto_approval.rb', line 14 attribute :read_files, :boolean |
#read_files_externally ⇒ Boolean
Returns Allow reading files externally.
17 |
# File 'lib/cline/global_state/auto_approval.rb', line 17 attribute :read_files_externally, :boolean |
#use_browser ⇒ Boolean
Returns Allow using browser tools.
32 |
# File 'lib/cline/global_state/auto_approval.rb', line 32 attribute :use_browser, :boolean |
#use_mcp ⇒ Boolean
Returns Allow using MCP servers.
35 |
# File 'lib/cline/global_state/auto_approval.rb', line 35 attribute :use_mcp, :boolean |