| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A CLI agent bridge for Atom. Run opencode, aider, claude or any custom CLI coding agent with your editor context — no API keys, no cloud service: the package only drives the agent CLI you already have installed.
apm install tmiland-lab/atom-ai
(apm installs straight from GitHub; no package registry needed.)
| Agent | Invocation |
|---|---|
| opencode | opencode run "<prompt>" |
| aider | aider --yes-always --message "<prompt>" <files> |
| claude | claude -p "<prompt>" |
| custom | your command template; the prompt is appended as the last argument |
The agent runs with the project root as its working directory, so it can read and edit the same files you have open.
MIT — see LICENSE.
| Back | FazBrowse Home | New Git URL |