diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b432a51f..9df95a277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.72] - 2026-09-02 + +### Claude + +- Claude chats now run Claude Code 2.1.258. ADE pins Claude Agent SDK 0.3.258 so Fable 5.1 can actually run on the shipped CLI (#1204). + +### Model picker + +- Grok, Kimi, Qwen, and GitHub Copilot are in the picker. Desktop, ADE Code, and iOS share the same catalog and provider order. + +### Cursor Cloud + +- Cloud chats send the model you picked and keep Cursor's agent name instead of swapping in a generic one (#1203). + +### Work chat + +- Ticks, menus, and a pending model pick stay consistent while a turn is running (#1201). + +### Updates + +- A newer ADE release replaces a staged update without requiring a relaunch first (#1200). + +### iOS + +- Work's model picker includes Grok, Kimi, Qwen, and GitHub Copilot, matching desktop. + ## [1.2.71] - 2026-09-01 ### Claude models @@ -1873,7 +1899,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial public release. -[Unreleased]: https://github.com/arul28/ADE/compare/v1.2.71...HEAD +[Unreleased]: https://github.com/arul28/ADE/compare/v1.2.72...HEAD +[1.2.72]: https://github.com/arul28/ADE/compare/v1.2.71...v1.2.72 [1.2.71]: https://github.com/arul28/ADE/compare/v1.2.70...v1.2.71 [1.2.70]: https://github.com/arul28/ADE/compare/v1.2.69...v1.2.70 [1.2.69]: https://github.com/arul28/ADE/compare/v1.2.68...v1.2.69 diff --git a/changelog/index.mdx b/changelog/index.mdx index e64501921..6aa1d010f 100644 --- a/changelog/index.mdx +++ b/changelog/index.mdx @@ -5,6 +5,6 @@ description: "Latest ADE release notes and release history." ADE release notes live here in newest-first order. Start with the latest release, or browse the release list in the sidebar. - - v1.2.71 - Add Claude Fable 5.1, recover drafts after a remote disconnect, and keep iOS Work chat on-screen with the keyboard. + + v1.2.72 - Run Claude Code 2.1.258 for Fable 5.1, add Grok/Kimi/Qwen/Copilot to the picker, and let a newer release replace a staged update without relaunching. diff --git a/changelog/v1.2.72.mdx b/changelog/v1.2.72.mdx new file mode 100644 index 000000000..531607720 --- /dev/null +++ b/changelog/v1.2.72.mdx @@ -0,0 +1,32 @@ +--- +title: "v1.2.72" +description: "Release notes for ADE v1.2.72 - September 2, 2026" +--- + +Claude chats now run Claude Code 2.1.258, which Fable 5.1 needs. Grok, Kimi, Qwen, and GitHub Copilot are in the model picker. A newer ADE release replaces a staged update without relaunching. + +--- + +## Claude + +- **Claude Code is 2.1.258.** ADE pins Claude Agent SDK 0.3.258 so Fable 5.1 can actually run on the shipped CLI. + +## Model picker + +- **Grok, Kimi, Qwen, and GitHub Copilot are in the picker.** Desktop, ADE Code, and iOS share the same catalog and provider order. + +## Cursor Cloud + +- **Cloud chats send the model you picked** and keep Cursor's agent name instead of swapping in a generic one. + +## Work chat + +- **Ticks, menus, and a pending model pick stay consistent** while a turn is running. + +## Updates + +- **A newer ADE release replaces a staged update** without requiring a relaunch first. + +## iOS + +- **Work's model picker includes Grok, Kimi, Qwen, and GitHub Copilot**, matching desktop. diff --git a/docs.json b/docs.json index 36904aa53..6177ee6e9 100644 --- a/docs.json +++ b/docs.json @@ -214,6 +214,7 @@ "expanded": true, "pages": [ "changelog", + "changelog/v1.2.72", "changelog/v1.2.71", "changelog/v1.2.70", "changelog/v1.2.69",