Skip to content

v16.0.0-beta.22

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Aug 04:13
· 16 commits to beta since this release
12dcd0f

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_DETAILS prompt ID (and matching questionNames
    group key) is renamed to JAVASCRIPT_BASE_DETAILS. Callers providing a
    prompt dependency that switches on promptConstants.ids.BASE_DETAILS need
    to switch on promptConstants.ids.JAVASCRIPT_BASE_DETAILS instead, and read
    question names from promptConstants.questionNames.JAVASCRIPT_BASE_DETAILS.

Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com