[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

[ci] release (#530)

Co-authored-by: bombshell-bot[bot] <187071675+bombshell-bot[bot]@users.noreply.github.com>

authored by

bombshell-bot[bot]
bombshell-bot[bot]
and committed by
GitHub
(May 12, 2026, 9:30 AM +0100) fe2bcd27 aab46a2a

+21 -18
-5
.changeset/five-chicken-hide.md
··· 1 - --- 2 - "@clack/prompts": patch 3 - --- 4 - 5 - docs: add jsdoc for `text`, `password`, and `multiline` prompts
-6
.changeset/moody-lies-play.md
··· 1 - --- 2 - "@clack/prompts": patch 3 - "@clack/core": patch 4 - --- 5 - 6 - Fix line wrapping and overflow computation in group multi-select and other list-like prompts.
-5
.changeset/tame-beds-kiss.md
··· 1 - --- 2 - "@clack/prompts": minor 3 - --- 4 - 5 - Support scrolling and `maxItems` option for `groupMultiselect`, and removes indent when `withGuide` is set to `false`
+6
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 1.3.1 4 + 5 + ### Patch Changes 6 + 7 + - 54be8d7: Fix line wrapping and overflow computation in group multi-select and other list-like prompts. 8 + 3 9 ## 1.3.0 4 10 5 11 ### Minor Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "1.3.0", 3 + "version": "1.3.1", 4 4 "type": "module", 5 5 "main": "./dist/index.mjs", 6 6 "module": "./dist/index.mjs",
+13
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 1.4.0 4 + 5 + ### Minor Changes 6 + 7 + - 284677e: Support scrolling and `maxItems` option for `groupMultiselect`, and removes indent when `withGuide` is set to `false` 8 + 9 + ### Patch Changes 10 + 11 + - aab46a2: docs: add jsdoc for `text`, `password`, and `multiline` prompts 12 + - 54be8d7: Fix line wrapping and overflow computation in group multi-select and other list-like prompts. 13 + - Updated dependencies [54be8d7] 14 + - @clack/core@1.3.1 15 + 3 16 ## 1.3.0 4 17 5 18 ### Minor Changes
+1 -1
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "1.3.0", 3 + "version": "1.4.0", 4 4 "type": "module", 5 5 "main": "./dist/index.mjs", 6 6 "module": "./dist/index.mjs",