Skip to content

Digital-Defiance/aider-vision-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13,159 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aider Vision Core

Headless Aider engine fork for Aider Vision — a native desktop app (Tauri + React), not a VS Code clone. This repo is the core Python package: CLI, HTTP API, git/submodule workspaces, and docs for integrators.

We support Aider Vision, not this fork as a standalone product. Engine behavior and community live at aider.chat and Aider-AI/aider.

Vision Core additions

  • HTTP APIaider-vision-core-serve (FastAPI + SSE) for the Vision app and other clients
  • Headless runtime — non-interactive flows for GUI-driven confirm/cancel
  • Git submodule workspaces — superproject roots with nested submodules
  • Upstream alignment — regular merges from Aider-AI/aider; small Vision-only delta

Install

python -m pip install -U aider-vision-core

# HTTP server (default http://127.0.0.1:8741)
aider-vision-core-serve --workspace /path/to/git/repo

# CLI (same engine as upstream `aider`, renamed binary)
cd /path/to/your/project
aider-vision-core --model sonnet --api-key anthropic=<key>

Documentation

Links

Aider Vision (app) https://aider-vision.digitaldefiance.org/
Aider (upstream) https://aider.chat/ · https://github.com/Aider-AI/aider
Issues (engine) https://github.com/Digital-Defiance/aider-vision-core/issues

About

aider is AI pair programming in your terminal

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 81.4%
  • Shell 4.5%
  • CSS 3.9%
  • Tree-sitter Query 3.6%
  • JavaScript 3.4%
  • HTML 1.8%
  • Other 1.4%