feat(claude): add configurable API base URL via --anthropic-url

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 10:28:44 +02:00
parent 934566879e
commit b7aa458e40
4 changed files with 11 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ async fn main() -> anyhow::Result<()> {
tracing::info!("scout starting");
tracing::info!(" swym API: {}", cli.swym_url);
tracing::info!(" claude API: {}", cli.anthropic_url);
tracing::info!(" model: {}", cli.model);
tracing::info!(" iterations: {}", cli.max_iterations);
tracing::info!(" instruments: {:?}", cli.instruments);