Skip to content

Support Amazon Bedrock model IDs and authentication#125

Merged
that-github-user merged 1 commit into
mainfrom
issue-122-bedrock
Mar 29, 2026
Merged

Support Amazon Bedrock model IDs and authentication#125
that-github-user merged 1 commit into
mainfrom
issue-122-bedrock

Conversation

@that-github-user

Copy link
Copy Markdown
Owner

Summary

  • Accept anthropic.* model IDs (e.g., anthropic.claude-opus-4-6-v1) in CLI + config
  • AWS env vars passed through to agent processes
  • Updated .env.example with AWS credential placeholders
  • Updated README Models section with Bedrock info
  • 11 new tests

Generated by thinktank Opus — 5 agents, 3/5 pass, Copeland: +2.

Change type

  • New feature

Related issue

Closes #122

How to test

npm test  # 191 tests pass
thinktank run --model anthropic.claude-opus-4-6-v1 "task"  # no warning

Breaking changes

  • This PR introduces breaking changes

🤖 Generated with thinktank (Opus)

Accept anthropic.* model IDs without warning in CLI and config validation.
AWS env vars (ACCESS_KEY, SECRET_KEY, SESSION_TOKEN, REGION) passed through
to agent processes via process.env spread. Updated .env.example and README.

Generated by thinktank Opus (5 agents, 3 pass, Copeland: +2).

Closes #122

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@that-github-user that-github-user merged commit 07bc125 into main Mar 29, 2026
4 checks passed
@that-github-user that-github-user deleted the issue-122-bedrock branch March 29, 2026 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Amazon Bedrock model IDs and authentication

1 participant