bug: Cannot use task-master in claude code, neither MCP nor command line #334

Closed
opened 2025-10-14 15:49:59 -06:00 by navan · 0 comments
Owner

Originally created by @SipengXie on 7/13/2025

Description

When using the MCP server, CC cannot connect to the MCP server; CC generates API access errors when calling the tool using the command line.

Steps to Reproduce

.taskmaster/config.json:

{
  "models": {
    "main": {
      "provider": "claude-code",
      "modelId": "sonnet",
      "maxTokens": 64000,
      "temperature": 0.2
    },
    "research": {
      "provider": "claude-code",
      "modelId": "sonnet",
      "maxTokens": 64000,
      "temperature": 0.1
    },
    "fallback": {
      "provider": "claude-code",
      "modelId": "sonnet",
      "maxTokens": 64000,
      "temperature": 0.1
    }
  },
  "global": {
    "logLevel": "info",
    "debug": false,
    "defaultNumTasks": 10,
    "defaultSubtasks": 5,
    "defaultPriority": "medium",
    "projectName": "Taskmaster",
    "ollamaBaseURL": "http://localhost:11434/api",
    "bedrockBaseURL": "https://bedrock.us-east-1.amazonaws.com",
    "responseLanguage": "Chinese",
    "defaultTag": "master",
    "azureOpenaiBaseURL": "https://your-endpoint.openai.azure.com/",
    "userId": "1234567890"
  },
  "claudeCode": {}
}

mcp.json

    "taskmaster-ai": {
      "command": "npx",
      "args": ["-y", "task-master-ai"],
      "env": {
        "GOOGLE_API_KEY": "...",
        "OPENROUTER_API_KEY": "sk-or-v1-"
      },
    }

Expected Behavior

The MCP server can be connected, or the task-master command line can be used to call the CC itself.

Actual Behavior

The MCP server cannot connect, and an API error occurs when CC calls TM by itself

Screenshots or Logs

mcp error logs:

[
  {
    "debug": "Starting connection attempt",
    "timestamp": "2025-07-12T14:42:45.782Z",
    "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea",
    "cwd": "D:\\Dev\\revm"
  },
  {
    "debug": "Connection failed: McpError: MCP error -32000: Connection closed",
    "timestamp": "2025-07-12T14:42:46.876Z",
    "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea",
    "cwd": "D:\\Dev\\revm"
  },
  {
    "debug": "Error message: MCP error -32000: Connection closed",
    "timestamp": "2025-07-12T14:42:46.878Z",
    "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea",
    "cwd": "D:\\Dev\\revm"
  },
  {
    "debug": "Error stack: McpError: MCP error -32000: Connection closed\n    at ka1._onclose (file:///D:/DevTools/nodejs/node_modules/@anthropic-ai/claude-code/cli.js:1336:15216)\n    at _transport.onclose (file:///D:/DevTools/nodejs/node_modules/@anthropic-ai/claude-code/cli.js:1336:14535)\n    at ChildProcess.<anonymous> (file:///D:/DevTools/nodejs/node_modules/@anthropic-ai/claude-code/cli.js:1338:1459)\n    at ChildProcess.emit (node:events:507:28)\n    at ChildProcess.emit (node:domain:489:12)\n    at LbQ.A.emit (file:///D:/DevTools/nodejs/node_modules/@anthropic-ai/claude-code/cli.js:320:155823)\n    at maybeClose (node:internal/child_process:1101:16)\n    at Socket.<anonymous> (node:internal/child_process:457:11)\n    at Socket.emit (node:events:507:28)\n    at Socket.emit (node:domain:489:12)",
    "timestamp": "2025-07-12T14:42:46.881Z",
    "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea",
    "cwd": "D:\\Dev\\revm"
  },
  {
    "error": "Connection failed: MCP error -32000: Connection closed",
    "timestamp": "2025-07-12T14:42:46.885Z",
    "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea",
    "cwd": "D:\\Dev\\revm"
  },
  {
    "debug": "Connection attempt completed in 1103ms - status: failed",
    "timestamp": "2025-07-12T14:42:46.887Z",
    "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea",
    "cwd": "D:\\Dev\\revm"
  },
  {
    "debug": "Starting connection attempt",
    "timestamp": "2025-07-12T14:42:47.641Z",
    "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea",
    "cwd": "D:\\Dev\\revm"
  },
  {
    "debug": "Connection attempt completed in 68ms - status: failed",
    "timestamp": "2025-07-12T14:42:47.711Z",
    "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea",
    "cwd": "D:\\Dev\\revm"
  }
]

