Skip to content

Commit a0579f3

Browse files
authored
change-log updated for 0.7.0 (#29)
Co-authored-by: Tulga Tsogtgerel <[email protected]>
1 parent cef66d8 commit a0579f3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
### 0.7.0
4+
#### New Features
5+
- **Agent Client Protocol (ACP) Support**: Added comprehensive support for the Agent Client Protocol with terminal authentication, model selection, and indexing control via new `--acp` and `--allow-indexing` flags
6+
- **Thinking Summaries**: Display GPT-5 model thinking process summaries with collapsible sections in the TUI
7+
- **MCP Server Support**: Extended support for HTTP and SSE-based Model Context Protocol servers in addition to stdio servers
8+
9+
#### Improvements
10+
- **CLI is now GA**: Removed beta label from the CLI banner
11+
- **Model Selection**: Simplified model selection with short names (e.g., 'sonnet4.5' instead of full model IDs)
12+
- **File Mentions**: Fixed file mentions to not include @ symbol in prompts
13+
14+
#### Bug Fixes
15+
- **Content Handling**: Improved stability when handling undefined content to prevent crashes
16+
317
### 0.6.0
418

519
#### New Features

0 commit comments

Comments
 (0)