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
refactor: deduplicate tool arg extraction in _console_emitter.py
Extract _extract_tool_arg() helper to share the extractor-lookup-or-
fallback logic between _format_tool_summary() and the live panel's
tool_use rendering. Also replace four identical file_path lambdas with
a single _extract_file_path() function.
Co-authored-by: Ralphify <noreply@ralphify.co>
0 commit comments