Task master error logs

Error: - Generating 5 subtasks...

     Error expanding task 8: Claude Code API error during text generation: Claude 
     Code process exited with code 1

     🏷️ tag: master
     Expanding task 8...
     [INFO] Reading tasks from D:\Dev\revm\.taskmaster\tasks\tasks.json
     [INFO] Expanding task 8: 修改 Executor 结构体集成指令表 with research
     [INFO] Looking for complexity report at: 
     D:\Dev\revm\.taskmaster\reports\task-complexity-report.json
     [INFO] Complexity report not found at 
     D:\Dev\revm\.taskmaster\reports\task-complexity-report.json. Skipping 
     complexity check.
     [INFO] Using default number of subtasks: 5
     [INFO] ✓ JSON schema validation enabled
     [INFO] Using research variant for task 8.
     [INFO] New AI service call with role: research
     [ERROR] Claude Code text generation failed: Claude Code process exited with 
     code 1 {"error":{"name":"AI_APICallError","url":"claude-code-cli://command","re
     questBodyValues":{"prompt":"You are an AI assistant that responds ONLY with 
     valid JSON objects as requested. The object should contain a 'subtasks' array. 
     \n\n Always respond in Chinese.\n\nHuman: Analyze the following task and 
     brea"},"isRetryable":false,"data":{"promptExcerpt":"You are an AI assistant 
     that responds ONLY with valid JSON objects as requested. The object should 
     contain a 'subtasks' array. \n\n Always respond in Chinese.\n\nHuman: Analyze 
     the following task and brea"}}}
     [WARN] Attempt 1 failed for role research (generateText / claude-code): Claude 
     Code API error during text generation: Claude Code process exited with code 1
     [ERROR] Something went wrong on the provider side. Max retries reached for role
      research (generateText / claude-code).
     [ERROR] Service call failed for role research (Provider: claude-code, Model: 
     sonnet): Claude Code API error during text generation: Claude Code process 
     exited with code 1
     [INFO] New AI service call with role: fallback
     [ERROR] Claude Code text generation failed: Claude Code process exited with 
     code 1 {"error":{"name":"AI_APICallError","url":"claude-code-cli://command","re
     questBodyValues":{"prompt":"You are an AI assistant that responds ONLY with 
     valid JSON objects as requested. The object should contain a 'subtasks' array. 
     \n\n Always respond in Chinese.\n\nHuman: Analyze the following task and
     brea"},"isRetryable":false,"data":{"promptExcerpt":"You are an AI assistant        
     that responds ONLY with valid JSON objects as requested. The object should
     contain a 'subtasks' array. \n\n Always respond in Chinese.\n\nHuman: Analyze      
     the following task and brea"}}}
     [WARN] Attempt 1 failed for role fallback (generateText / claude-code): Claude     
     Code API error during text generation: Claude Code process exited with code 1      
     [ERROR] Something went wrong on the provider side. Max retries reached for role    
      fallback (generateText / claude-code).
     [ERROR] Service call failed for role fallback (Provider: claude-code, Model:       
     sonnet): Claude Code API error during text generation: Claude Code process
     exited with code 1
     [INFO] New AI service call with role: main
     [ERROR] Claude Code text generation failed: Claude Code process exited with        
     code 1 {"error":{"name":"AI_APICallError","url":"claude-code-cli://command","re    
     questBodyValues":{"prompt":"You are an AI assistant that responds ONLY with        
     valid JSON objects as requested. The object should contain a 'subtasks' array.     
     \n\n Always respond in Chinese.\n\nHuman: Analyze the following task and
     brea"},"isRetryable":false,"data":{"promptExcerpt":"You are an AI assistant        
     that responds ONLY with valid JSON objects as requested. The object should
     contain a 'subtasks' array. \n\n Always respond in Chinese.\n\nHuman: Analyze      
     the following task and brea"}}}
     [WARN] Attempt 1 failed for role main (generateText / claude-code): Claude Code    
      API error during text generation: Claude Code process exited with code 1
     [ERROR] Something went wrong on the provider side. Max retries reached for role    
      main (generateText / claude-code).
     [ERROR] Service call failed for role main (Provider: claude-code, Model:
     sonnet): Claude Code API error during text generation: Claude Code process
     exited with code 1
     [ERROR] All roles in the sequence [research, fallback, main] failed.
     [ERROR] Error during AI call or parsing for task 8: Claude Code API error
     during text generation: Claude Code process exited with code 1
     [ERROR] Error expanding task 8: Claude Code API error during text generation:      
     Claude Code process exited with code 1

Environment

  • Task Master version: 0.20.0
  • Node.js version: 24.2.0
  • Operating system: WIN11
  • IDE (if applicable): vscode
*Originally created by @SipengXie on 7/13/2025* ### Description When using the MCP server, CC cannot connect to the MCP server; CC generates API access errors when calling the tool using the command line. ### Steps to Reproduce .taskmaster/config.json: ```json { "models": { "main": { "provider": "claude-code", "modelId": "sonnet", "maxTokens": 64000, "temperature": 0.2 }, "research": { "provider": "claude-code", "modelId": "sonnet", "maxTokens": 64000, "temperature": 0.1 }, "fallback": { "provider": "claude-code", "modelId": "sonnet", "maxTokens": 64000, "temperature": 0.1 } }, "global": { "logLevel": "info", "debug": false, "defaultNumTasks": 10, "defaultSubtasks": 5, "defaultPriority": "medium", "projectName": "Taskmaster", "ollamaBaseURL": "http://localhost:11434/api", "bedrockBaseURL": "https://bedrock.us-east-1.amazonaws.com", "responseLanguage": "Chinese", "defaultTag": "master", "azureOpenaiBaseURL": "https://your-endpoint.openai.azure.com/", "userId": "1234567890" }, "claudeCode": {} } ``` mcp.json ```json "taskmaster-ai": { "command": "npx", "args": ["-y", "task-master-ai"], "env": { "GOOGLE_API_KEY": "...", "OPENROUTER_API_KEY": "sk-or-v1-" }, } ``` ### Expected Behavior The MCP server can be connected, or the task-master command line can be used to call the CC itself. ### Actual Behavior The MCP server cannot connect, and an API error occurs when CC calls TM by itself ### Screenshots or Logs mcp error logs: ```json [ { "debug": "Starting connection attempt", "timestamp": "2025-07-12T14:42:45.782Z", "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea", "cwd": "D:\\Dev\\revm" }, { "debug": "Connection failed: McpError: MCP error -32000: Connection closed", "timestamp": "2025-07-12T14:42:46.876Z", "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea", "cwd": "D:\\Dev\\revm" }, { "debug": "Error message: MCP error -32000: Connection closed", "timestamp": "2025-07-12T14:42:46.878Z", "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea", "cwd": "D:\\Dev\\revm" }, { "debug": "Error stack: McpError: MCP error -32000: Connection closed\n at ka1._onclose (file:///D:/DevTools/nodejs/node_modules/@anthropic-ai/claude-code/cli.js:1336:15216)\n at _transport.onclose (file:///D:/DevTools/nodejs/node_modules/@anthropic-ai/claude-code/cli.js:1336:14535)\n at ChildProcess.<anonymous> (file:///D:/DevTools/nodejs/node_modules/@anthropic-ai/claude-code/cli.js:1338:1459)\n at ChildProcess.emit (node:events:507:28)\n at ChildProcess.emit (node:domain:489:12)\n at LbQ.A.emit (file:///D:/DevTools/nodejs/node_modules/@anthropic-ai/claude-code/cli.js:320:155823)\n at maybeClose (node:internal/child_process:1101:16)\n at Socket.<anonymous> (node:internal/child_process:457:11)\n at Socket.emit (node:events:507:28)\n at Socket.emit (node:domain:489:12)", "timestamp": "2025-07-12T14:42:46.881Z", "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea", "cwd": "D:\\Dev\\revm" }, { "error": "Connection failed: MCP error -32000: Connection closed", "timestamp": "2025-07-12T14:42:46.885Z", "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea", "cwd": "D:\\Dev\\revm" }, { "debug": "Connection attempt completed in 1103ms - status: failed", "timestamp": "2025-07-12T14:42:46.887Z", "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea", "cwd": "D:\\Dev\\revm" }, { "debug": "Starting connection attempt", "timestamp": "2025-07-12T14:42:47.641Z", "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea", "cwd": "D:\\Dev\\revm" }, { "debug": "Connection attempt completed in 68ms - status: failed", "timestamp": "2025-07-12T14:42:47.711Z", "sessionId": "f9f0f31a-cbb4-4c14-a79f-263b516f8dea", "cwd": "D:\\Dev\\revm" } ] ``` Task master error logs ```shell Error: - Generating 5 subtasks... Error expanding task 8: Claude Code API error during text generation: Claude Code process exited with code 1 🏷️ tag: master Expanding task 8... [INFO] Reading tasks from D:\Dev\revm\.taskmaster\tasks\tasks.json [INFO] Expanding task 8: 修改 Executor 结构体集成指令表 with research [INFO] Looking for complexity report at: D:\Dev\revm\.taskmaster\reports\task-complexity-report.json [INFO] Complexity report not found at D:\Dev\revm\.taskmaster\reports\task-complexity-report.json. Skipping complexity check. [INFO] Using default number of subtasks: 5 [INFO] ✓ JSON schema validation enabled [INFO] Using research variant for task 8. [INFO] New AI service call with role: research [ERROR] Claude Code text generation failed: Claude Code process exited with code 1 {"error":{"name":"AI_APICallError","url":"claude-code-cli://command","re questBodyValues":{"prompt":"You are an AI assistant that responds ONLY with valid JSON objects as requested. The object should contain a 'subtasks' array. \n\n Always respond in Chinese.\n\nHuman: Analyze the following task and brea"},"isRetryable":false,"data":{"promptExcerpt":"You are an AI assistant that responds ONLY with valid JSON objects as requested. The object should contain a 'subtasks' array. \n\n Always respond in Chinese.\n\nHuman: Analyze the following task and brea"}}} [WARN] Attempt 1 failed for role research (generateText / claude-code): Claude Code API error during text generation: Claude Code process exited with code 1 [ERROR] Something went wrong on the provider side. Max retries reached for role research (generateText / claude-code). [ERROR] Service call failed for role research (Provider: claude-code, Model: sonnet): Claude Code API error during text generation: Claude Code process exited with code 1 [INFO] New AI service call with role: fallback [ERROR] Claude Code text generation failed: Claude Code process exited with code 1 {"error":{"name":"AI_APICallError","url":"claude-code-cli://command","re questBodyValues":{"prompt":"You are an AI assistant that responds ONLY with valid JSON objects as requested. The object should contain a 'subtasks' array. \n\n Always respond in Chinese.\n\nHuman: Analyze the following task and brea"},"isRetryable":false,"data":{"promptExcerpt":"You are an AI assistant that responds ONLY with valid JSON objects as requested. The object should contain a 'subtasks' array. \n\n Always respond in Chinese.\n\nHuman: Analyze the following task and brea"}}} [WARN] Attempt 1 failed for role fallback (generateText / claude-code): Claude Code API error during text generation: Claude Code process exited with code 1 [ERROR] Something went wrong on the provider side. Max retries reached for role fallback (generateText / claude-code). [ERROR] Service call failed for role fallback (Provider: claude-code, Model: sonnet): Claude Code API error during text generation: Claude Code process exited with code 1 [INFO] New AI service call with role: main [ERROR] Claude Code text generation failed: Claude Code process exited with code 1 {"error":{"name":"AI_APICallError","url":"claude-code-cli://command","re questBodyValues":{"prompt":"You are an AI assistant that responds ONLY with valid JSON objects as requested. The object should contain a 'subtasks' array. \n\n Always respond in Chinese.\n\nHuman: Analyze the following task and brea"},"isRetryable":false,"data":{"promptExcerpt":"You are an AI assistant that responds ONLY with valid JSON objects as requested. The object should contain a 'subtasks' array. \n\n Always respond in Chinese.\n\nHuman: Analyze the following task and brea"}}} [WARN] Attempt 1 failed for role main (generateText / claude-code): Claude Code API error during text generation: Claude Code process exited with code 1 [ERROR] Something went wrong on the provider side. Max retries reached for role main (generateText / claude-code). [ERROR] Service call failed for role main (Provider: claude-code, Model: sonnet): Claude Code API error during text generation: Claude Code process exited with code 1 [ERROR] All roles in the sequence [research, fallback, main] failed. [ERROR] Error during AI call or parsing for task 8: Claude Code API error during text generation: Claude Code process exited with code 1 [ERROR] Error expanding task 8: Claude Code API error during text generation: Claude Code process exited with code 1 ``` ### Environment - Task Master version: 0.20.0 - Node.js version: 24.2.0 - Operating system: WIN11 - IDE (if applicable): vscode
Sign in to join this conversation.
No labels
area:ai-models
area:ai-models
area:ai-models
area:ai-models
area:ai-models
area:ai-models
area:ai-models
area:ai-models
area:ai-models
area:ai-models
area:ai-models
area:ai-models
area:cli
area:cli
area:cli
area:cli
area:cli
area:cli
area:cli
area:cli
area:cli
area:cli
area:cli
area:cli
area:cli
area:cli
area:installation
area:installation
area:installation
area:installation
area:installation
area:mcp
area:mcp
area:mcp
area:mcp
area:mcp
area:mcp
area:mcp
area:mcp
area:mcp
area:mcp
area:mcp
area:mcp
area:mcp
area:mcp
area:mcp
area:mcp
area:mcp
area:task-management
area:task-management
area:task-management
area:task-management
area:task-management
area:task-management
area:task-management
area:task-management
area:task-management
area:task-management
area:task-management
area:task-management
area:task-management
area:task-management
area:task-management
area:task-management
area:task-management
area:vscode-extension
area:vscode-extension
area:vscode-extension
area:vscode-extension
area:vscode-extension
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
bug
documentation
documentation
documentation
documentation
documentation
documentation
documentation
documentation
documentation
documentation
documentation
documentation
documentation
documentation
documentation
documentation
documentation
duplicate
duplicate
duplicate
duplicate
duplicate
duplicate
duplicate
duplicate
duplicate
duplicate
duplicate
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
feedback
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
help wanted
help wanted
help wanted
help wanted
help wanted
high-priority
high-priority
high-priority
high-priority
high-priority
high-priority
high-priority
high-priority
high-priority
high-priority
high-priority
high-priority
high-priority
integration request
integration request
integration request
integration request
invalid
invalid
invalid
invalid
invalid
invalid
invalid
invalid
invalid
invalid
invalid
invalid
invalid
invalid
low-priority
low-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
medium-priority
provider:anthropic
provider:anthropic
provider:claude-code
provider:claude-code
provider:claude-code
provider:claude-code
provider:claude-code
provider:claude-code
provider:claude-code
provider:claude-code
provider:claude-code
provider:claude-code
provider:claude-code
provider:gemini-cli
provider:openai
provider:perplexity
question
question
question
question
question
question
question
question
question
question
question
question
question
question
refactor
refactor
wontfix
wontfix
wontfix
wontfix
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/claude-task-master#334
No description provided.