picoclaw/pkg/config
yinwm 87778136c4 refactor: reorganize commands and provider architecture
Refactor command handlers into separate files to improve code organization
and maintainability. Each command (agent, auth, cron, gateway, migrate,
onboard, skills, status) now has its own dedicated file.

Restructure provider creation to support new model_list configuration
system that enables zero-code addition of OpenAI-compatible providers.
Move legacy provider logic to separate file for backward compatibility.

Move configuration functions from config.go to separate files
(defaults.go, migration.go) for better organization.
2026-02-19 01:03:34 +08:00
..
config.go refactor: reorganize commands and provider architecture 2026-02-19 01:03:34 +08:00
config_test.go fix: tighten file perms and enforce Slack ACL checks (#186) 2026-02-16 16:06:39 +08:00
defaults.go refactor: reorganize commands and provider architecture 2026-02-19 01:03:34 +08:00
migration.go refactor: reorganize commands and provider architecture 2026-02-19 01:03:34 +08:00
migration_test.go refactor: reorganize commands and provider architecture 2026-02-19 01:03:34 +08:00
model_config_test.go refactor: reorganize commands and provider architecture 2026-02-19 01:03:34 +08:00