mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 20:03:05 +00:00
Adds support for Amazon Bedrock with Claude models including: - Full streaming support via Converse API - Reasoning/thinking support for Claude models - Cross-region inference model ID handling - Multiple AWS credential sources (profile, IAM keys, API keys) - Image support in messages and tool results - Unicode surrogate sanitization Also adds 'Adding a New Provider' documentation to AGENTS.md and README. Co-authored-by: nickchan2 <nickchan2@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| data | ||
| abort.test.ts | ||
| bedrock-models.test.ts | ||
| bedrock-utils.ts | ||
| context-overflow.test.ts | ||
| empty.test.ts | ||
| google-thinking-signature.test.ts | ||
| handoff.test.ts | ||
| image-limits.test.ts | ||
| image-tool-result.test.ts | ||
| oauth.ts | ||
| openai-codex-include.test.ts | ||
| openai-codex-stream.test.ts | ||
| openai-codex.test.ts | ||
| stream.test.ts | ||
| tokens.test.ts | ||
| tool-call-without-result.test.ts | ||
| total-tokens.test.ts | ||
| unicode-surrogate.test.ts | ||
| xhigh.test.ts | ||
| zen.test.ts | ||