From 17cc8681243e6a2c8268856d9afbf04543c0d1f6 Mon Sep 17 00:00:00 2001 From: Lina Tawfik Date: Thu, 22 May 2025 10:55:31 -0700 Subject: [PATCH] formatting readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa1711b..d4e683b 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ jobs: | `github_token` | GitHub token for Claude to operate with. **Only include this if you're connecting a custom GitHub app of your own!** | No | - | | `model` | Model to use (provider-specific format required for Bedrock/Vertex) | No | - | | `anthropic_model` | **DEPRECATED**: Use `model` instead. Kept for backward compatibility. | No | +- | | `use_bedrock` | Use Amazon Bedrock with OIDC authentication instead of direct Anthropic API | No | `false` | | `use_vertex` | Use Google Vertex AI with OIDC authentication instead of direct Anthropic API | No | `false` | | `allowed_tools` | Additional tools for Claude to use (the base GitHub tools will always be included) | No | "" |