paperclip/packages
kimnamu 07987d75ad feat(claude-local): add Bedrock model selection support
Previously, --model was completely skipped for Bedrock users, so the
model dropdown selection was silently ignored and the CLI always used
its default model.  Selecting Haiku would still run Opus.

- Add listClaudeModels() that returns Bedrock-native model IDs
  (us.anthropic.*) when Bedrock env is detected
- Register listModels on claude_local adapter so the UI dropdown
  shows Bedrock models instead of Anthropic API names
- Allow --model to pass through when the ID is a Bedrock-native
  identifier (us.anthropic.* or ARN)
- Add isBedrockModelId() helper shared by execute.ts and test.ts

Follows up on #2793 which added basic Bedrock auth detection.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 23:16:57 +09:00
..
adapter-utils Clarify issue-scoped comment wake prompts 2026-04-04 18:14:19 -05:00
adapters feat(claude-local): add Bedrock model selection support 2026-04-07 23:16:57 +09:00
db merge master into pap-1167-app-ui-bundle 2026-04-07 07:10:14 -05:00
mcp-server fix(mcp): tighten api request validation 2026-04-06 21:56:13 -05:00
plugins feat(adapters): external adapter plugin system with dynamic UI parser 2026-04-03 21:11:20 +01:00
shared merge master into pap-1167-app-ui-bundle 2026-04-07 07:10:14 -05:00