picoclaw/pkg/config
yinwm 712f5a8300 refactor(config): rename model field to model_name
The configuration field for specifying the model has been renamed from
"model" to "model_name" for better clarity and consistency with the
model_list configuration.

A GetModelName() accessor method has been added to maintain backward
compatibility. Existing configurations using the old "model" field will
continue to work correctly.

This change affects:
- Configuration structure (AgentDefaults struct)
- All references across the codebase
- Documentation in all language variants
- Example configuration files
2026-02-23 16:55:06 +08:00
..
config.go refactor(config): rename model field to model_name 2026-02-23 16:55:06 +08:00
config_test.go Merge branch 'main' into fix-formatting 2026-02-19 22:04:48 +02:00
defaults.go Merge pull request #474 from swordkee/main 2026-02-20 21:17:59 +08:00
migration.go refactor(config): rename model field to model_name 2026-02-23 16:55:06 +08:00
migration_test.go feat(fmt): Fix formatting 2026-02-20 20:03:11 +02:00
model_config_test.go refactor(config): rename model field to model_name 2026-02-23 16:55:06 +08:00