JAEGIS AI Agent Orchestrator - Augment Integration
๐ฏ Overview
The JAEGIS AI Agent Orchestrator now provides seamless integration with the Augment AI Code extension, offering JAEGIS functionality as menu options directly within Augment's interface. This integration provides the best of both worlds: Augment's powerful AI coding capabilities combined with JAEGIS's collaborative AI agent workflows.
๐ Features
Workflow Integration
Documentation Mode: Generate comprehensive project documentation (PRD, Architecture, Checklist)
Full Development Mode: Complete application development with AI agents
Debug & Troubleshoot: Systematic issue diagnosis and resolution
Continue Project: Resume work on existing projects with context awareness
Task Overview: View and manage project tasks and progress
Continuous Execution: Autonomous workflow execution without user prompts
Feature Gap Analysis: Analyze missing features and implementation gaps
GitHub Integration: Automated GitHub workflow and issue management
Menu Integration
Main Menu Items: JAEGIS workflows accessible from Augment's main menu
Context Menu Items: Right-click options for files and folders
Command Palette: All JAEGIS commands available via Ctrl+Shift+P
Status Bar Integration: Real-time status and progress updates
Smart Detection
Automatic Integration: Detects Augment extension and integrates automatically
Fallback Support: Works standalone if Augment is not available
API Compatibility: Adapts to different Augment API versions
๐ Installation & Setup
Prerequisites
VS Code: Version 1.92.0 or higher
Node.js: Version 20.0.0 or higher
Augment AI Code Extension: Latest version (optional but recommended)
Installation Steps
Install JAEGIS Extension:
Install Augment Extension (if not already installed):
Restart VS Code to activate both extensions
Verify Integration:
Open Command Palette (
Ctrl+Shift+P)Search for "JAEGIS" commands
Check status bar for JAEGIS indicator
๐ฎ Usage
Quick Start
Open a Project in VS Code with Augment
Access JAEGIS Workflows:
Via Augment Menu: Look for "JAEGIS Workflows" in Augment's main menu
Via Command Palette: Press
Ctrl+Shift+Pand search "JAEGIS"Via Context Menu: Right-click files/folders for JAEGIS options
Via Status Bar: Click JAEGIS status indicator
Choose a Workflow:
Documentation Mode: For project planning and documentation
Full Development Mode: For complete application development
Debug Mode: For troubleshooting and issue resolution
Workflow Examples
Documentation Mode
Debug Mode
Full Development Mode
๐ง Configuration
JAEGIS Settings
Access via: File > Preferences > Settings > Extensions > JAEGIS AI Agent Orchestrator
Key Settings:
JAEGIS.autoInitialize: Auto-setup JAEGIS in new workspaces (default: true)JAEGIS.defaultMode: Default mode for new projects (default: documentation)JAEGIS.enableRealTimeMonitoring: Real-time workspace monitoring (default: true)JAEGIS.statusBarIntegration: Show status in VS Code status bar (default: true)JAEGIS.intelligentRecommendations: Enable AI-driven recommendations (default: true)
Augment Integration Settings
๐ฏ Available Commands
Core Workflows
JAEGIS.activateDocumentationMode: Generate comprehensive documentationJAEGIS.activateFullDevelopmentMode: Start full development workflowJAEGIS.debugMode: Activate debug and troubleshoot modeJAEGIS.continueProject: Resume existing project workJAEGIS.taskOverview: View project tasks and progress
Quick Actions
JAEGIS.quickModeSelect: Quick workflow selection (Ctrl+Shift+B)JAEGIS.autoSetup: Auto-setup project with JAEGISJAEGIS.analyzeProject: Analyze current projectJAEGIS.showStatus: Display current JAEGIS status
File-Specific Actions
JAEGIS.debugCurrentFile: Debug the active fileJAEGIS.documentCurrentFile: Generate documentation for active fileJAEGIS.debugSelection: Debug selected codeJAEGIS.explainCode: Explain current code contextJAEGIS.generateTests: Generate tests for current file
Folder Actions
JAEGIS.analyzeFolder: Analyze specific folderJAEGIS.generateDocsForFolder: Generate documentation for folder
๐ Integration Details
Augment API Integration
The JAEGIS extension integrates with Augment through:
Workflow Provider API: Registers JAEGIS workflows as native Augment workflows
Menu Provider API: Adds JAEGIS menu items to Augment's interface
Command Integration: Makes JAEGIS commands available in Augment's command system
Progress Reporting: Provides real-time progress updates through Augment's UI
Fallback Behavior
If Augment is not available or doesn't support the integration API:
JAEGIS functions as a standalone VS Code extension
All functionality remains available through VS Code's native interfaces
Menu items are added to VS Code's standard menus
Status bar integration provides progress updates
API Compatibility
The integration is designed to work with multiple Augment API versions:
Primary Integration: Full workflow and menu provider APIs
Basic Integration: Command registration and basic menu items
Fallback Integration: Standard VS Code extension behavior
๐ ๏ธ Development
Building the Integration
Testing Integration
๐ Documentation
Additional Resources
API Documentation
๐ค Contributing
We welcome contributions to improve the Augment integration! Please see our Contributing Guide for details.
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
๐ Support
Issues: GitHub Issues
Discussions: GitHub Discussions
Documentation: Wiki
The future of AI-assisted development is here! ๐
Combine the power of Augment's AI coding capabilities with JAEGIS's collaborative AI agent orchestration for the ultimate development experience.
Last updated