post_agent_reply
Reply to a code review task with a message and record execution metadata including agent info, summary, reason, and changed files.
Instructions
Append a reply to a task thread as an AI agent and record execution metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task id to reply to. | |
| content | Yes | Reply message body. | |
| agentId | Yes | Machine identifier for this agent (e.g. claude-code). | |
| agentName | Yes | Human-readable agent name. | |
| summary | Yes | One-sentence summary of what was done. | |
| reason | No | Why this action was taken. | |
| filesChanged | No | Workspace-relative paths of files the agent changed. |