-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Task-master 0.25.0 does not show any errors
Steps to Reproduce
- Step-by-step instructions to reproduce the issue
task-master parse-prd --input=.taskmaster/docs/prd.txt
Expected Behavior
In previous versions it was possible to see why any command does not work, it produced some errors that could help understand what's happening
Actual Behavior
⏱️ 0m 00s | ⋮ 0 : 0 . 0 | Tokens (I/O): 0/0 | Est: ~calculating...
⏱️ 5m 12s | ⋮ 0 : 0 . 0 | Tokens (I/O): 0/0 | Est: ~calculating...
... it lasts forever
Screenshots or Logs
user@99fwe9i904:~/projects/20250822-mcp-fix$ task-master parse-prd --input=.taskmaster/docs/prd.txt
_____ _ __ __ _
|_ _|_ _ ___| | __ | \/ | __ _ ___| |_ ___ _ __
| |/ _` / __| |/ / | |\/| |/ _` / __| __/ _ \ '__|
| | (_| \__ \ < | | | | (_| \__ \ || __/ |
|_|\__,_|___/_|\_\ |_| |_|\__,_|___/\__\___|_|
by https://x.com/eyaltoledano
╭───────────────────────────────────────────╮
│ │
│ Version: 0.25.0 Project: Taskmaster │
│ │
╰───────────────────────────────────────────╯
🏷️ tag: master
Parsing PRD file: /home/user/projects/20250822-mcp-fix/.taskmaster/docs/prd.txt
Generating 10 tasks...
[INFO] Tag 'master' is empty or doesn't exist. Creating/updating tag with new tasks.
╭─────────────────────────────────────────────────────────────────────────────╮
│ │
│ 🤖 Parsing PRD and Generating Tasks │
│ Model: gemini-2.5-pro | Temperature: 0.2 │
│ │
│ Input: /home/user/projects/20250822-mcp-fix/.taskmaster/docs/prd.txt │
│ Output: /home/user/projects/20250822-mcp-fix/.taskmaster/tasks/tasks.json │
│ Tasks to Generate: 10 │
│ │
╰─────────────────────────────────────────────────────────────────────────────╯
⏱️ 0m 00s | ⋮ 0 : 0 . 0 | Tokens (I/O): 0/0 | Est: ~calculating...
⏱️ 5m 12s | ⋮ 0 : 0 . 0 | Tokens (I/O): 0/0 | Est: ~calculating...
^C
user@99fwe9i904:~/projects/20250822-mcp-fix$
Environment
- Task Master version: 0.25.0
- Node.js version: v24.6.0, 20.19.4 (tested both)
- Operating system: Ubuntu 24.04
- IDE (if applicable): not applicable
Additional Context
I tried to look for any --debug / --trace options, but no luck. It would be nice to have ability to troubleshoot this.
Provider I use is gemini-cli 0.1.22
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Status
Done