mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
e62ce679fe
Switch the --model / -m flag format from colon-separated (provider:model) to slash-separated (provider/model), e.g. anthropic/claude-sonnet-4-5-20250929 or ollama/qwen3:8b. The slash separator is cleaner since model names can contain colons (ollama tags, bedrock ARNs). Add centralized ParseModelString() in internal/models/providers.go that all callers now use. The old colon format is still accepted with a deprecation warning to stderr for backward compatibility. Update default model to claude-sonnet-4-5-20250929.