Back to Prompt Optimizer

Prompt Optimizer v2.11.3

releases/v2.11.3.en.md

2.11.33.0 KB
Original Source

Prompt Optimizer v2.11.3

Summary

  • Adds a provider pill selector and normalized provider labels so model configuration is easier to scan and custom OpenAI-compatible providers read consistently.
  • Refreshes shared UI surfaces with Naive UI themed tooltips, confirmation dialogs, and theme-aware controls across model, history, data, prompt, XML, and evaluation views.
  • Enables Prompt Garden inspiration thumbnails to use the shared image preview experience.
  • Adds Vercel Analytics to the site/docs surfaces and a Ko-fi support entry point.

Highlights

  • Model setup and switching now feel less like a raw dropdown list: common providers are promoted into compact pills, less common providers stay tucked behind "More", and custom OpenAI-compatible labels are displayed consistently across the app.

Product Updates

Desktop

  • Desktop inherits the shared provider display, themed confirmation dialog, tooltip, and model-management polish.

Web

  • Replaced provider dropdowns in text and image model editors with a compact provider pill selector.
  • Normalized provider display names for OpenAI-compatible custom providers and Seedream across lists, quick switches, warnings, and select options.
  • Swapped native browser confirmations for themed Naive UI dialogs in destructive or state-changing flows.
  • Expanded shared themed tooltip usage and replaced remaining legacy color/style leftovers with Naive UI theme variables.
  • Prompt Garden inspiration thumbnails now open through the shared preview image component.
  • The landing site and MkDocs documentation now load Vercel Analytics.
  • Added a Ko-fi support link in the README and GitHub funding metadata.

Extension

  • Extension version metadata is synchronized to v2.11.3 and inherits the shared UI package updates.

Core/Infra

  • Added API key URLs for supported image providers so model configuration can point users to the right credential pages.
  • Simplified provider descriptions and built-in model copy to keep runtime metadata English-first and easier to localize at the UI boundary.
  • Clarified built-in template labels so image/context optimization templates describe their source mode more precisely.

Fixes

  • Fixed custom provider pills so the full custom label stays visible instead of being clipped into a generic or misleading value.
  • Fixed Prompt Garden inspiration image previews by adopting the shared preview image component and adding regression coverage.
  • Fixed remaining hard-coded theme colors in several lightweight controls, markdown/XML/diff rendering, and app chrome surfaces.

Breaking Changes / Upgrade Notes

  • None.

Developer Notes

  • The release range is v2.11.2..HEAD.
  • Version sync updated the root package, desktop package, and extension manifest to 2.11.3.
  • Verification covered pnpm test:gate, node scripts/release-notes.js check v2.11.3, and git diff --check.
<!-- Release drafting reference: - Range: v2.11.2..HEAD - feat: add analytics and support links (c2287006) - feat: polish provider controls and themed UI (5e942ca9) - refactor: clarify built-in template labels (d08494f6) -->