Compare commits

...

1 Commits

Author SHA1 Message Date
github-actions[bot]
93977b6dd5 docs: auto-update documentation based on changes in next branch
This PR was automatically generated to update documentation based on recent changes.

  Original commit: feat: added vscode start task button (#1201)\n\nCo-authored-by: Carlos Montoya <carlos@Carloss-MacBook-Pro.local>\nCo-authored-by: Carlos Montoya <los@losmontoya.com>\n\n

  Co-authored-by: Claude <claude-assistant@anthropic.com>
2025-09-12 03:43:17 +00:00
2 changed files with 62 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ The extension automatically handles the Taskmaster MCP server connection:
| **View Kanban Board** | `Ctrl/Cmd + Shift + P` → "Taskmaster: Show Board" |
| **Change Task Status** | Drag task card to different column |
| **View Task Details** | Click on any task card |
| **Start Working on Task** | Click task → Click "Start Task" button in properties panel |
| **Edit Task Content** | Click task → Use edit buttons in details panel |
| **Add Subtasks** | Click the + button on parent task cards |
| **Use AI Features** | Open task details → Click AI action buttons |
@@ -95,6 +96,14 @@ The extension automatically handles the Taskmaster MCP server connection:
- ✅ **Done** - Completed tasks
- ⏸️ **Deferred** - Postponed for later
### **Built-in Development Tools**
**Start Task Button** - Quickly begin working on any task:
- **One-Click Terminal** - Opens a new VS Code terminal named after your task
- **Context Awareness** - Terminal automatically opens in your workspace root
- **Smart State Management** - Button is disabled for completed tasks
- **Seamless Workflow** - Go from task planning to implementation instantly
### **AI-Powered Task Management**
The extension integrates seamlessly with Taskmaster AI via MCP to provide:

53
output.txt Normal file

File diff suppressed because one or more lines are too long