picoclaw/pkg/config
Kyle D a4546ffb8f feat: add Avian as a named LLM provider
Add Avian (https://avian.io) as an OpenAI-compatible provider with
API base https://api.avian.io/v1 and AVIAN_API_KEY env var support.

Models: deepseek/deepseek-v3.2, moonshotai/kimi-k2.5, z-ai/glm-5,
minimax/minimax-m2.5. Supports chat completions, streaming, and
function calling.

Changes:
- Add Avian to ProvidersConfig struct, IsEmpty(), HasProvidersConfig()
- Add avian protocol to factory provider and default API base
- Add avian case to legacy provider selection (factory.go)
- Add avian migration rule for old config format
- Add default model entries to ModelList (deepseek-v3.2, kimi-k2.5)
- Add avian to example config
- Update AllProviders test count from 18 to 19
2026-03-03 19:36:46 +00:00
..
config.go feat: add Avian as a named LLM provider 2026-03-03 19:36:46 +00:00
config_test.go feat(config): Add support for env var configuration (#896) 2026-03-02 07:41:12 +11:00
defaults.go feat: add Avian as a named LLM provider 2026-03-03 19:36:46 +00:00
migration.go feat: add Avian as a named LLM provider 2026-03-03 19:36:46 +00:00
migration_test.go feat: add Avian as a named LLM provider 2026-03-03 19:36:46 +00:00
model_config_test.go refactor(modernize): apply safe modernize fixes 2026-02-27 16:35:07 +08:00