Skip to content

Automations

Automations are prompts that run on their own on a schedule: every minute, every hour, every day… like cron, but in plain human language. Use them to leave work running unsupervised: “review the new issues every morning”, “summarize progress every Friday”, “keep an eye on the tests staying green”.

  1. Open the Automatizaciones (Automations) panel.
  2. Hit Crear automatización (Create automation) — or start from a template (the “Plantillas” / Templates tab) and adjust it.
  3. Write the prompt (what the agent should do on each run) and set the schedule. There are one-off runs too.
  4. Save. It shows up in the Configuradas (Configured) tab, with its Active / Paused switch.
Configured automations: schedule, status, and last run for each one.
  • Ejecutar ahora (Run now) launches any automation by hand, without waiting for its schedule.
  • The Historial (History) tab keeps every run — manual, scheduled, or recovered — and you can expand each entry to see the detail of what the agent did.

By default, automations run only while the app is open. If you turn on the daemon (“Ejecución en segundo plano ACTIVA” — Background execution ACTIVE), they run even with the app closed.

Automation runs generate notifications, and if you have the mobile app paired, they reach your phone too — including any pending approvals an automation may need.

Templates give you the starting point: dependency review, weekly report, branch cleanup…