From f73eee0ead76eec52b7d2852ff643fa98a49f75f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 29 Sep 2025 17:20:23 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d4b4e9..2ed50dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 2.0.0 + +- New native VS Code extension +- Fresh coat of paint throughout the whole app +- /rewind a conversation to undo code changes +- /usage command to see plan limits +- Tab to toggle thinking (sticky across sessions) +- Ctrl-R to search history +- Unshipped claude config command +- Hooks: Reduced PostToolUse 'tool_use' ids were found without 'tool_result' blocks errors +- SDK: The Claude Code SDK is now the Claude Agent SDK +- Add subagents dynamically with `--agents` flag + ## 1.0.126 - Enable /context command for Bedrock and Vertex