-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
cortex doctor and cortex status have overlapping functionality - both display system health information. Having two similar commands creates confusion for users and adds maintenance overhead. Consolidating them improves UX and reduces code duplication.
Proposed solution
Merge cortex doctor into cortex status as the single system health command. The unified command should:
- Display API provider configuration and Ollama status
- Check Firejail availability
- Run comprehensive health checks (Python version, GPU drivers, CUDA/ROCm, dependencies, disk space, memory)
- Show warnings, failures, and actionable fix suggestions
- Return appropriate exit codes for scripting
# Replace both commands with one
cortex status
# Output includes:
# - API provider status
# - Security features (Firejail)
# - System diagnostics
# - Health check results with fix suggestions
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request