What changed
Permissions
- The built-in default Claude Code
managed-settings.jsonno longer hard-denies network fetches and secret-file reads. All seven rules move fromdenytoask, so they now prompt for explicit approval instead of being blocked outright:Bash(curl:*),Bash(wget:*)Read(**/.env),Read(**/.env.*),Read(**/secrets/**),Read(**/.ssh/**),Read(**/credentials/**)
denyis now empty;askcarries these plus the existingBash(git push:*)andWrite(**).- This only affects machines that use the built-in default config. Deployments that supply their own
--settings-filetemplate, or that already have amanaged-settings.jsonon disk, are unchanged.
Merged PRs
- Relax default permissions: move all deny rules to ask (#13)
Assets
Four prebuilt binaries, built from source main (commit d07ac10) with -trimpath -ldflags="-s -w", CGO_ENABLED=0:
tfy-local-ai-setup-darwin-arm64tfy-local-ai-setup-darwin-amd64tfy-local-ai-setup-linux-amd64tfy-local-ai-setup-windows-amd64.exe