You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0f27861 build(docker): add configurable base image support for builds
4d2b7bc ci: migrate release workflow from GHCR to AWS ECR Public
e077d32 Add hashed workspace and session IDs to telemetry
91439b9 style: update branding color scheme across UI and CLI
e0185fa build: refactor UI build process and add clean targets
2bb6553 feat(network): IPv6 interception and nftables support
090999d build: restore lightweight test variants in Dockerfile for e2e integration tests
dfaa646 Cedar: enforce canonical Action:: heads + Host/File/Dir resources\n\n- Server API: generate Action::"FileOpen"/"FileOpenReadWrite"/"ProcessExec"/"NetworkConnect" (no Proc/Fs/Net) and Host::/File::/Dir:: resources.\n- Transpiler: accept only Action:: heads; drop legacy Fs::/Proc::/Net:: and Http::ApplyRewrite fallback.\n- Linter: error on non-canonical action heads (unsupported_action_syntax).\n- Suggestions: emit Host:: and Action::"HttpRewrite" consistently.\n- Tests/docs: update all examples and assertions to canonical forms.\n\nAll packages tested: go test ./... passes locally.
cb938bf feat(ports): adopt docker-ish -p/--publish and -P with auto-bump; move policy to long-only
5066912 refactor(test): remove t.Parallel() from environment-sensitive tests
82d28d4 build: introduce base images for faster builds
feabf5e feat(ui): implement Cedar policy autocomplete in Monaco editor