Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GIT_COMMITTER_NAME | No | The name to be used for the git committer (will have '(aider)' appended) | |
GIT_COMMITTER_EMAIL | No | The email to be used for the git committer |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
commit_staged | Commit staged changes with a specific message, appending "(aider)" to the committer name. |