Set up Auggie credentials for the auggie-context plugin
Configure Auggie credentials for codebase indexing. Run this if you see authentication errors or need to set up Auggie for the first time.
/plugin marketplace add vleytman/1wp-plugins/plugin install auggie-context@1wp-pluginsHelp the user configure their Auggie credentials using auggie login.
Ask the user to run:
auggie token print
If this outputs accessToken and tenantURL, they're already authenticated. Skip to Step 3.
If it shows an error or asks to login, proceed to Step 2.
Instruct the user:
Install Auggie CLI (if not already installed):
Visit https://docs.augmentcode.com/cli for installation instructions.
Login to Auggie:
auggie login
This will:
~/.augment/session.jsonVerify login succeeded:
auggie token print
You should see your accessToken and tenantURL.
After authenticating, restart Claude Code to pick up the new credentials.
Then run /auggie-index to index your codebase.
The Auggie SDK automatically loads credentials from ~/.augment/session.json (created by auggie login). No environment variables or manual configuration needed.
Install the Auggie CLI from https://docs.augmentcode.com/cli
Run auggie login again to refresh your session.
~/.augment/session.json exists