feat: CliKit — a terminal UI layer for the CLI on @alchemy.run/sigil - #1233
Merged
Conversation
Contributor
|
Install the packages built from this commit: Alchemyalchemy bun add https://pkg.ing/alchemy/a895bcc@alchemy.run/better-auth bun add https://pkg.ing/@alchemy.run/better-auth/a895bcc@alchemy.run/cloudflare-runtime bun add https://pkg.ing/@alchemy.run/cloudflare-runtime/a895bcc@alchemy.run/frontend-frameworks bun add https://pkg.ing/@alchemy.run/frontend-frameworks/a895bcc@alchemy.run/node-utils bun add https://pkg.ing/@alchemy.run/node-utils/a895bcc@alchemy.run/pr-package bun add https://pkg.ing/@alchemy.run/pr-package/a895bcc@alchemy.run/floci bun add https://pkg.ing/@alchemy.run/floci/a895bccDistilled@distilled.cloud/core bun add https://pkg.ing/@distilled.cloud/core/cb11c5b@distilled.cloud/aws bun add https://pkg.ing/@distilled.cloud/aws/cb11c5b@distilled.cloud/axiom bun add https://pkg.ing/@distilled.cloud/axiom/cb11c5b@distilled.cloud/cloudflare bun add https://pkg.ing/@distilled.cloud/cloudflare/cb11c5b@distilled.cloud/hetzner bun add https://pkg.ing/@distilled.cloud/hetzner/cb11c5b@distilled.cloud/neon bun add https://pkg.ing/@distilled.cloud/neon/cb11c5b@distilled.cloud/planetscale bun add https://pkg.ing/@distilled.cloud/planetscale/cb11c5b |
BlankParticle
force-pushed
the
feat/clikit
branch
2 times, most recently
from
August 15, 2026 21:16
04a7667 to
93f923a
Compare
BlankParticle
force-pushed
the
feat/clikit
branch
8 times, most recently
from
August 22, 2026 15:00
eb91106 to
0aaaeee
Compare
BlankParticle
force-pushed
the
feat/clikit
branch
2 times, most recently
from
August 24, 2026 15:59
4d3933e to
fde227e
Compare
BlankParticle
force-pushed
the
feat/clikit
branch
7 times, most recently
from
August 31, 2026 06:42
9335ff3 to
480b48a
Compare
BlankParticle
force-pushed
the
feat/clikit
branch
2 times, most recently
from
August 31, 2026 19:29
e832616 to
006285e
Compare
BlankParticle
force-pushed
the
feat/clikit
branch
from
August 31, 2026 19:44
006285e to
a895bcc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bottom of stack #1236:
feat/clikit→feat/profile→feat/cli-overhaul.This PR introduces CliKit, the shared terminal UI service used by the two PRs above for prompts, progress, semantic output, and full-screen applications. It is built on
@alchemy.run/sigil, our renderer fork.What lands here
CliKitservice, provided once at the CLI root.SigilRuntime, so non-interactive commands do not eagerly load React or the renderer.--no-input.The implementation and public terminology consistently use Sigil:
SigilRuntime, Sigil component aliases, loader names, comments, and tests. The obsolete Ink patch is removed later in the stack when the legacy renderer is deleted.Stack boundary
SigilCliroot view.The focused CliKit suite exercises real rendering through fake streams, including ordering, resize behavior, prompts, cancellation, interruption, renderer failures, full-screen sessions, and teardown.