From b992b3da6e757df91d3075ea33b0f8193b1229e1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 09:42:21 +0000 Subject: [PATCH 1/3] Initial plan From d28fa5b84ac4ae19aae5ea618c5daf5a426853a2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 21 Feb 2026 09:44:18 +0000 Subject: [PATCH 2/3] Add missing CHANGELOG entry for faster examples model switch (gpt-5.2 -> claude-haiku-4.5) Co-authored-by: krukow <3635+krukow@users.noreply.github.com> --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e194d5..1de63c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This change ## [Unreleased] +### Changed +- Non-streaming examples now use `claude-haiku-4.5` instead of `gpt-5.2` for faster response times + ## [0.1.26.0-SNAPSHOT] - 2026-02-20 ### Added (upstream PR #510 sync) - `:client-name` option for `create-session` and `resume-session` — identifies the application using the SDK, included in the User-Agent header for API requests. Forwarded as `clientName` on the wire (upstream PR #510). From 55f42d35ea72e294f19d1569227daeeaa2be97d7 Mon Sep 17 00:00:00 2001 From: Karl Krukow Date: Sat, 21 Feb 2026 10:58:58 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de63c2..c541c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. This change ## [Unreleased] ### Changed -- Non-streaming examples now use `claude-haiku-4.5` instead of `gpt-5.2` for faster response times +- Recommended default model for non-streaming examples is `claude-haiku-4.5` instead of `gpt-5.2` for faster response times ## [0.1.26.0-SNAPSHOT] - 2026-02-20 ### Added (upstream PR #510 sync)