Aider · Example Payload

Aider Cli Edit Result Example

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

Aider Cli Edit Result Example is an example object payload from Aider, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

files_changedcommit_shacommit_messagetokens_intokens_out

Example Payload

Raw ↑
{
  "files_changed": [
    "src/main.py"
  ],
  "commit_sha": "a1b2c3d4e5f6",
  "commit_message": "feat(cache): switch to LRU eviction policy",
  "tokens_in": 4231,
  "tokens_out": 1284
}