Aider · Example Payload

Aider Cli Diff Result Example

Artificial IntelligenceAI Pair ProgrammingDeveloper ToolsCLICommand LineCoding AssistantCode GenerationOpen-SourcePythonApache 2.0LLMGitBYO LLMTerminalPolyglotTree-sitterRepository MapPair Programming

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

Top-level fields

unified_difffiles_changed

Example Payload

Raw ↑
{
  "unified_diff": "--- a/src/main.py\n+++ b/src/main.py\n@@ -1,3 +1,3 @@\n-print('hi')\n+print('hello')\n",
  "files_changed": [
    "src/main.py"
  ]
}