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

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

authored by

bombshell-bot[bot]
github-actions[bot]
and committed by
GitHub
(Dec 24, 2025, 10:51 AM UTC) 5c65e388 f9525928

+10 -1
+2
.changeset/pre.json
··· 43 43 "lemon-monkeys-help", 44 44 "light-waves-jog", 45 45 "little-ghosts-retire", 46 + "long-friends-smile", 47 + "loose-days-hug", 46 48 "lucky-dragons-think", 47 49 "mean-mice-train", 48 50 "mean-turkeys-help",
+7
packages/prompts/CHANGELOG.md
··· 1 1 # @clack/prompts 2 2 3 + ## 1.0.0-alpha.9 4 + 5 + ### Patch Changes 6 + 7 + - f952592: Fixes missing guide when rendering empty log lines. 8 + - 372b526: Add `clear` method to spinner for stopping and clearing. 9 + 3 10 ## 1.0.0-alpha.8 4 11 5 12 ### Patch Changes
+1 -1
packages/prompts/package.json
··· 1 1 { 2 2 "name": "@clack/prompts", 3 - "version": "1.0.0-alpha.8", 3 + "version": "1.0.0-alpha.9", 4 4 "type": "module", 5 5 "main": "./dist/index.mjs", 6 6 "module": "./dist/index.mjs",