From 7069a25987c0a4f5fd8b1ab65b6b7e145e779945 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 9 Dec 2025 02:08:28 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e9241c..0d28f692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.0.62 + +- Added "(Recommended)" indicator for multiple-choice questions, with the recommended option moved to the top of the list +- Added `attribution` setting to customize commit and PR bylines (deprecates `includeCoAuthoredBy`) +- Fixed duplicate slash commands appearing when ~/.claude is symlinked to a project directory +- Fixed slash command selection not working when multiple commands share the same name +- Fixed an issue where skill files inside symlinked skill directories could become circular symlinks +- Fixed running versions getting removed because lock file incorrectly going stale +- Fixed IDE diff tab not closing when rejecting file changes + ## 2.0.61 - Reverted VSCode support for multiple terminal clients due to responsiveness issues.