You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_log_config_message(f"Warning: Invalid CODING_AGENT '{coding_agent}'. Must be one of {[agent.nameforagentinCodingAgents]}. Defaulting to 'SMARTFIX'.", is_warning=True)
174
+
_log_config_message(f"Warning: Invalid CODING_AGENT '{coding_agent}'. Must be one of {[agent.nameforagentinCodingAgents]}. Defaulting to '{CodingAgents.SMARTFIX.name}'.", is_warning=True)
0 commit comments