Files
kilocode/packages
Sylwester Liljegren fb44bb8dc3 fix(vscode): don't strip markdown link syntax from tool/bash text; revert history-search cap
WARNING: stripMarkdownLinkUrls was applied to tool/bash chunks too.
Bash output is rendered via escapeHtml + syntax highlighting -- never
through Markdown -- and the generic/MCP fallback renderer wraps its
output in a fenced code block before it ever reaches Markdown. Both
show link-like `[x](y)` text literally, so stripping it searched text
that no longer matched what's on screen (e.g. a shell command that
echoes/cats a markdown link, or JSON with bracket+paren sequences).
Stripping is now only applied to text/reasoning chunks, which do go
through the real Markdown renderer.

Reverted the auto-load-history cap/opt-in from the previous commit: a
partial match count while some history remains unsearched can actively
mislead a user into the wrong conclusion, which outweighs the cost of
loading a long session's full history. Search now simply auto-loads
the entire session before reporting a final count/"No results", same
as originally requested. Revisit with a cap or lazy/incremental search
strategy in a follow-up PR if this proves too slow/expensive in
practice on very long sessions.

(cherry picked from commit f0ff4d3066)
2026-07-13 10:30:48 +02:00
..
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00
2026-07-09 14:31:42 +00:00