Skip to content

Commit dc4a39c

Browse files
Add T14 (NPE bug) to TASK_QUEUE.json
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 286fab4 commit dc4a39c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

TASK_QUEUE.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@
5757
"status": "todo",
5858
"notes": "Do after plugin registration tests exist so we can verify the refactor doesn't break registration. Also resolves T10 (unnecessary MCP reflection)."
5959
},
60+
{
61+
"id": "T14",
62+
"title": "Fix NPE when ChatResponse metadata is null",
63+
"description": "ActivityChatModel.toResponse() passes null metadata to ChatResponse.builder().metadata(null), which causes an NPE in Spring AI's builder. Fix: skip .metadata() call when metadata is null, or pass an empty ChatResponseMetadata.",
64+
"severity": "high",
65+
"category": "bugfix",
66+
"depends_on": [],
67+
"status": "todo"
68+
},
6069
{
6170
"id": "T7",
6271
"title": "Add max iteration limit to ActivityChatModel tool loop",

0 commit comments

Comments
 (0)