releases/v2.10.0.en.md
This release is a broad foundation upgrade for reusable prompt work. Prompt sessions now have a standardized projection model, favorites can preserve the assets and examples needed to reproduce a prompt, Garden imports can become real favorites with source media, and backups can carry the resources needed to move that work between environments.
exampleId and subModeKey for workspace imports, while favorite imports intentionally drop exampleId and save the prompt-level favorite.VITE_ENABLE_PROMPT_GARDEN_IMPORT and VITE_PROMPT_GARDEN_BASE_URL, with runtime and build-time env overrides still taking priority.docs/**, mkdocs/**, and releases/** changes.VITE_ENABLE_PROMPT_GARDEN_IMPORT; VITE_PROMPT_GARDEN_BASE_URL controls the source endpoint and defaults to https://garden.always200.com.window.runtime_config; Vite builds for web, desktop, and extension use the root env files plus core defaults.packages/core/src/services/prompt-model/*; use them instead of re-deriving prompt mode/session/history/favorite shapes in UI code.SourceAssetRef / history binding metadata instead of flattening everything into prompt text.