From 6e8bea1cba4785f9d5fbfc2ac906bb50fd121ba7 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Tue, 15 Sep 2026 02:01:52 -0700 Subject: [PATCH] docs(changelog): drop the packaging note from the 4.1.18 entry Whether 4.1.18 ships as the combined package or the standalone SDK build is a release-mechanics detail that may change again; keep the entry to what users actually get. --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a1d83877..eb0c957abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ ## [4.1.18] -Every window now runs the SDK extension: the rollout that let a flag choose between it and the previous extension per window is complete. This release still ships as the combined package while the standalone publishing path is finalized, so the download is unchanged in size; a smaller SDK-only package follows in a later release. - ### Added - Images attached to a model that cannot read them are now flagged instead of silently discarded. Thumbnails get a warning badge and the composer explains that the images will be ignored, with a button to switch to an image-capable model. Previously the thumbnail looked normal and the image was replaced with a text placeholder just before the request, so there was no way to tell it had been dropped. Model info and the attachment picker also report image support accurately for models that declare text-only input without listing capabilities.