From d8cf5a874cc6ba7645e8a0b9dd817f6a3f8fd21d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 14 Aug 2025 16:59:55 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5f58ba..87c52395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 1.0.81 + +- Released output styles, including new built-in educational output styles "Explanatory" and "Learning". Docs: https://docs.anthropic.com/en/docs/claude-code/output-styles +- Plugin system: Improve plugin repository installation messaging and error handling +- Agents: Fix custom agent loading when agent files are unparsable + +## 1.0.80 + +- Add plugin system: Install plugins from Git repositories with custom commands and agents using /plugin commands +- UI improvements: Fix text contrast for custom subagent colors and spinner rendering issues + +## 1.0.77 + +- Bash tool: Fix heredoc and multiline string escaping, improve stderr redirection handling +- SDK: Add session support and permission denial tracking +- Fix token limit errors in conversation summarization +- Opus Plan Mode: New setting in `/model` to run Opus only in plan mode, Sonnet otherwise + ## 1.0.73 - MCP: Support multiple config files with `--mcp-config file1.json file2.json`