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
Improved CLI architecture: Extracted command implementations from main CLI module into co-located packages (cocode/repox/repox_cli.py, cocode/swe/swe_cli.py, etc.) for better code organization
Updated documentation: All examples and references updated to reflect new command structure
Repository path validation now supports both local paths and GitHub URLs
All SWE commands now support GitHub repository analysis in addition to local repositories
CLI help text updated to reflect GitHub repository support
Command descriptions enhanced with GitHub repository examples
Removed
Direct command implementations from main CLI module (moved to dedicated CLI modules)
Deprecated
Direct cocode validate command (still works but shows deprecation notice; use cocode validation validate instead)
Security
GitHub authentication support with secure token handling
Private repository access with proper credential management