agent-zero/plugins/_model_config/extensions/python
frdel 971e93ee96 refactor: remove browser_http_headers config and add safe_call utility for plugin hooks
- Remove browser_http_headers from model config (config, migration, UI, helpers)
- Add safe_call function to extract_tools.py to safely invoke functions with filtered args/kwargs
- Update call_plugin_hook to use safe_call for better parameter handling
- Add _apply_defaults_from_env to apply environment variable defaults to plugin configs
- Delete additional plugin asset folders when deleting plugins
- Remove
2026-03-20 12:43:25 +01:00
..
agent_Agent_get_browser_model_start feat: add _model_config plugin with call-time model resolution 2026-03-14 09:41:19 -07:00
agent_Agent_get_chat_model_start feat: add _model_config plugin with call-time model resolution 2026-03-14 09:41:19 -07:00
agent_Agent_get_embedding_model_start feat: add _model_config plugin with call-time model resolution 2026-03-14 09:41:19 -07:00
agent_Agent_get_utility_model_start feat: add _model_config plugin with call-time model resolution 2026-03-14 09:41:19 -07:00
initialize_migration_start refactor: remove browser_http_headers config and add safe_call utility for plugin hooks 2026-03-20 12:43:25 +01:00