You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e): add Bedrock smoke test for Claude Opus 4.8
Addresses @edelauna's review request on #386 to cover 4.8 in the new
Bedrock e2e harness.
Mirrors the existing user-agent smoke test but re-points the provider at
us.anthropic.claude-opus-4-8. Since 4.8 is an adaptive-thinking model, this
exercises the request path that omits temperature (and sends thinking.type
"adaptive" when reasoning is enabled), proving a Bedrock round-trip
completes without a 400. Runs against the binary-event-stream mock server in
CI and against real AWS when BEDROCK_LIVE_E2E=true. The original 4.7-era
test is left untouched; model id is overridable via BEDROCK_OPUS_48_MODEL_ID.
check-types clean (tsconfig.esm.json).
0 commit comments