From fd6c6d87723e896214b4c768ba235eab66af7869 Mon Sep 17 00:00:00 2001 From: Emanuel Stadler <9994339+emanuelst@users.noreply.github.com> Date: Fri, 30 Jan 2026 16:43:32 +0100 Subject: [PATCH] Update providers.md to include opencode provider (#1094) add 'opencode' provider configuration to the documentation. --- packages/coding-agent/docs/providers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/coding-agent/docs/providers.md b/packages/coding-agent/docs/providers.md index f3ff0eea..e387b323 100644 --- a/packages/coding-agent/docs/providers.md +++ b/packages/coding-agent/docs/providers.md @@ -75,7 +75,8 @@ Store credentials in `~/.pi/agent/auth.json`: { "anthropic": { "type": "api_key", "key": "sk-ant-..." }, "openai": { "type": "api_key", "key": "sk-..." }, - "google": { "type": "api_key", "key": "..." } + "google": { "type": "api_key", "key": "..." }, + "opencode": { "type": "api_key", "key": "..." } } ```