confirm_transaction
Broadcast a pending chain-write transaction that was held for approval in Gitopia's decentralized Git system. Use when APPROVAL_MODE is enabled to finalize transactions after review.
Instructions
Use this to broadcast a pending chain-write transaction that was held for approval. Requires 'pending_id' (returned by the original tool call when APPROVAL_MODE is enabled). The transaction must belong to the current session and not be expired. See also: list_pending_transactions, reject_transaction.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pending_id | Yes | The ID of the pending transaction to confirm |