complete_bug
Records a fix summary and marks the bug as resolved, closing it in the QA workflow to progress to the next pending issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bug | Yes | 从 wait_for_bug_report 返回的完整 bug 对象(必须包含 id、sourceLocation、description 等原始字段) | |
| fixSummary | No | 修复摘要,格式:'文件路径:行号 — 一句话描述改了什么',例如:'src/pages/hotel/list/index.tsx:226 — 将「重置」改为「清空」' |