quilt-nightly
v0.2.12
Published
experimental developer images for the quilt runtime
Maintainers
Readme
quilt-nightly
Experimental launchers for Quilt Nightly workflows.
Production Default
npx quilt-nightly --cc and npx quilt-nightly --codex are supported.
It automatically uses:
QUILT_API_URLfrom env, defaulting tohttps://backend.quilt.shQUILT_API_KEYfirst, thenQUILT_TOKEN, from env for auth- if neither is set, CLI prompts:
Enter your api key:
- if neither is set, CLI prompts:
- canonical OCI image references:
ghcr.io/ariacomputecompany/quilt-nightly-cc:latestfor--ccghcr.io/ariacomputecompany/quilt-nightly-codex:latestfor--codex- optional overrides:
QUILT_NIGHTLY_CC_REF,QUILT_NIGHTLY_CODEX_REF
- OCI image preload endpoint:
POST /api/oci/images/pull(invoked before container create) - optional OCI registry credentials for private registries:
QUILT_NIGHTLY_REGISTRY_USERNAMEQUILT_NIGHTLY_REGISTRY_PASSWORD
Quick Start
npx quilt-nightly --cc
npx quilt-nightly --codex
npx quilt-nightly --cc --name my-sessionWhen --name is provided, quilt-nightly reuses that named container if it already exists.
It resumes/starts the existing container and reattaches instead of creating a new one.
Environment Loading
quilt-nightly auto-loads env values from current directory:
.env.env.local
Use .env.example as template.
Notes
- Authentication is not embedded in the image.
- Users authenticate inside the selected tool after TUI opens.
- Interactive terminal (TTY) is required.
