Added
- Added global auto-approve control through vim.g.mcphub_auto_approve and config.auto_approve
- Added UI toggle (ga) for auto-approve in main view
- Added auto-approve support in write_file tool while maintaining editor visibility
Changed
- Unified auto-approve handling across the plugin
- Moved auto-approve settings from extensions to core config
- Updated Avante and CodeCompanion extensions to use global auto-approve setting
- Updated documentation to reflect new auto-approve configuration
Deprecated
- Deprecated Avante's auto_approve_mcp_tool_calls setting in favor of global config.auto_approve
- Deprecated CodeCompanion's opts.requires_approval setting in favor of global config.auto_approve