free-claude-code/core
google-labs-jules[bot] 45de088e38 Bolt: Optimize get_block_attr by removing hasattr overhead
Refactors `get_block_attr` to remove the use of `hasattr()`,
replacing it with `isinstance(dict)` check first and using
`getattr(block, attr, default)` to avoid double-evaluation overhead
and prevent edge cases where dictionaries might return
built-in methods instead of intended keys.

Co-authored-by: shreyashjagtap157 <38904253+shreyashjagtap157@users.noreply.github.com>
2026-05-15 03:24:37 +00:00
..
anthropic Bolt: Optimize get_block_attr by removing hasattr overhead 2026-05-15 03:24:37 +00:00
__init__.py Architecture refactor: core anthropic, runtime, smoke tiers, remove providers.common 2026-04-24 20:03:14 -07:00
rate_limit.py Major refactor: API, providers, messaging, and Anthropic protocol 2026-04-26 03:01:14 -07:00
trace.py feat(logging): structured TRACE events and end-to-end request correlation 2026-05-10 18:24:48 -07:00