-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
Rename config variables for simplicity
Description
Rename the following config variables to make them more concise:
modelProvider
→provider
modelName
→model
Motivation
These shorter names are simpler and more intuitive while maintaining their meaning in context.
Implementation Notes
- Update the default config in
packages/cli/src/settings/config.ts
- Update references in options.ts and other files
- Ensure backward compatibility by accepting both old and new names during a transition period
- Update tests