## What's Changed
* feat: Adds Catalan language support by @jordimas in https://github.com/QwenLM/qwen-code/pull/3643
* fix(vscode-companion): slash command completion not triggering after message submit by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/3609
* fix(cli):
## What's Changed
* Tighten CI lint coverage: add --all-targets and fmt --check by @iainmcgin in https://github.com/anthropics/buffa/pull/27
* Document crates.io as primary cargo install source for protoc plugins by @iainmcgin in https://github.com/anthropics/buffa/pull/28
* fix:
### Documentation
- Added docstrings to `ClaudeAgentOptions` fields for improved IDE autocompletion and inline documentation (#873)
### Internal/Other Changes
- Updated bundled Claude CLI to version 2.1.121
---
**PyPI:** https://pypi.org/project/claude-agent-sdk/0.1.69/
`
### Added
- Scratchpad directory for temporary working files shared with subagents
- `/copy` slash command
- Experimental hooks system with post-agent-turn lifecycle
- OpenAI Responses API adapter
- ACP session fork and session close support
- Thinking level picker in ACP
## What's Changed
* feat: Adds Catalan language support by @jordimas in https://github.com/QwenLM/qwen-code/pull/3643
* fix(vscode-companion): slash command completion not triggering after message submit by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/3609
* fix(cli):
## What's Changed
* Removes unused `Archiver.uncompress()`. by @jglogan in https://github.com/apple/container/pull/1372
* Relocate Source/Helpers folders to sensible locations. by @jglogan in https://github.com/apple/container/pull/1363
* ci: bump the github-actions group with
## What's Changed
* feat(vscode): add native context menu copy actions for webview chat by @dreamWB in https://github.com/QwenLM/qwen-code/pull/3477
* perf(core): cut runtime sync I/O on tool hot path by 91% by @wenshao in https://github.com/QwenLM/qwen-code/pull/3581
* feat(cli)
## What's Changed
* [Doc][Misc] Update release notes and FAQ links for v0.13.0 by @wangxiyuan in https://github.com/vllm-project/vllm-ascend/pull/6585
* [BugFix][v0.13.0] fix a bug that patch from PR #5786 does not take effect by @Angazenn in https://github.com/vllm-project/vll
## What's Changed
* fix(core): treat empty 'pages' parameter as unset in ReadFile by @zhangxy-zju in https://github.com/QwenLM/qwen-code/pull/3559
* feat(session): auto-title sessions via fast model, add /rename --auto by @wenshao in https://github.com/QwenLM/qwen-code/pull/3540
## 1.38.0 (2026-04-23)
Full Changelog: [v1.37.0...v1.38.0](https://github.com/anthropics/anthropic-sdk-go/compare/v1.37.0...v1.38.0)
### Features
* add Type() method to API errors for error kind identification ([#676](https://github.com/anthropics/anthropic-sdk-go/issues/676))
## 0.91.0 (2026-04-23)
Full Changelog: [sdk-v0.90.0...sdk-v0.91.0](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.90.0...sdk-v0.91.0)
### Features
* **api:** CMA Memory public beta ([ddf732f](https://github.com/anthropics/anthropic-sdk-typescript/commit/
## What's Changed
* fix(core): scope StreamingToolCallParser per stream, not per Converter (#3516) by @zhangxy-zju in https://github.com/QwenLM/qwen-code/pull/3525
* feat(cli): combine elapsed + timeout in shell time indicator by @wenshao in https://github.com/QwenLM/qwen-code/pu
## 2.27.0 (2026-04-23)
Full Changelog: [v2.26.0...v2.27.0](https://github.com/anthropics/anthropic-sdk-java/compare/v2.26.0...v2.27.0)
### Features
* **api:** CMA Memory public beta ([d95526a](https://github.com/anthropics/anthropic-sdk-java/commit/d95526a079a3aa875e73ae3b2da1
# Patch release v5.6.2
Qwen 3.5 and 3.6 MoE (text-only) were broken when using with FP8. It should now work again with this :saluting_face:
* Fix configuration reading and error handling for kernels (https://github.com/huggingface/transformers/pull/45610) by @hmellor
*
## New Features
- The TUI now has quick reasoning controls: `Alt+,` lowers reasoning, `Alt+.` raises it, and accepted model upgrades now reset reasoning to the new model’s default instead of carrying over stale settings. (#18866, #19085)
- App-server sessions can now manage multi
# vLLM v0.20.0
## Highlights
This release features 546 commits from 257 contributors (83 new)!
* **CUDA 13.0 default**: Default CUDA wheel switched to CUDA 13.0; architecture lists and build-args cleaned up (#39878). As a general rule of thumb, our CUDA version policy foll
## What's Changed
* feat(acp): add complete hooks support for ACP integration by @DennisYu07 in https://github.com/QwenLM/qwen-code/pull/3248
* feat: optimize compact mode UX — shortcuts, settings sync, and safety by @chiga0 in https://github.com/QwenLM/qwen-code/pull/3100
* feat
## What's Changed
* Pin MSRV to Rust 1.88 and verify in CI by @iainmcgin in https://github.com/anthropics/connect-rust/pull/44
* Add streaming-tour and middleware examples by @iainmcgin in https://github.com/anthropics/connect-rust/pull/46
* Add user guide and adoption-helpful RE
<!-- Release notes generated using configuration in .github/release.yml at main -->
## What's Changed
### SemVer Minor
* Reevaluate more public types regarding `@nonexhaustive` by @FranzBusch in https://github.com/apple/swift-temporal-sdk/pull/133
* Add support for `@Workfl
## What's Changed
* feat(acp): add complete hooks support for ACP integration by @DennisYu07 in https://github.com/QwenLM/qwen-code/pull/3248
* feat: optimize compact mode UX — shortcuts, settings sync, and safety by @chiga0 in https://github.com/QwenLM/qwen-code/pull/3100
* feat
### New Features
- **SessionStore adapter**: Full SessionStore support at parity with the TypeScript SDK. Includes a `SessionStore` protocol with 5 methods (`append`, `load`, `list_sessions`, `delete`, `list_subkeys`), `InMemorySessionStore` reference implementation, transcript