- Add missing --tag flags to commands that were implemented but not documented - Add missing --file flags to tag management commands - Add --bedrock flag to models command documentation - Synchronize CLI documentation with actual implementation in commands.js - Enhance dev_workflow.mdc with comprehensive tagged task lists guidance - Add patterns for when to introduce tags (git branching, team collaboration, experiments) - Consolidate and refine changesets for upcoming release
1.3 KiB
1.3 KiB
task-master-ai
| task-master-ai |
|---|
| minor |
Enhanced get-task/show command to support comma-separated task IDs for efficient batch operations
New Features:
- Multiple Task Retrieval: Pass comma-separated IDs to get/show multiple tasks at once (e.g.,
task-master show 1,3,5or MCPget_taskwithid: "1,3,5") - Smart Display Logic: Single ID shows detailed view, multiple IDs show compact summary table with interactive options
- Batch Action Menu: Interactive menu for multiple tasks with copy-paste ready commands for common operations (mark as done/in-progress, expand all, view dependencies, etc.)
- MCP Array Response: MCP tool returns structured array of task objects for efficient AI agent context gathering
Benefits:
- Faster Context Gathering: AI agents can collect multiple tasks/subtasks in one call instead of iterating
- Improved Workflow: Interactive batch operations reduce repetitive command execution
- Better UX: Responsive layout adapts to terminal width, maintains consistency with existing UI patterns
- API Efficiency: RESTful array responses in MCP format enable more sophisticated integrations
This enhancement maintains full backward compatibility while significantly improving efficiency for both human users and AI agents working with multiple tasks.