Commit History

docs: add Git LFS & Xet setup instructions to README
772a712

chenbhao commited on

docs: add CHANGELOG.md for release notes
19d2123

chenbhao Claude Big Pickle commited on

chore: update HF model card metadata
00957df

chenbhao Claude Big Pickle commited on

chore: migrate all GitHub links to Hugging Face
b926515

chenbhao Claude Big Pickle commited on

docs: add HF model card YAML metadata to README
0c23f4c

chenbhao Claude Big Pickle commited on

docs: document standalone AskUserQuestion channel and CCR forwarding
0f215fe

chenbhao commited on

feat(bridge): forward AskUserQuestion to CCR remote
044c1b2

chenbhao commited on

feat(tool): decouple AskUserQuestion into standalone question channel
a8a1ac1

chenbhao commited on

refactor(WebFetchTool): remove dead Python webtools fallback
6dc252c

chenbhao commited on

Update README and install script: simplify install steps
f7a8a02

chenbhao Claude Opus 4.6 commited on

refactor: remove friend feature, local whisper, doubao & anthropic STT; consolidate voice to Groq
346a09e

chenbhao Claude Opus 4.6 commited on

docs(README): add 2026-07-08 news entry and ImageShow screenshot
f212f8b

chenbhao Claude Opus 4.6 commited on

refactor(ImageShowTool): download URLs to temp file, fix concurrency for kitty protocol
f0b3c03

chenbhao Claude Opus 4.6 commited on

refactor(WebSearchTool): disable defer to keep search_images param visible
3d23e7d

chenbhao Claude Opus 4.6 commited on

docs(WebSearchTool): strengthen image search guidance in prompt and schema
925af11

chenbhao Claude Opus 4.6 commited on

refactor(WebSearchTool): split Tavily for general search, SearXNG for image search
398a15b

chenbhao Claude Opus 4.6 commited on

Update WebSearchTool prompt documentation for image search parameter
1f6ed64

chenbhao Claude Opus 4.6 commited on

Update ImageShowTool render message and WebSearchTool image handling
dd104c9

chenbhao Claude Opus 4.6 commited on

refactor(WebSearchTool): remove inline image fetching, add search_images param
191e910

chenbhao Claude Opus 4.6 commited on

fix(ImageShowTool): use terminal height instead of width for dimension calculation
8b35d5c

chenbhao Claude Opus 4.6 commited on

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

chenbhao Claude Opus 4.6 commited on

fix(ImageShowTool): read local file to buffer before Jimp.read
050f245

chenbhao Claude Big Pickle commited on

feat(ImageShowTool): use timg for full-res Kitty image, dedup placement
67fd3a5

chenbhao Claude Big Pickle commited on

feat: render image directly to terminal fd, keep empty placeholder for TUI layout
43b76b7

chenbhao Claude Big Pickle 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: move ink-picture rendering from call() to UI React tree
999003d

chenbhao Claude Big Pickle commited on

fix: make ImageShowTool non-deferred so model can discover and call it
bfb2909

chenbhao Claude Big Pickle commited on

feat: integrate ink-picture rendering into ImageShowTool, remove InlineImage
184c51a

chenbhao Claude Big Pickle commited on

feat: register ImageShowTool as a proper buildTool with prompt + UI
e7b07b3

chenbhao Claude Opus 4.6 commited on

refactor: extract UI from ImageShowTool into separate component
02a4f30

chenbhao Claude Opus 4.6 commited on

refactor: extract UI from ImageShowTool into separate component
6d1207a

chenbhao Claude Opus 4.6 commited on

refactor: rewrite ImageShowTool with new architecture
0afdca0

chenbhao Claude Opus 4.6 commited on

test: add ImageShowTool remote image loading test
c0f64e8

chenbhao commited on

fix: integrate Jimp/ink-picture in ImageShowTool and apply sixel patch
f62d3f6

chenbhao Claude Opus 4.6 commited on

fix: patch sixel upng.js missing var declaration for bundled ESM
0e09d28

chenbhao Claude Opus 4.6 commited on

refactor: simplify ImageShowTool with jimp/ink-picture and aspect-ratio-aware rendering
ac60486

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

refactor: replace custom image rendering with ink-picture across all components
46f810c

chenbhao Claude Big Pickle commited on

refactor: replace timg with jimp + ink-picture renderers for image display
a699180

chenbhao Claude Opus 4.6 commited on

fix: simplify ImageShowTool to always render timg blocks within Ink's virtual DOM
ac3f753

chenbhao Claude Big Pickle commited on