docs(README): add 2026-07-08 news entry and ImageShow screenshot
Browse files- README.md +9 -0
- 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
|