@paintless/agent-command
v0.1.0
Published
Paintless agent adapter that runs any CLI agent from a command template
Maintainers
Readme
@paintless/agent-command
Agent adapter that runs any CLI agent from a command template.
import { command } from '@paintless/agent-command'
export default defineConfig({
agents: { aider: command('aider --message {prompt} --yes') },
routes: [{ when: { env: 'dev' }, run: 'aider' }],
}){prompt} is substituted as a single argument — aider, codex, gemini or your own
script work without an adapter of their own.
Part of Paintless — click an element in a running app, describe the change, let an agent make it. Docs: https://kyechan99.github.io/paintless/
MIT © kyechan99
