You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pixel tools accept attachment ids: the image argument of all ten pixel tools — and vision_describe's paths — now resolves uploaded-image attachment ids like sha256:… directly instead of failing with cannot read …/sha256:…: not found.
Artifact names no longer collide: stems append a short fingerprint of the full input, so a 64-char sha256 attachment name and its crops no longer collapse onto one …-ground.png and overwrite each other.
vision_ground 对退化框(如 1 像素宽)自动重试一次,重试仍退化则明确报错。
vision_ground retries once when the vision model returns a degenerate box (e.g. 1px wide) instead of accepting it silently.
The model guide replays fully: “re-view model guide” closes the settings modal (its panel closes on the standard Escape keydown), reopens the 3-step overview, and walks step 1 (session/text model), step 2 (vision model) and step 3 (highlighted chain) in order; guide state is stored as a v2 step marker.
Smooth settings scrolling: long sections paint only when scrolled into view (content-visibility), per-provider model option lists are cached, and the memoized card skips unrelated re-renders — scrolling stays smooth even with 276 openrouter models.