Back to Prompt Optimizer

Prompt Optimizer v2.10.1

releases/v2.10.1.en.md

2.10.23.3 KB
Original Source

Prompt Optimizer v2.10.1

Summary

  • Adds comprehensive MkDocs documentation site with bilingual support for all major features including Prompt Garden, auxiliary features, favorites, models, testing, and deployment.
  • Fixes Pro workspace actions (tool manager, variable manager, favorites, prompt preview) broken by RouterView refactoring, restoring provide/inject event chains.
  • Fixes residual Chinese text in English documentation and corrects Prompt Garden navigation paths.
  • Updates project landing page copy and simplifies release workflow.

Highlights

This patch release brings a complete documentation site for v2.10.0 features and fixes critical Pro workspace action regressions introduced during the RouterView refactoring.

Product Updates

Web

  • Added MkDocs documentation site with English and Chinese support under mkdocs/ directory.
  • Added Prompt Garden documentation covering import codes, usage examples, and direct-use vs favorite-saving workflows.
  • Added auxiliary feature documentation for Smart Variable Fill, Text-to-Image Replicate, and Style Learning.
  • Added favorites documentation explaining example application to workspaces and resource-aware asset management.
  • Added model management documentation with provider-specific request details and capability tag guidance.
  • Added testing/evaluation documentation covering Run All parallel execution.
  • Added desktop deployment documentation for localhost/private network direct routing.
  • Updated landing page copy to reflect 4 workspace types instead of 5 scenarios.

Core/Infra

  • Added mkdocs-dev.yml configuration with complete navigation structure for documentation site.
  • Added release notes workflow documentation and validation scripts.
  • Updated project status, PRD, and README to v2.10.0 feature set.

Fixes

  • Fixed Pro workspace actions (openToolManager, openVariableManager, handleSaveFavorite, saveToGlobal, openPromptPreview) that were broken by RouterView refactoring by migrating from emit to provide/inject pattern.
  • Fixed @open-variable-manager event not firing in ContextUserWorkspace.vue by adding provide/inject handler with emit fallback.
  • Fixed Chinese text残留 in English documentation pages (replicate.md, smart-fill.md, style-learn.md).
  • Fixed Prompt Garden link path from /basic/garden to /basic/prompt-garden in index pages.
  • Fixed mkdocs-dev.yml navigation to split optimization into system and user workspace pages.
  • Removed unused open-tool-manager emit and appOpenPromptPreview inject from ContextUserWorkspace.vue.
  • Resolved P1/P2/P3 review findings: removed unused injects, fixed saveToGlobal bypassing persistence, removed trailing whitespace.
  • Simplified macOS security note in release documentation.

Breaking Changes / Upgrade Notes

  • None.

Developer Notes

  • Pro workspace actions now use provide/inject pattern with emit fallback, consistent with other workspace actions. The openToolManager emit has been removed from ContextUserWorkspace.vue.
  • MkDocs documentation site can be built locally with mkdocs serve from the mkdocs/ directory. The mkdocs-dev.yml configuration is used for development.
  • Release notes must cover the full range from the previous tag to HEAD, not just recent commits. Use git log v<previous>..HEAD and git diff v<previous>..HEAD --stat to verify coverage.