Notes from the merge queue.
How we build vemlor, and what we learn running agents in production.
- Dependency updates with an agent instead of Renovate bots Renovate opens the PR and stops. An agent reads the changelog, fixes the breaking changes, and hands you a green merge request.
- From issue to merged PR without opening your editor The full path of one vemlor task: an issue becomes a task, a runner executes your agent, and a reviewed merge request comes back.
- Why we built vemlor A control plane for coding agents, so you bring the agent and the subscription, and we run everything around it.