[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 (alpha) (#445)

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
(Jan 27, 2026, 6:04 PM UTC) a520163b 68dbf9bc

+24 -2
+3
.changeset/pre.json
··· 8 8 "@clack/prompts": "0.10.0" 9 9 }, 10 10 "changesets": [ 11 + "afraid-rabbits-grin", 11 12 "afraid-socks-deny", 12 13 "afraid-worms-help", 13 14 "better-hotels-fall", 14 15 "bright-hornets-destroy", 16 + "brown-banks-play", 15 17 "busy-baths-work", 16 18 "calm-trains-camp", 17 19 "chatty-islands-move", ··· 69 71 "tall-keys-allow", 70 72 "tasty-candies-tie", 71 73 "thin-socks-travel", 74 + "three-boxes-follow", 72 75 "three-ideas-refuse", 73 76 "tough-crews-flow", 74 77 "upset-showers-grow",
+6
packages/core/CHANGELOG.md
··· 1 1 # @clack/core 2 2 3 + ## 1.0.0-alpha.8 4 + 5 + ### Patch Changes 6 + 7 + - 68dbf9b: select-key: Fixed wrapping and added new `caseSensitive` option 8 + 3 9 ## 1.0.0-alpha.7 4 10 5 11 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@clack/core", 3 - "version": "1.0.0-alpha.7", 3 + "version": "1.0.0-alpha.8", 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.0.0-alpha.10 4 + 5 + ### Minor Changes 6 + 7 + - 415410b: This adds a custom filter function to autocompleteMultiselect. It could be used, for example, to support fuzzy searching logic. 8 + 9 + ### Patch Changes 10 + 11 + - 55eb280: Fix placeholder rendering when using autocomplete. 12 + - 68dbf9b: select-key: Fixed wrapping and added new `caseSensitive` option 13 + - Updated dependencies [68dbf9b] 14 + - @clack/core@1.0.0-alpha.8 15 + 3 16 ## 1.0.0-alpha.9 4 17 5 18 ### Patch Changes
+1 -1
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "1.0.0-alpha.9", 3 + "version": "1.0.0-alpha.10", 4 4 "type": "module", 5 5 "main": "./dist/index.mjs", 6 6 "module": "./dist/index.mjs",