chore: Update CHANGELOG.md

This commit is contained in:
GitHub Actions
2025-08-14 16:59:55 +00:00
parent e499db6e9e
commit d8cf5a874c

View File

@@ -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`