feat: add TUI code block syntax highlighting (#1200) (thanks @vignesh07)

This commit is contained in:
Peter Steinberger
2026-01-19 05:05:36 +00:00
parent 640e19988f
commit 3e06fe84dc
3 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ Docs: https://docs.clawd.bot
### Changes
- Usage: add `/usage cost` summaries and macOS menu cost submenu with daily charting.
- Agents: clarify node_modules read-only guidance in agent instructions.
- TUI: add syntax highlighting for code blocks. (#1200) — thanks @vignesh07.
### Fixes
- Plugins: surface plugin load/register/config errors in gateway logs with plugin/source context.