chenbhao Claude Opus 4.6 commited on
Commit
f212f8b
ยท
1 Parent(s): f0b3c03

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

Browse files
Files changed (2) hide show
  1. README.md +9 -0
  2. assets/imageshow.png +3 -0
README.md CHANGED
@@ -11,6 +11,7 @@
11
 
12
  ## ๐Ÿ“ข News
13
 
 
14
  - **2026-07-04** ๐Ÿ–ผ๏ธ Inline Terminal Images โ€” Native Kitty graphics protocol rendering via timg; WebSearch, WebFetch, and LocationTool results now display inline images directly in the TUI with cursor-safe hide/show and dynamic row layout.
15
  - **2026-07-01** ๐Ÿ—บ๏ธ LocationTool unlimited search โ€” Amap places search now paginates (1000/page, up to 10000 results); Google Places uses `next_page_token` (up to 60); photo limits removed.
16
  - **2026-06-22** ๐Ÿ”Š Groq Whisper STT โ€” CLI `/voice` now uses Groq Whisper API (cloud whisper-large-v3, no Python needed) and `node-edge-tts` for TTS, matching Friend's stack.
@@ -183,6 +184,14 @@ hf download Systran/faster-whisper-base \
183
 
184
  ## โœจ Features
185
 
 
 
 
 
 
 
 
 
186
  ### Agent Team and View via Tmux
187
 
188
  <table align="center">
 
11
 
12
  ## ๐Ÿ“ข News
13
 
14
+ - **2026-07-08** ๐Ÿ–ผ๏ธ Image Search & Render Hardening โ€” WebSearchTool now exposes an explicit `search_images` flag that routes to SearXNG while Tavily handles general search; ImageShowTool downloads URLs to temp files and passes them to timg by path, fixes kitty protocol concurrency corruption (in-band sequences are now non-concurrent), and computes dimensions from terminal height with aspect-ratio-aware width.
15
  - **2026-07-04** ๐Ÿ–ผ๏ธ Inline Terminal Images โ€” Native Kitty graphics protocol rendering via timg; WebSearch, WebFetch, and LocationTool results now display inline images directly in the TUI with cursor-safe hide/show and dynamic row layout.
16
  - **2026-07-01** ๐Ÿ—บ๏ธ LocationTool unlimited search โ€” Amap places search now paginates (1000/page, up to 10000 results); Google Places uses `next_page_token` (up to 60); photo limits removed.
17
  - **2026-06-22** ๐Ÿ”Š Groq Whisper STT โ€” CLI `/voice` now uses Groq Whisper API (cloud whisper-large-v3, no Python needed) and `node-edge-tts` for TTS, matching Friend's stack.
 
184
 
185
  ## โœจ Features
186
 
187
+ ### ImageShow On Terminal
188
+
189
+ <table align="center">
190
+ <tr>
191
+ <td><img src="assets/imageshow.png"></td>
192
+ </tr>
193
+ </table>
194
+
195
  ### Agent Team and View via Tmux
196
 
197
  <table align="center">
assets/imageshow.png ADDED

Git LFS Details

  • SHA256: ba9566b9e4cefef94acf115b3a73656d49c278b79be9c9d6aefabff749ab5e0d
  • Pointer size: 132 Bytes
  • Size of remote file: 5.5 MB