Aider · JSON Structure

Aider Cli Shell Result Structure

ShellResult schema from Aider CLI

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

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

Properties

exit_code stdout stderr

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-shell-result-structure.json",
  "name": "ShellResult",
  "description": "ShellResult schema from Aider CLI",
  "type": "object",
  "properties": {
    "exit_code": {
      "type": "int32",
      "description": "Process exit code.",
      "example": 0
    },
    "stdout": {
      "type": "string",
      "example": "12 passed in 1.42s"
    },
    "stderr": {
      "type": "string",
      "example": ""
    }
  }
}