paperclip/packages/adapters
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
..
claude-local feat(claude-local): add Bedrock model selection support 2026-04-07 23:16:57 +09:00
codex-local fix: recognize missing-rollout Codex resume error as stale session 2026-04-07 10:45:38 +09:00
cursor-local Trim resumed comment wake prompts 2026-04-04 18:14:19 -05:00
gemini-local Trim resumed comment wake prompts 2026-04-04 18:14:19 -05:00
openclaw-gateway Merge pull request #2772 from paperclipai/PAPA-46-why-did-this-issue-succeed-without-following-my-instructions 2026-04-06 18:57:33 -05:00
opencode-local Clean up opencode rebase and stabilize runtime test 2026-04-04 18:15:28 -05:00
pi-local Treat Pi quota exhaustion as a failed run (#2305) 2026-04-06 14:29:41 -07:00