Aug 29 2025

Auggie CLI Agent Now Available in Coder Tasks

M Atif Ali
M Atif Ali

We are excited to announce the release of the Auggie CLI agent from Augment Code, now officially supported and ready for use in Coder Tasks! This integration lets you run Auggie directly inside your Coder workspace, so you can automate common tasks like dependency updates, code scaffolding, or environment setup without leaving your IDE or moving code out of your secure environment.

Integrating Auggie with Coder allows developers to leverage Augment Code’s powerful CLI agent within a secure and collaborative environment, offering unparalleled automation and efficiency directly within their workspaces

What makes Auggie different from other CLI agents

  1. Deep codebase intelligence: Auggie doesn't just see the files you show it—it knows and understands your entire codebase autonomously using Augment's leading context engine.

  2. Robust security features: Every action requires explicit proof-of-possession, enforced through SHA-256 file hashing. Service tokens verify organization membership and enforce scoped permissions, ensuring that access is always intentional and limited. Even Auggie’s own engineers can’t bypass access controls. They are SOC II Type 2, ISO 42001 certified.

  3. Created for the enterprise: Auggie was built for professional engineers and their teams working on large, complex codebases.

Auggie and Coder: Better together

Pairing Auggie with Coder unlocks an extra layer of enterprise-grade control.

  • With Auggie: you get a highly secure, cryptographically enforced agent, complete with proof-of-possession checks, scoped service tokens, and enterprise-grade certifications.
  • With Coder: you decide where that agent runs, whether that’s on your own infrastructure, in your private cloud, or even in an air-gapped environment. Unlike SaaS agent runners (such as Daytona, Cloudflare containers, or other hosted providers), Coder ensures your code and data never leave your compliance boundary.

Together, you get the best of both worlds:

  • Intelligent automation without sacrificing sovereignty: Auggie enforces what actions are allowed, while Coder ensures they only happen inside environments you control. This is especially powerful for regulated industries like finance, healthcare, and defense, where both agent-level security and execution-environment control are non-negotiable.
  • Seamless IDE collaboration: Auggie integrates directly with your preferred IDE inside Coder. Whether you use VS Code, IntelliJ, or another editor, Auggie can assist with automation tasks without breaking your flow.
  • Streamlined automation pipelines: Auggie’s autonomous agents can be orchestrated alongside your existing Coder Tasks, enabling a more automated development pipeline and freeing your team to focus on higher-level problem-solving and innovation.

Getting started with Auggie in Coder

  1. Install Coder
  2. Set up your first template
  3. Add Auggie CLI module by dropping the following snippet in your template.
module "auggie" {
  source   = "registry.coder.com/coder-labs/auggie/coder"
  version  = "0.1.0"
  agent_id = coder_agent.example.id
  folder   = "/home/coder/project"
}

For any inquiries or support, please open an issue here or join our Discord community.

With Auggie’s intelligent automation and Coder’s secure, developer-friendly environment, teams can confidently embrace autonomous agents without compromising security or compliance.

Subscribe to our newsletter

Want to stay up to date on all things Coder? Subscribe to our monthly newsletter and be the first to know when we release new things!