sha256:ad544e55379f…
2.7 kB
about 2 months ago
A mixin kit that adds a rich status line to Claude Code running inside a Docker sandbox.
Installs jq and configures Claude Code's statusLine setting to run a shell script on every prompt. The default script displays:
[📦 sandbox-name] when running inside an sbx sandbox (IS_SANDBOX=1)Example output:
[📦 my-sandbox] agent@my-sandbox:/workspace [Sonnet 4.6] 42k/200k (21%)
The install step writes the default script to ~/.claude/statusline-default.sh. To override it, create ~/.claude/statusline.sh — the kit's command checks for that file first and falls back to the default.
| Kit path | Sandbox path |
|---|---|
files/home/.claude/statusline-default.sh | ~/.claude/statusline-default.sh |
apt-get to install jq)~/.claude/settings.json must exist before install runs