Adjusts init message and example env file.

This commit is contained in:
Eyal Toledano
2025-03-22 02:12:31 -04:00
parent 0e05c152ca
commit a634bbf1b0
3 changed files with 13 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# Required
ANTHROPIC_API_KEY=your-api-key-here # Format: sk-ant-api03-...
PERPLEXITY_API_KEY=pplx-abcde
PERPLEXITY_API_KEY=pplx-abcde # For research (recommended but optional)
# Optional - defaults shown
MODEL=claude-3-7-sonnet-20250219 # Recommended models: claude-3-7-sonnet-20250219, claude-3-opus-20240229
@@ -10,5 +10,4 @@ DEBUG=false # Enable debug logging (true/false)
LOG_LEVEL=info # Log level (debug, info, warn, error)
DEFAULT_SUBTASKS=3 # Default number of subtasks when expanding
DEFAULT_PRIORITY=medium # Default priority for generated tasks (high, medium, low)
PROJECT_NAME={{projectName}} # Project name for tasks.json metadata
PROJECT_VERSION={{projectVersion}} # Project version for tasks.json metadata
PROJECT_NAME={{projectName}} # Project name for tasks.json metadata