v16.0.0-beta.22
Pre-release
Pre-release
·
16 commits
to beta
since this release
16.0.0-beta.22 (2026-08-16)
Bug Fixes
- prompts: rename BASE_DETAILS prompt ID to JAVASCRIPT_BASE_DETAILS (cb64f5f)
BREAKING CHANGES
- prompts: the
BASE_DETAILSprompt ID (and matchingquestionNames
group key) is renamed toJAVASCRIPT_BASE_DETAILS. Callers providing a
promptdependency that switches onpromptConstants.ids.BASE_DETAILSneed
to switch onpromptConstants.ids.JAVASCRIPT_BASE_DETAILSinstead, and read
question names frompromptConstants.questionNames.JAVASCRIPT_BASE_DETAILS.
Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com