You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enable pricing and version checking by default, add version logging
Enhanced default configuration to provide better out-of-the-box functionality:
- Enable pricing_update_enabled by default (was False)
- Enable version_check_enabled by default (was False)
- Add version information to CLI command logging for serve and claude commands
- Remove debug print statement from serve command
- Update configuration descriptions for clarity
- Adjust unit tests to reflect new default values
- Add version check disable in integration test to prevent network calls during testing
These changes improve the user experience by enabling useful features by default while maintaining privacy-conscious design and proper version tracking in logs.
0 commit comments