All notable changes to this plugin are documented here.
Released: June 2026
- Fixed a regression under Opus 4.8 where the
AskUserQuestionconfirmation menu (Execute / Edit / Regenerate / Cancel) appeared before the optimized prompt was displayed, forcing users to choose an action without seeing the result - Added an explicit output-ordering guard requiring the full preview to be rendered as text before any
AskUserQuestioncall - Applied the fix to both the dev and plugin command files (kept in sync)
Released: April 2026
- Replaced free-text confirmation with interactive selectable options using
AskUserQuestion - Confirmation now uses a two-step flow: action selection (Execute / Edit / Regenerate / Cancel), then mode selection if Regenerate is chosen
- Users no longer need to type commands — just select from presented choices
- Updated sample output in
README.mdto reflect the new interactive UI - Kept both command files (dev and plugin) in sync
Released: April 2026
- Renamed repository from
claude-caude-prompt-smithtoclaude-code-prompt-smith - Renamed command from
/prompt-smithto/prompt(invoked as/prompt-smith:prompt) - Added
--helpflag with full usage block and examples - Added
--dry-runflag to preview optimized prompts without executing - Added
editoption after preview to refine the optimized prompt before executing - Added "What changed" optimization delta summary in the preview output
- Added concrete usage template for empty input (matches
--helpoutput) - Added
LICENSEfile (MIT) - Added local testing docs and test prompts table to
CLAUDE.md - Added
/releasecommand reference inCLAUDE.md - Condensed common development tasks into a single table in
CLAUDE.md - Updated
PROMPT_SMITH.mdwith new flags and UX requirements - Updated sample output in
README.mdto reflect new features - Fixed changelog format consistency (em dash separator)
- Added
*.svgto.claudeignore
Released: April 2026
- Added
/prompt-smithplugin command - Added four optimization modes: default, agentic, compact, strict
- Added confirmation-first execution flow
- Added
--yesto skip confirmation - Added
PROMPT_SMITH.mdmaintainer reference - Added version history scaffold