Augment Code Brings Its Coding Agent to the Terminal

Wait 5 sec.

The current trend is for coding agents to move from the IDE to the command line. There’s Anthropic’s Claude Code, Google’s Gemini CLI, OpenAI’s Codex CLI and Aider, for example. Missing from the group, at least until today, was Augment Code, which has been positioning itself as the AI coding tool for the enterprise. As part of its launch week, Augment Code today launched its Auggie CLI coding agent.That’s in addition to other new features launched this week including an update to its context engine, which can now take information from the last 10,000 commits to a branch into account, a 1-click integration that connects Augment Code to tools like CircleCI, MongoDB, Redis, Sentry and Stripe, and task lists to help guide the coding agents by specifying multistep processes for the agent to follow.But the highlight of the releases is definitely the CLI agent and Augment Code is putting a different spin on its agent compared to other companies. While the agent can be used in an interactive mode to go back and forth with the developer as it implements features and gets feedback, similar to Claude Code, for example, the team is positioning its CLI agent as a tool for automation, too.“We were seeing everything that was happening with Claude Code and we were trying to understand if it would it make sense for us to build something like this, given that we already have an IDE feature,” Augment Code co-founder Guy Gur-Ari told me in an interview ahead of today’s announcement. “For us, this is really about the ability to automate, because we want to go beyond the inner loop. We want to go and let developers automate as much of the software development lifecycle as they can.”As Augment Code’s CEO Matt McClernan also noted when I talked to him, the team was somewhat surprised to see that its users really wanted to work within the CLI.McClernan, who joined the company last December, took over from Scott Dietzen in the CEO role only a few weeks ago, echoed Gur-Ari’s comments and noted that a lot of customers were looking for ways to bring Augment Code and its context engine into their workflows and into the CI/CD pipeline. The CLI agent, he said, will allow developers to build out temples and scripts for their specific use cases.As for the interactive experience, the team says it will look and feel quite a bit like existing CLI agents. At this point, that’s a pretty well-trodden path, and it looks like Augment Code isn’t trying to reinvent the wheel there.It’s the non-interactive mode where things get interesting. “We want you to be able to take the same exact prompts [from the interactive mode] and just run the tool in non-interactive mode and then get some level of control over how much non-interactivity  you want,” he said, hinting that there may be moments where the AI agent still has to prompt the developer for more information. “Do you want to see the full dialog history? Or if you just trust that it works and you really just want the final answer from the model without all the tool calls? Then you can do that as well, because that allows for even more scripting, right? Because then, you can just run the tool inside Unix pipes even, as a part of your workflow.”The team noted that the CLI agent is essentially the same agent the company uses everywhere, so it uses the same context engine as the rest of Augment Code’s tooling. It’s this context engine, the company has long argued, that sets it apart from the competition (though GitLab, for example, makes similar claims).The post Augment Code Brings Its Coding Agent to the Terminal appeared first on The New Stack.