From b6c8483f30d00d653ba1aedb2263103356b4476e Mon Sep 17 00:00:00 2001 From: "augment-app-staging[bot]" <182802480+augment-app-staging[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 23:48:48 +0000 Subject: [PATCH 1/2] docs: update changelog for v0.36.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e06d3..821354a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### 0.36.0 + +#### New Features +- **Reasoning Effort Flag**: Added a flag to control the model's reasoning effort from the CLI. + +#### Bug Fixes +- Fixed a crash that could occur when replaying a session summary that included unsupported thinking content. +- Removed the `secret get --reveal` flag since it did not work. +- The daemon now validates the host's Git version at startup and reports a clear error if it's too old. +- Fixed the agent failing to parse file view ranges from malformed tool calls. +- Improved error messages when an MCP server's header secret configuration fails. +- Fixed prompt module output being cut off before completion. +- Fixed duplicate error notifications when a VFS sync failed. +- Extended the knowledgebase download timeout to prevent failures on large codebases. +- Patched security vulnerabilities identified in a routine dependency scan. +- Fixed several issues where VFS syncing could destroy or resurrect deleted files. + ### 0.35.0 #### New Features From bddea96d038a9e76853cb1258f1c1a0d9a06a289 Mon Sep 17 00:00:00 2001 From: siyu-augment Date: Sat, 22 Aug 2026 00:04:36 +0000 Subject: [PATCH 2/2] docs: address changelog review feedback --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 821354a..6c4d31b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,8 @@ ### 0.36.0 -#### New Features -- **Reasoning Effort Flag**: Added a flag to control the model's reasoning effort from the CLI. - #### Bug Fixes - Fixed a crash that could occur when replaying a session summary that included unsupported thinking content. -- Removed the `secret get --reveal` flag since it did not work. - The daemon now validates the host's Git version at startup and reports a clear error if it's too old. - Fixed the agent failing to parse file view ranges from malformed tool calls. - Improved error messages when an MCP server's header secret configuration fails.