Endor
endorhq.bsky.social
Endor
@endorhq.bsky.social
We're just getting started! Our roadmap includes more integrations, support for additional AI agents, and sandbox backends

🧑‍🚀 Join our Discord discord.gg/VGzGVWxrXz
💫 Star us on GitHub github.com/endorhq/rover
Join the EndorHQ Discord Server!
Check out the EndorHQ community on Discord - hang out with 17 other members and enjoy free voice and text chat.
discord.gg
January 29, 2026 at 8:32 AM
Big thanks to Ben for contributing key features to v2.0 🧑‍🚀:

- Hooks: run scripts on task completion, merge, or push
- GitHub issue tracking with --from-github
- Sandbox network allowlists
- File exclusion patterns for sensitive and non-relevant files

github.com/endorhq/rove...
Release cli v2.0.0 · endorhq/rover
What's Changed chore: rename common package to core by @Angelmmiguel in #363 feat: cache container image for task consistency on restart by @ereslibre in #331 feat: add central directory managemen...
github.com
January 29, 2026 at 8:32 AM
Create custom workflows tailored to your projects: security reviews, compliance checks, documentation standards, and any process you want agents to follow consistently.

You can learn how to write your first workflow on docs.endor.dev/rover/guides...
Write workflows
Use Rover to create your own custom workflows
docs.endor.dev
January 29, 2026 at 8:32 AM
These days, working on multiple projects is the norm. In v2, you can list, inspect, create and merge coding tasks in multiple projects at the same time. Forget about having a shell per project.

rover list --project my-app
January 29, 2026 at 8:32 AM
Coding agents behave differently even under the same workflow. Each agent has its own strengths, weaknesses, and coding style.

Use the --agent flag multiple times in rover task and Rover will spawn one task per agent so you can easily compare their solutions.
December 5, 2025 at 3:13 PM
Often, agents finish 90-95% of your request, leaving some minor follow-up changes. Running a full workflow process might be unnecessary, as agents can complete these little tasks in a single prompt.

Now, you can iterate tasks interactively.
December 5, 2025 at 3:13 PM
The new VSCode extension adds support for additional workflows, like the tech-writer. Run tasks and monitor them directly from VSCode while you stay focused on your main work

Let Rover manage your agents in the background
November 26, 2025 at 3:13 PM
From v1.6, your agents have access to multiple Alpine package repositories through our Package Manager MCP server. Agents can install software from a trusted source on demand.

We’ve used this to bump old projects to newer versions while ensuring everything works properly

github.com/Angelmmiguel...
feat: add ruby 3.2 to the testing suite and fix the rails 6.X tests by Angelmmiguel · Pull Request #48 · Angelmmiguel/material_icons
Add ruby 3.2 to the CI test matrix and fix current issues with the rails 6.X versions.
github.com
November 26, 2025 at 3:13 PM
Rover aims to work with your existing coding agent setup, so it needs to work across different environments. Some Rover users in corporate environments have reported issues running agents like Claude Code using third-party AI services, such as Google Vertex AI
October 17, 2025 at 2:13 PM
A workflow is a powerful tool for coding agents. Providing clear steps to complete complex tasks usually leads to better results when you want agents to operate autonomously in the background.

In this version, we’ve developed the foundations of a new way to define workflows using YAML files
October 17, 2025 at 2:13 PM
Version 1.2 introduces a new internal tool called rover-agent to manage the agents in the container sandbox. Previously, we were using plain scripts to initialize the environment, install the agent, configure it, and run the workflow to complete the task
October 17, 2025 at 2:13 PM