From afc8978b04747d0eb7bff534fb140ada746d8ee6 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Wed, 8 Apr 2026 22:22:13 +0500 Subject: [PATCH] =?UTF-8?q?append=20subagents=20changelog=20=E2=80=94=20v2?= =?UTF-8?q?.1.96=20refine=20model,=20effort,=20color=20field=20description?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- changelog/best-practice/claude-subagents/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog/best-practice/claude-subagents/changelog.md b/changelog/best-practice/claude-subagents/changelog.md index 872c0dd..eccfe53 100644 --- a/changelog/best-practice/claude-subagents/changelog.md +++ b/changelog/best-practice/claude-subagents/changelog.md @@ -151,3 +151,13 @@ No drift detected — report is fully in sync with official docs. All 16 frontma ## [2026-04-04 10:43 PM PKT] Claude Code v2.1.92 No drift detected — report is fully in sync with official docs. All 16 frontmatter fields and 5 built-in agents match. + +--- + +## [2026-04-08 09:34 PM PKT] Claude Code v2.1.96 + +| # | Priority | Type | Action | Status | +|---|----------|------|--------|--------| +| 1 | LOW | Field Docs | Update `model` field description — add full model ID support (e.g., `claude-opus-4-6`) alongside aliases | ✅ COMPLETE (updated description to match official docs wording) | +| 2 | LOW | Field Docs | Update `effort` field description — add `max (Opus 4.6 only)` qualifier | ✅ COMPLETE (added Opus 4.6 only note to max option) | +| 3 | LOW | Field Docs | Update `color` field description — replace `(e.g., green, magenta)` with explicit valid values: `red`, `blue`, `green`, `yellow`, `purple`, `orange`, `pink`, `cyan` | ✅ COMPLETE (replaced example-based description with exhaustive valid values list) |