Aider · Schema

CommitResult

CommitResult schema from Aider CLI

AIAI Pair ProgrammingDeveloper ToolsCLICommand LineCoding AssistantCode GenerationOpen SourcePythonApache 2.0LLMGitBYO LLMTerminalPolyglotTree SitterRepository MapPair Programming

Properties

Name Type Description
commit_sha string
commit_message string
View JSON Schema on GitHub

JSON Schema

aider-cli-commit-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aider/refs/heads/main/json-schema/aider-cli-commit-result-schema.json",
  "title": "CommitResult",
  "description": "CommitResult schema from Aider CLI",
  "type": "object",
  "properties": {
    "commit_sha": {
      "type": "string",
      "example": "f1e2d3c4b5a6"
    },
    "commit_message": {
      "type": "string",
      "example": "chore: format imports"
    }
  }
}