#1599 e689fcf Thanks @triepod-ai! - Add MCPB bundle for single-click Claude Desktop installation
manifest.json for MCP Bundle (MCPB) specification v0.3.mcpbignore to exclude development files from bundleicon.png (512x512) for Claude Desktop display#1605 efedc85 Thanks @Crunchyman-ralph! - Add verbose output mode to loop command with --verbose flag
-v, --verbose flag shows Claude's work in real-time (thinking, tool calls) rather than waiting until the iteration completes--no-output flag excludes full Claude output from iteration results to save memory#1611 c798639 Thanks @Crunchyman-ralph! - Add optional metadata field to tasks for storing user-defined custom data
Tasks and subtasks now support an optional metadata field that allows storing arbitrary JSON data such as:
Key features:
update_task and update_subtask with the metadata parameter to update metadata (requires TASK_MASTER_ALLOW_METADATA_UPDATES=true in MCP server environment)Example usage:
{
"id": 1,
"title": "Implement authentication",
"metadata": {
"githubIssue": 42,
"sprint": "Q1-S3",
"storyPoints": 5
}
}