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
- safe_print: strip rich markup tags when rich is unavailable so plain
fallback output doesn't leak literal '[bold red]...[/bold red]' tags
- profiling.aggregate_profiling_stats: stop reconstructing per-call
timings by repeating the mean (statistically wrong; gave incorrect
min/max/median across workers). Combine summary stats directly and
flag median as approximate via median_time_approximate
- run_agent: hoist 'reset_profiler' import to module level; drop noisy
'dir(tc)' / 'model_dump()' debug logging spam from the verbose path
- batch_runner: drop unused 'import re'; replace bare 'except:' with
specific (JSONDecodeError, TypeError, AttributeError) and guard
isinstance(content, str) before calling .strip()
- tools/simple_terminal_tool: replace bare 'except:' with 'except Exception'
on the SSH-context cleanup paths
Amp-Thread-ID: https://ampcode.com/threads/T-019dce4d-5fc2-703c-b2e4-b8a87ec42105
Co-authored-by: Amp <amp@ampcode.com>
0 commit comments