v0.2.0
Minor release: adds sluice doctor and visible egress denials, plus SLUICE_NAME, and tightens the agent allowlists.
Added
sluice doctor- one-shot health check: engine, config, image freshness, effective allowlist, auth env, and the hosts the proxy blocked this run. Self-contained, so it works in the broken states it diagnoses (no engine/config/image, container not running).- Visible egress denials - after a default
sluice/sluice agentrun, a one-line hint lists any not-yet-allowed hosts the proxy blocked (fires even on Ctrl-C), so a silent TLS error no longer hides what to allow. SLUICE_NAME- override the per-project image/container name (defaults to the directory basename).
Changed
- Agent allowlists scoped to each CLI's documented API-key hosts, dropping browser-only OAuth/sign-in hosts that can't complete headless.
- Example runtime projects moved to
test/fixtures(thesluice initscaffold supersedes them).
Fixed
- Claude Code v2.x connectivity: allow
platform.claude.com,claude.ai, andstatsig.com(feature flags).
Full changelog: v0.1.1...v0.2.0