Aider · JSON Structure

Aider Cli Drop Files Request Structure

DropFilesRequest schema from Aider CLI

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

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

Properties

files

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-drop-files-request-structure.json",
  "name": "DropFilesRequest",
  "description": "DropFilesRequest schema from Aider CLI",
  "type": "object",
  "properties": {
    "files": {
      "type": "array",
      "description": "List of file paths to remove from chat context. Omit to drop all files.",
      "items": {
        "type": "string",
        "example": "src/legacy.py"
      },
      "example": [
        "src/legacy.py"
      ]
    }
  }
}