πJAEGIS Extension Manual Installation Guide
π― Quick Fix for Your Issues
You're experiencing these issues because the JAEGIS extension is not installed in VS Code. Here's how to fix it:
π Step-by-Step Installation
Method 1: Direct Installation (Recommended)
π Open VS Code
Launch Visual Studio Code
π§ Open Developer Command
Press
F1orCtrl+Shift+P(Windows/Linux) orCmd+Shift+P(Mac)Type:
Developer: Install Extension from LocationPress Enter
π Select Extension Folder
Navigate to and select this folder:
C:\Users\Lenovo ThinkPad T480\Desktop\JAEGIS\JAEGIS-METHODClick "Select Folder"
π Restart VS Code
Close VS Code completely
Reopen VS Code
The extension should now be active
Method 2: Package Installation
π¦ Package the Extension
π₯ Install the Package
In VS Code, press
F1Type:
Extensions: Install from VSIXSelect the generated
.vsixfileRestart VS Code
Method 3: Manual Copy (Alternative)
π Find VS Code Extensions Folder
Windows:
%USERPROFILE%\.vscode\extensionsMac:
~/.vscode/extensionsLinux:
~/.vscode/extensions
π Copy Extension
Copy the entire
JAEGIS-METHODfolder to the extensions directoryRename it to
jaegis-code.jaegis-vscode-extension-1.0.0Restart VS Code
β
Verification Steps
After installation, verify Dakota is working:
1. Check Extension is Loaded
Open VS Code
Go to Extensions panel (
Ctrl+Shift+X)Search for "JAEGIS"
You should see "JAEGIS AI Agent Orchestrator"
Ensure it's enabled
2. Test Dakota Commands
Press
Ctrl+Shift+P(Windows/Linux) orCmd+Shift+P(Mac)Type "Dakota" - you should see:
β
Dakota: Dependency Auditβ
Dakota: Modernize Dependenciesβ
Dakota: Start Monitoringβ
Dakota: Security Scanβ
Dakota: Update Outdatedβ
Dakota: Generate Reportβ
Dakota: License Analysis
3. Test Basic Functionality
Open a project with a
package.jsonfileRun
Dakota: Dependency AuditYou should see Dakota analyzing your dependencies
π£ Augment Integration
For the purple JAEGIS buttons in Augment:
Prerequisites
Install Augment Code Extension
Go to VS Code Extensions
Search for "Augment Code"
Install the official Augment extension
Ensure JAEGIS Extension is Active
JAEGIS must be installed and enabled first
Restart VS Code after installing both extensions
Finding Purple Buttons
Open Augment Interface
Look for Augment icon in VS Code sidebar
Or use Command Palette: "Augment: Open"
Look for JAEGIS Workflows
In Augment interface, look for:
π Dakota: Dependency Audit
β¬οΈ Dakota: Dependency Modernization
π‘οΈ Dakota: Security Scan
These should appear as workflow options
π§ Troubleshooting
Commands Not Appearing?
Check Extension Status
Check Developer Console
Force Reload
Check Activation
Augment Buttons Missing?
Verify Both Extensions
β JAEGIS AI Agent Orchestrator (enabled)
β Augment Code (enabled)
Check Augment Version
Ensure you have a recent version of Augment
Some older versions may not support workflow providers
Restart Both Extensions
Extension Won't Load?
Check VS Code Version
Minimum required: VS Code 1.92.0+
Update VS Code if needed
Check Node.js Version
Minimum required: Node.js 20.0.0+
Current detected: Node.js 24.1.0 β
Reinstall Extension
Remove from Extensions panel
Follow installation steps again
π― Expected Results After Installation
Command Palette
When you type "Dakota" in Command Palette, you should see:
Augment Interface
In Augment workflows, you should see:
Status Bar
You should see JAEGIS status in the bottom status bar:
π Still Having Issues?
If you're still experiencing problems:
Check the exact error messages in VS Code Developer Console
Verify file permissions on the extension folder
Try a clean VS Code workspace (new window)
Check for conflicting extensions that might interfere
The extension is properly implemented and compiled - the issue is just getting it installed and activated in VS Code. Once installed, Dakota will work exactly as designed!
π Success Indicators
You'll know it's working when:
β Dakota commands appear in Command Palette
β Purple JAEGIS workflows appear in Augment
β Status bar shows "JAEGIS: Ready"
β Extension appears in Extensions panel as enabled
β No errors in Developer Console
Once installed, Dakota will revolutionize your dependency management! π
Last updated