feat(extension): Add scope-up and scope-down to VS Code extension task details

- Added useScopeUpTask and useScopeDownTask hooks in useTaskQueries.ts
- Enhanced AIActionsSection with Task Complexity Adjustment section
- Added strength selection (light/regular/heavy) and custom prompt support
- Integrated scope buttons with proper loading states and error handling
- Uses existing mcpRequest handler for scope_up_task and scope_down_task tools
- Maintains consistent UI patterns with existing AI actions

Extension now supports dynamic task complexity adjustment directly from task details view.
This commit is contained in:
Eyal Toledano
2025-08-02 17:48:43 +03:00
committed by Ralph Khreish
parent 2b79822002
commit 451a55d44f
4 changed files with 335 additions and 66 deletions

2
package-lock.json generated
View File

@@ -84,7 +84,7 @@
}
},
"apps/extension": {
"version": "0.0.0",
"version": "0.22.3",
"devDependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",