[PR #159] [CLOSED] feat: add AWS Bedrock support #149

Closed
opened 2026-02-27 08:09:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/KeygraphHQ/shannon/pull/159
Author: @ezl-keygraph
Created: 2/23/2026
Status: Closed

Base: mainHead: feat/bedrock-support


📝 Commits (1)

  • d69aef0 feat: add AWS Bedrock support for Claude Agent SDK

📊 Changes

6 files changed (+74 additions, -17 deletions)

View changed files

📝 .env.example (+12 -0)
📝 README.md (+22 -0)
📝 docker-compose.yml (+5 -0)
📝 shannon (+6 -2)
📝 src/ai/claude-executor.ts (+20 -12)
📝 src/services/preflight.ts (+9 -3)

📄 Description

Closes #153

Summary

  • Add support for routing Claude Agent SDK through Amazon Bedrock via CLAUDE_CODE_USE_BEDROCK=1
  • Pass Bedrock env vars (AWS_REGION, AWS_BEARER_TOKEN_BEDROCK, ANTHROPIC_MODEL) through CLI, Docker, and SDK subprocess
  • Bypass API credential checks in CLI (shannon) and preflight (preflight.ts) when Bedrock mode is enabled
  • Auto-select Bedrock model ID (us.anthropic.claude-sonnet-4-5-20250929-v1:0) with ANTHROPIC_MODEL override support

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/KeygraphHQ/shannon/pull/159 **Author:** [@ezl-keygraph](https://github.com/ezl-keygraph) **Created:** 2/23/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/bedrock-support` --- ### 📝 Commits (1) - [`d69aef0`](https://github.com/KeygraphHQ/shannon/commit/d69aef0fda836a183dd071e9249917f406e993f6) feat: add AWS Bedrock support for Claude Agent SDK ### 📊 Changes **6 files changed** (+74 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+12 -0) 📝 `README.md` (+22 -0) 📝 `docker-compose.yml` (+5 -0) 📝 `shannon` (+6 -2) 📝 `src/ai/claude-executor.ts` (+20 -12) 📝 `src/services/preflight.ts` (+9 -3) </details> ### 📄 Description Closes #153 ## Summary - Add support for routing Claude Agent SDK through Amazon Bedrock via `CLAUDE_CODE_USE_BEDROCK=1` - Pass Bedrock env vars (`AWS_REGION`, `AWS_BEARER_TOKEN_BEDROCK`, `ANTHROPIC_MODEL`) through CLI, Docker, and SDK subprocess - Bypass API credential checks in CLI (`shannon`) and preflight (`preflight.ts`) when Bedrock mode is enabled - Auto-select Bedrock model ID (`us.anthropic.claude-sonnet-4-5-20250929-v1:0`) with `ANTHROPIC_MODEL` override support --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:09:27 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shannon-KeygraphHQ#149
No description provided.