fix(coding-agent): restore diff code block highlighting

closes #5092
This commit is contained in:
Armin Ronacher
2026-05-28 00:49:27 +02:00
parent 1e168a89c5
commit b85bf65678
3 changed files with 43 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed fenced `diff` code blocks and other highlight.js scopes to keep theme-aware syntax colors after the `cli-highlight` replacement ([#5092](https://github.com/earendil-works/pi/issues/5092)).
## [0.76.0] - 2026-05-27
### New Features