mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-13 19:20:06 +00:00
refactor(ui): replace custom message rendering with herald typography library
- Replace MessageRenderer with herald-based implementation - Use herald alerts (Note, Tip, Warning, Caution) for message types - Use blockquote for thinking/reasoning content - Use KVGroup for startup info display - Add margin-bottom to all message types for visual separation - Simplify Read tool with herald CodeBlock and line numbers - Add detectLanguage helper for syntax highlighting - Capture extension startup messages and print after startup banner - Remove ~200 lines of custom rendering code
This commit is contained in:
@@ -82,6 +82,7 @@ require (
|
||||
github.com/googleapis/gax-go/v2 v2.20.0 // indirect
|
||||
github.com/gorilla/css v1.0.1 // indirect
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
github.com/indaco/herald v0.9.0 // indirect
|
||||
github.com/kaptinlin/go-i18n v0.2.12 // indirect
|
||||
github.com/kaptinlin/jsonpointer v0.4.17 // indirect
|
||||
github.com/kaptinlin/jsonschema v0.7.6 // indirect
|
||||
|
||||
Reference in New Issue
Block a user