Skip to content

fix(renderers): bridge merge must not mutate prior multi_modal_data - #104

Merged
hallerite merged 1 commit into
mainfrom
fix/kimi-bridge-mutation
Jul 16, 2026
Merged

fix(renderers): bridge merge must not mutate prior multi_modal_data#104
hallerite merged 1 commit into
mainfrom
fix/kimi-bridge-mutation

fix(renderers): bridge merge must not mutate prior multi_modal_data

a5f0278
Select commit
Loading
Failed to load commit list.
MacroscopeApp / Macroscope - Approvability Check succeeded Jul 16, 2026 in 2m 24s

Approved (click on check for details)

  • Eligibility
  • Correctness

Note

More information about how approvability works can be found in our Help Center.

Details

Eligibility
Straightforward bug fix that replaces shallow dict copies with deep copies of inner lists to prevent mutation of caller data. The change is consistent across 3 renderer files, includes test coverage, and the author is fixing their own code.

Notes:
No code owners found in target merge base 201f885