docs: v0.51.201 release header + fix #3336 tool-card diff test extraction list

This commit is contained in:
nesquena-hermes
2026-06-01 19:54:45 +00:00
parent 0b7f32f5d9
commit 94ad2a6b8d
2 changed files with 8 additions and 0 deletions
@@ -113,6 +113,9 @@ def test_rendered_apply_patch_tool_card_html_contains_diff_lines():
"_toolArgPreviewKeyIsHidden",
"_formatToolArgPreview",
"_toolCardPreviewText",
# #3336: buildToolCard now wraps diff snippets via these helpers.
"_snippetLooksLikeDiff",
"_colorDiffLines",
"buildToolCard",
]
functions = "\n".join(_function_source(UI_JS, name) for name in function_names)