docs: add CHANGELOG.md for release notes
Browse filesCo-Authored-By: Claude Big Pickle <noreply@anthropic.com>
- CHANGELOG.md +43 -0
CHANGELOG.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## 2.1.0
|
| 2 |
+
- Image Search & Render Hardening β WebSearchTool exposes explicit `search_images` flag routing to SearXNG; ImageShowTool downloads URLs to temp files, fixes kitty protocol concurrency corruption, aspect-ratio-aware dimensions
|
| 3 |
+
- Inline Terminal Images β Native Kitty graphics protocol rendering via timg; WebSearch/WebFetch/LocationTool results display inline images in TUI
|
| 4 |
+
- LocationTool unlimited search β Amap pagination (1000/page, up to 10000 results); Google Places `next_page_token` (up to 60)
|
| 5 |
+
- Groq Whisper STT β CLI `/voice` uses Groq Whisper API, `node-edge-tts` for TTS
|
| 6 |
+
- Friend Desktop β `/friend start` launches Tauri desktop VRM companion app
|
| 7 |
+
- `/release-notes` command
|
| 8 |
+
- `/goal` command with prompt input footsider and lastline display
|
| 9 |
+
|
| 10 |
+
## 2.0.1
|
| 11 |
+
- Described auto-dream and subagent features in README
|
| 12 |
+
- Snapshot auto-dream feature; ToolSearch uses WebSearch under the hood
|
| 13 |
+
- Auto Dream β AI autonomously reflects and builds internal memory
|
| 14 |
+
- Fixed chatId overflow by migrating from Number to String
|
| 15 |
+
|
| 16 |
+
## 2.0.0
|
| 17 |
+
- All tools allowed in auto mode without classifier
|
| 18 |
+
- Auto-compact triggers on context size exceeded
|
| 19 |
+
- ToolSearch enabled by default for all providers
|
| 20 |
+
- OpenRouter full model loading
|
| 21 |
+
- Live refresh typing status
|
| 22 |
+
- WebFetch supports shouldDefer for lazy loading
|
| 23 |
+
- Major README overhaul β VersperAI branding, tabular layout, TypeScript vs Python explained
|
| 24 |
+
- Full WebSearch toolchain β SearXNG, Jina AI, WebFetch
|
| 25 |
+
- AutoMode β autonomous decision-making execution mode
|
| 26 |
+
- Project renamed to codev
|
| 27 |
+
- Telegram backend β `/telegram` command, interactive commands
|
| 28 |
+
- `/buddy` companion mode
|
| 29 |
+
- Reborn as verspercode v0.1.0 β complete `/login` system
|
| 30 |
+
|
| 31 |
+
## 1.0.0
|
| 32 |
+
- Removed autoresearch, evolve modules, and Cursor scripts
|
| 33 |
+
- CLI update for better terminal interaction
|
| 34 |
+
- Fixed error type-in when using `/resume` session
|
| 35 |
+
- Memory routing β route-runtime-long_term for persistent context
|
| 36 |
+
- CLI shell split to <10K lines
|
| 37 |
+
- Academic paper pipeline β `/evolve`, `/compact`, LaTeX templates
|
| 38 |
+
- Research workflow β `/paper`, `/code` commands, ANN vector index
|
| 39 |
+
- Configuration overhaul β YAML to JSON + .env + TOML
|
| 40 |
+
- Browser control β Chrome DevTools MCP, WeChat/Telegram gateways
|
| 41 |
+
|
| 42 |
+
## 0.1.0
|
| 43 |
+
- Initial release β codev born
|