feat: add debug logs for status mode stack overflow investigation

Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-19 14:14:21 -03:00
parent 73bfc064ea
commit 107a1f3eb4
2 changed files with 7 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ pub fn generate_status_info(
for meta_plugin_type in sorted_meta_plugins {
log::debug!("STATUS: Processing meta plugin type: {:?}", meta_plugin_type);
log::debug!("STATUS: About to call get_meta_plugin");
let mut meta_plugin = meta_plugin::get_meta_plugin(meta_plugin_type.clone());
log::debug!("STATUS: Created meta plugin instance");
let is_supported = meta_plugin.is_supported();