mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
- Add useResearch and metadata to UpdateBridgeParams interface - Pass both parameters through to tmCore.tasks.updateWithPrompt - Update both update-task-by-id.js and update-subtask-by-id.js - Improve error message in validateMcpMetadata to include parse error Fixes CodeRabbit outside-diff concern about silently lost parameters. Addresses CodeRabbit nitpick about error message detail.