Back to Prompt Optimizer

Prompt Optimizer v2.9.5

releases/v2.9.5.en.md

2.10.22.5 KB
Original Source

Prompt Optimizer v2.9.5

Summary

  • Added a clear-content workspace utility that removes stale prompts, derived output, test results, evaluation state, image outputs, and temporary variables without resetting model, template, layout, or test-column choices.
  • Updated Prompt Garden imports to clear the target workspace before applying imported prompts, messages, variables, and example assets.
  • Restored missing locale entries for DeepSeek thinking parameters and Prompt Garden import failure feedback.
  • Ignored Trellis workspace artifacts in Git.

Highlights

This patch focuses on keeping imported prompts and workspace resets clean without disrupting the user's saved working preferences.

Product Updates

Desktop

  • No desktop-specific user-facing changes landed in this patch release.

Web

  • Added a page-side workspace utility menu with a Clear Content action across basic, context, and image workspaces.
  • Preserved user selections such as models, templates, layout, and test column setup when clearing content.
  • Made Prompt Garden import reuse the same clear-content semantics so stale image, test, token, evaluation, and compare results do not leak into the imported task.
  • Localized DeepSeek thinking_type options and reasoning_effort labels in model advanced parameters.
  • Localized Prompt Garden import failure feedback.

Extension

  • No extension-specific user-facing changes landed in this patch release.

Core/Infra

  • Added regression coverage for session clear-content behavior and Prompt Garden import cleanup.
  • Added .trellis/ to ignored local workspace artifacts.

Fixes

  • Fixed Prompt Garden imports leaving stale optimized content, image results, token metadata, evaluation state, compare state, or temporary variables in the target workspace.
  • Fixed missing DeepSeek advanced parameter translations showing raw i18n keys.
  • Fixed missing Prompt Garden import failure translation.
  • Fixed local Trellis workspace files appearing as Git changes.

Breaking Changes / Upgrade Notes

  • No breaking API or storage-format changes are introduced in this release.
  • Clear Content intentionally removes temporary variables as content while preserving model, template, and layout selections.

Developer Notes

  • Clear-content behavior is exposed through workspace session APIs and covered across all seven workspace modes.
  • Prompt Garden import uses non-persisting clear-content first, then persists after imported content, variables, and example media have been applied.