co-mono/packages/coding-agent/src/utils
Mario Zechner 79c56475e0 Fix non-PNG images not displaying in Kitty protocol terminals
JPEG/GIF/WebP images were not rendering in terminals using the Kitty
graphics protocol (Kitty, Ghostty, WezTerm) because it requires PNG
format (f=100). Non-PNG images are now converted to PNG using sharp
before being sent to the terminal.
2026-01-03 16:58:57 +01:00
..
changelog.ts Move config.ts from utils/ to src/ 2025-12-09 01:28:06 +01:00
clipboard.ts Reorganize file structure: core/, utils/, modes/interactive/components/, modes/interactive/theme/ 2025-12-09 00:51:33 +01:00
fuzzy.ts Fix model selector fuzzy search to match provider and support multi-token queries 2025-12-15 18:05:32 +01:00
image-convert.ts Fix non-PNG images not displaying in Kitty protocol terminals 2026-01-03 16:58:57 +01:00
image-resize.ts More attempts to get an image under 5MB (#424) 2026-01-03 16:54:57 +01:00
mime.ts fix(coding-agent): detect image MIME via file-type (#205) 2025-12-17 17:11:56 +01:00
shell.ts Fix characters (#372) 2026-01-01 02:16:29 +01:00
tools-manager.ts refactor(hooks): split session events into individual typed events 2025-12-30 22:42:22 +01:00