Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 31 May 15:01
v0.2.0
d0767a4

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 agent run, 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 (the sluice init scaffold supersedes them).

Fixed

  • Claude Code v2.x connectivity: allow platform.claude.com, claude.ai, and statsig.com (feature flags).

Full changelog: v0.1.1...v0.2.0