You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Enhanced chat interface with styled user/assistant messages
- EOF-based input handling for interactive commands to prevent hangs
- Custom HTTP headers with tool name and repository link
- New tool_calling_type config parameter for model-specific tool calling
- Updated README with version badges and What's New section
**AI Coding Assistant for the Terminal** — A powerful, extensible, and terminal-native coding agent designed to help you build, search, and fix code with natural language.
4
8
5
9
---
6
10
11
+
## 🆕 What's New in v0.2.2
12
+
13
+
-**Improved UI**: Enhanced chat interface with styled user/assistant messages and better visual feedback
14
+
-**Interactive Command Execution**: EOF-based input handling to prevent command hangs
15
+
-**Custom Headers**: Tool name and repository link now passed in HTTP headers for better API compatibility
16
+
-**Tool Calling Configuration**: New `tool_calling_type` parameter in config to specify model-specific tool calling instructions (supports `supercoder`, `qwen_like`, `json_block`, `xml_function`)
0 commit comments