Commit 3a43936
fix: add missing items definition to labelIds array schema
The plan_update_issue tool schema defined labelIds as type "array"
without an items definition, causing HTTP 400 from the LLM API on
every session that loaded planner tools — including unrelated cron jobs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c6031be commit 3a43936
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| 411 | + | |
411 | 412 | | |
412 | 413 | | |
413 | 414 | | |
| |||
0 commit comments