Aider · JSON Structure

Aider Cli Commit Result Structure

CommitResult schema from Aider CLI

Type: object Properties: 2
AIAI Pair ProgrammingDeveloper ToolsCLICommand LineCoding AssistantCode GenerationOpen SourcePythonApache 2.0LLMGitBYO LLMTerminalPolyglotTree SitterRepository MapPair Programming

CommitResult is a JSON Structure definition published by Aider, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

commit_sha commit_message

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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