Skip to main content

Overview

Auggie (Augment Code CLI) is a closed-source AI agent with Node.js runtime, supporting interactive TUI, headless exec mode, and ACP (Agent Communication Protocol) daemon.
Binary path: ~/.local/bin/auggie
Config: ~/.augment/
License: Proprietary (Augment Computing, Inc.)

Sandbox Profile

(allow file-read* file-write*
    (home-prefix "/.local/bin/auggie")
    (home-subpath "/.augment")
)

Running in Safehouse

# Interactive mode with network
safehouse --enable=network --add-dirs="$PWD" -- auggie

# Non-interactive exec mode
safehouse --enable=network --add-dirs="$PWD" -- auggie exec "query"

Key Features

  • Tool permission system (allow/deny/ask-user)
  • MCP integration (as both client and server)
  • Custom commands/skills via markdown files
  • Background agent execution
  • SSO support (SAML 2.0 / OIDC)

Configuration Paths

PathPurpose
~/.augment/session.jsonOAuth session token
~/.augment/settings.jsonUser settings, MCP config
~/.augment/rules/User-specific rules
~/.augment/commands/Custom slash commands

Build docs developers (and LLMs) love