From ae03e85730123b3fe9bf853d29b3177589e65ceb Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Sun, 16 Nov 2025 20:35:31 -0500 Subject: [PATCH] chore: update changelog for v4.1.3 release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c608ceb0..43c2766c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ Format: [Keep a Changelog](https://keepachangelog.com/) +## [4.1.3] - 2025-11-17 + +### Fixed +- **Doctor command delegation check false positive** + - Fixed `ccs doctor` incorrectly checking for delegation commands in `~/.ccs/shared/commands/ccs/` instead of `~/.ccs/.claude/commands/ccs/` + - Removed check for non-existent `create.md` file + - Now correctly detects installed delegation commands (glm.md, kimi.md) after npm install + - Users will no longer see "[!] Delegation commands not found" warning when delegation is properly installed + +--- + ## [4.1.2] - 2025-11-16 ### Fixed