openclaw/src/commands/models
Alex Fallah 8effb557d5 feat: add dynamic Bedrock model discovery
Add automatic discovery of AWS Bedrock models using ListFoundationModels API.
When AWS credentials are detected, models that support streaming and text output
are automatically discovered and made available.

- Add @aws-sdk/client-bedrock dependency
- Add discoverBedrockModels() with caching (default 1 hour)
- Add resolveImplicitBedrockProvider() for auto-registration
- Add BedrockDiscoveryConfig for optional filtering by provider/region
- Filter to active, streaming, text-output models only
- Update docs/bedrock.md with auto-discovery documentation
2026-01-24 01:15:06 +00:00
..
aliases.ts refactor: centralize config update logging 2026-01-23 04:01:26 +00:00
auth-order.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
auth.ts refactor: centralize config update logging 2026-01-23 04:01:26 +00:00
fallbacks.ts refactor: centralize config update logging 2026-01-23 04:01:26 +00:00
image-fallbacks.ts refactor: centralize config update logging 2026-01-23 04:01:26 +00:00
list.auth-overview.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
list.configured.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
list.format.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
list.list-command.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
list.probe.ts feat: add models status auth probes 2026-01-23 19:28:55 +00:00
list.registry.ts feat: add dynamic Bedrock model discovery 2026-01-24 01:15:06 +00:00
list.status-command.ts fix: move probe errors below table 2026-01-24 00:32:49 +00:00
list.status.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
list.table.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
list.ts refactor(commands): split CLI commands 2026-01-14 05:39:47 +00:00
list.types.ts refactor(commands): split CLI commands 2026-01-14 05:39:47 +00:00
scan.ts refactor: centralize config update logging 2026-01-23 04:01:26 +00:00
set-image.ts refactor: centralize config update logging 2026-01-23 04:01:26 +00:00
set.ts refactor: centralize config update logging 2026-01-23 04:01:26 +00:00
shared.ts docs: clarify model key format 2026-01-17 00:15:37 +00:00