-
-
Notifications
You must be signed in to change notification settings - Fork 52
Closed as duplicate
Labels
enhancementNew feature or requestNew feature or requestpriority: mediumNice to have - post-MVPNice to have - post-MVP
Description
Description
First-time setup wizard that configures Cortex interactively.
Requirements
cortex config
Walks through:
- Detect hardware (GPU/CPU)
- Set default LLM provider (Anthropic/OpenAI/Ollama)
- Configure API keys (if needed)
- Choose default model
- Set preferences (verbose, dry-run default, etc.)
- Run quick test
Output Example
CORTEX SETUP
Detected: NVIDIA RTX 4090 (24GB VRAM)
Select default LLM provider:
[1] Anthropic Claude (cloud)
[2] OpenAI GPT (cloud)
[3] Ollama (local) - recommended for your hardware
Choice: 3
Installing recommended model: qwen2.5:7b
[====================] 100%
Setup complete. Try: cortex install nginx --dry-run
Acceptance Criteria
- Interactive prompts
- Saves config to ~/.cortex/config.yaml
- Validates API keys
- Runs verification test
- Can be re-run to update settings
Bounty: $50 upon merge (+ $50 at funding = $100 total)
Priority: Medium
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority: mediumNice to have - post-MVPNice to have - post-MVP