From 0470e6c87a9fbb18d992ff071f73e95f083ddb25 Mon Sep 17 00:00:00 2001 From: Tulga Tsogtgerel Date: Wed, 5 Nov 2025 17:27:26 -0800 Subject: [PATCH 1/2] change-log updated for 0.7.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cfa176..71b09b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +### 0.7.0 + +#### New Features +- **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 +- **Thinking Summaries**: Display GPT-5 model thinking process summaries with collapsible sections in the TUI +- **Apply Patch Tool**: New tool for more convenient code editing using diff-like format (available via feature flag) +- **MCP Server Support**: Extended support for HTTP and SSE-based Model Context Protocol servers in addition to stdio servers + +#### Improvements +- **CLI is now GA**: Removed beta label from the CLI banner +- **Model Selection**: Simplified model selection with short names (e.g., 'sonnet4.5' instead of full model IDs) +- **Queue Management**: Enhanced queue UX with better discoverability, auto-execute fixes, and dynamic placeholder text +- **File Mentions**: Fixed file mentions to not include @ symbol in prompts + +#### Bug Fixes +- **Text Input**: Fixed infinite loop issue that could cause UI freezing +- **Content Handling**: Improved stability when handling undefined content to prevent crashes +- **ACP Mode**: Better handling of long tool results in ACP mode + +#### Other Changes +- Improved error tracking with version information in Sentry +- Enhanced performance and stability across various components + ### 0.6.0 #### New Features From 4281f0f55d612ab9a4828aafab580ecd3bcc37a2 Mon Sep 17 00:00:00 2001 From: Tulga Tsogtgerel Date: Wed, 5 Nov 2025 17:36:02 -0800 Subject: [PATCH 2/2] updates --- CHANGELOG.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b09b2..b433fa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,18 @@ # Changelog ### 0.7.0 - #### New Features - **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 - **Thinking Summaries**: Display GPT-5 model thinking process summaries with collapsible sections in the TUI -- **Apply Patch Tool**: New tool for more convenient code editing using diff-like format (available via feature flag) - **MCP Server Support**: Extended support for HTTP and SSE-based Model Context Protocol servers in addition to stdio servers #### Improvements - **CLI is now GA**: Removed beta label from the CLI banner - **Model Selection**: Simplified model selection with short names (e.g., 'sonnet4.5' instead of full model IDs) -- **Queue Management**: Enhanced queue UX with better discoverability, auto-execute fixes, and dynamic placeholder text - **File Mentions**: Fixed file mentions to not include @ symbol in prompts #### Bug Fixes -- **Text Input**: Fixed infinite loop issue that could cause UI freezing - **Content Handling**: Improved stability when handling undefined content to prevent crashes -- **ACP Mode**: Better handling of long tool results in ACP mode - -#### Other Changes -- Improved error tracking with version information in Sentry -- Enhanced performance and stability across various components ### 0.6.0