codev / src /ink-picture

Commit History

fix(ImageShowTool): simplify dimensions — use height as primary, compute width from aspect ratio
fcdf1d0

chenbhao Claude Opus 4.6 commited on

fix: write Kitty protocol directly to terminal fd, bypass Ink's stdout buffering
f0588e7

chenbhao Claude Big Pickle commited on

fix: use env-var terminal detection to avoid stdin conflicts in TUI
fbafa72

chenbhao Claude Big Pickle commited on

refactor: extract UI from ImageShowTool into separate component
6d1207a

chenbhao Claude Opus 4.6 commited on

fix: unify error message to "Failed to fetch" and exit on load failure
9ec41c1

chenbhao Claude Opus 4.6 commited on

fix(jimpURL): validate Content-Type before passing to Jimp
83ae5d2

chenbhao Claude Opus 4.6 commited on

feat: add loadImageFromUrl helper and wire it into LocalPicture test
3e3eb0a

chenbhao Claude Opus 4.6 commited on

feat(LocalPicture): support CLI args for path/URL and golden ratio width
6485104

chenbhao Claude Opus 4.6 commited on

feat: pass pixelWidth/pixelHeight from Image props to Kitty renderer
862182b

chenbhao Claude Opus 4.6 commited on

fix: reduce blank rows below Kitty images by using placement c=/r= bounds
ab32188

chenbhao Claude Opus 4.6 commited on

fix: preserve image aspect ratio with cover() and dynamic height calculation
412f992

chenbhao Claude Opus 4.6 commited on

fix: add Ghostty env-var detection for Kitty graphics in ink-picture
00d812d

chenbhao Claude Opus 4.6 commited on

feat: add useStdout and useIsScreenReaderEnabled hooks for ink-picture
f73174f

chenbhao Claude Opus 4.6 commited on

refactor: integrate ink-picture as source directory
7e3630c

chenbhao Claude Opus 4.6 commited on