* feat: add task master (tm) custom slash commands Add comprehensive task management system integration via custom slash commands. Includes commands for: - Project initialization and setup - Task parsing from PRD documents - Task creation, update, and removal - Subtask management - Dependency tracking and validation - Complexity analysis and task expansion - Project status and reporting - Workflow automation This provides a complete task management workflow directly within Claude Code. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * chore: add changeset --------- Co-authored-by: neno-is-ooo <204701868+neno-is-ooo@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
51 lines
1.1 KiB
Markdown
51 lines
1.1 KiB
Markdown
View current AI model configuration.
|
|
|
|
## Model Configuration Display
|
|
|
|
Shows the currently configured AI providers and models for Task Master.
|
|
|
|
## Execution
|
|
|
|
```bash
|
|
task-master models
|
|
```
|
|
|
|
## Information Displayed
|
|
|
|
1. **Main Provider**
|
|
- Model ID and name
|
|
- API key status (configured/missing)
|
|
- Usage: Primary task generation
|
|
|
|
2. **Research Provider**
|
|
- Model ID and name
|
|
- API key status
|
|
- Usage: Enhanced research mode
|
|
|
|
3. **Fallback Provider**
|
|
- Model ID and name
|
|
- API key status
|
|
- Usage: Backup when main fails
|
|
|
|
## Visual Status
|
|
|
|
```
|
|
Task Master AI Model Configuration
|
|
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
Main: ✅ claude-3-5-sonnet (configured)
|
|
Research: ✅ perplexity-sonar (configured)
|
|
Fallback: ⚠️ Not configured (optional)
|
|
|
|
Available Models:
|
|
- claude-3-5-sonnet
|
|
- gpt-4-turbo
|
|
- gpt-3.5-turbo
|
|
- perplexity-sonar
|
|
```
|
|
|
|
## Next Actions
|
|
|
|
Based on configuration:
|
|
- If missing API keys → Suggest setup
|
|
- If no research model → Explain benefits
|
|
- If all configured → Show usage tips |