diff --git a/README.md b/README.md index 1fb5bce..053f284 100644 --- a/README.md +++ b/README.md @@ -106,17 +106,20 @@ nono run --profile opencode-tinfoil --allow-cwd -- $(npm root -g)/opencode/bin/o ``` ## Tinfoil integration - - + + The profile allows network access to: - + - `*.tinfoil.sh` - `inference.tinfoil.sh` - `containers.tinfoil.sh` +- `127.0.0.1` (supports Tinfoil local proxy at `http://127.0.0.1:3301/v1`) - `ghcr.io` - -and grants read/write access to `~/.tinfoil` for Tinfoil credentials. - + +It also grants read/write access to `~/.tinfoil` for Tinfoil credentials. + +Other LLM provider network options (Anthropic, GLM, Kimi, etc.) are provided as commented-out entries in the profile for easy activation. + ## Security model - Current working directory: read/write diff --git a/profiles/opencode-tinfoil.jsonc b/profiles/opencode-tinfoil.jsonc index 7f66b48..16d49bb 100644 --- a/profiles/opencode-tinfoil.jsonc +++ b/profiles/opencode-tinfoil.jsonc @@ -111,6 +111,14 @@ "*.tinfoil.sh", "api.tinfoil.sh", "containers.tinfoil.sh", + "127.0.0.1", // Tinfoil local proxy http://127.0.0.1:3301/v1 + // Other providers: + // "api.anthropic.com", + // "api.chatglm.org", + // "api.moonshot.cn", + // "api.openrouter.com", + // "api.together.xyz", + // "api.mistral.ai", "ghcr.io", "registry.npmjs.org", "npmjs.org",