aider

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Adapter

type Adapter struct{}

Adapter implements the aider integration.

aider has no MCP support. Integration strategy:

  • Install creates a lint wrapper script for use with --lint-cmd. The script calls devtap drain and outputs errors as plain text.
  • Usage: aider --lint-cmd "sh .devtap-aider-lint.sh" --auto-lint

func New

func New() *Adapter

New creates a new aider adapter.

func (*Adapter) DiscoverSessions

func (a *Adapter) DiscoverSessions(projectDir string) ([]adapter.Session, error)

DiscoverSessions returns sessions based on the project directory. aider doesn't have persistent sessions.

func (*Adapter) Install

func (a *Adapter) Install(config adapter.InstallConfig) error

Install creates a lint wrapper script for aider integration and injects devtap instructions into a project instruction file.

func (*Adapter) Name

func (a *Adapter) Name() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL