git-show
Detail for a single commit — message, files, diff.
id tool/git-showv1.0.0function git_show
Signature
| Parameter | Type | Required | Description |
|---|---|---|---|
sha | string | yes | Commit SHA or ref |
| returns | object | Commit detail with diff. |
Tool definition for the model
{
"name": "git_show",
"description": "Return the detail of a commit.",
"input_schema": {
"type": "object",
"properties": {
"sha": {
"type": "string",
"description": "Commit SHA or ref"
}
},
"required": [
"sha"
]
}
}Author convergent-systems-key. Source convergent-systems-co/agent-atoms (original ↗). License Apache-2.0. Re-typed from tool-definition by scripts/migrate-policy-tool.py.