1.2 KiB
1.2 KiB
task-master-ai
| task-master-ai |
|---|
| patch |
Improve and adjust init command for robustness and updated dependencies.
- Update Initialization Dependencies: Ensure newly initialized projects (
task-master init) include all required AI SDK dependencies (@ai-sdk/*,ai, provider wrappers) in theirpackage.jsonfor out-of-the-box AI feature compatibility. Remove unnecessary dependencies (e.g.,uuid) from the init template. - Silence
npm installduringinit: Preventnpm installoutput from interfering with non-interactive/MCP initialization by suppressing its stdio in silent mode. - Improve Conditional Model Setup: Reliably skip interactive
models --setupduring non-interactiveinitruns (e.g.,init -yor MCP) by checkingisSilentMode()instead of passing flags. - Refactor
init.js: Remove internalisInteractiveflag logic. - Update
initInstructions: Tweak the "Getting Started" text displayed afterinit. - Fix MCP Server Launch: Update
.cursor/mcp.jsontemplate to usenode ./mcp-server/server.jsinstead ofnpx task-master-mcp. - Update Default Model: Change the default main model in the
.taskmasterconfigtemplate.