Compare commits

...

3 Commits

Author SHA1 Message Date
Claude
b5cc83f600 Improve /resume summaries after compaction
Add CHANGELOG entry for improved resume summaries that now display
what the user was actually working on instead of generic compaction
messages. This makes it easier to distinguish between sessions when
selecting from the resume list.
2025-12-15 04:41:35 +00:00
GitHub Actions
eb87245010 chore: Update CHANGELOG.md 2025-12-13 00:59:55 +00:00
GitHub Actions
3680637065 chore: Update CHANGELOG.md 2025-12-12 23:31:50 +00:00

View File

@@ -1,8 +1,21 @@
# Changelog
## 2.0.69
- Improved `/resume` summaries after compaction to show what was actually being worked on instead of generic compaction messages
- Minor bugfixes
## 2.0.68
- Fixed IME (Input Method Editor) support for languages like Chinese, Japanese, and Korean by correctly positioning the composition window at the cursor
- Fixed a bug where disallowed MCP tools were visible to the model
- Fixed an issue where steering messages could be lost while a subagent is working
- Fixed Option+Arrow word navigation treating entire CJK (Chinese, Japanese, Korean) text sequences as a single word instead of navigating by word boundaries
- Improved plan mode exit UX: show simplified yes/no dialog when exiting with empty or missing plan instead of throwing an error
- Add support for enterprise managed settings. Contact your Anthropic account team to enable this feature.
## 2.0.67
- Claude now suggests prompts to speed up your workflow: press Tab to accept or Enter to submit
- Thinking mode is now enabled by default for Opus 4.5
- Thinking mode configuration has moved to /config
- Added search functionality to `/permissions` command with `/` keyboard shortcut for filtering rules by tool name