πJAEGIS Extension Setup & Configuration Guide
π Quick Setup Checklist
β
1. Icon Setup
β
2. Extension Testing
Your extension is already compiled and ready! Here's how to test it:
In VS Code Insiders (Extension Development Host):
Press
Ctrl+Shift+Pto open Command PaletteType "JAEGIS" to see all available commands:
JAEGIS: Quick Mode Selection(Ctrl+Shift+B)JAEGIS: Activate Documentation ModeJAEGIS: Activate Full Development ModeJAEGIS: Continue Existing ProjectJAEGIS: Task List OverviewJAEGIS: Debug & Troubleshoot ModeJAEGIS: Continuous Execution ModeJAEGIS: Feature Gap Analysis ModeJAEGIS: GitHub Integration & Documentation ModeJAEGIS: Scan Workspace(Ctrl+Shift+Alt+S)JAEGIS: Auto Setup Project(Ctrl+Shift+Alt+I)
β
3. Augment Code Integration
YES! This extension will work perfectly with Augment Code! Here's why:
π€ Compatibility Features:
VS Code Extension: Works in any VS Code environment including Augment Code
Command Palette Integration: All JAEGIS commands accessible via
Ctrl+Shift+PKeyboard Shortcuts: Quick access without interfering with Augment Code
Context Menu Integration: Right-click folder β "Auto Setup Project"
Status Bar Integration: Shows JAEGIS status alongside other extensions
π Workflow Integration:
Use Augment Code for your regular AI coding assistance
Use JAEGIS for:
Project planning and documentation
AI agent orchestration
Architecture design
Task breakdown and management
Multi-agent collaboration workflows
π‘ Recommended Workflow:
β
4. Configuration Options
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)
β
5. Publishing Your Extension
When ready to share:
π― Testing Commands
Start Here:
JAEGIS: Quick Mode Selection- Main entry pointJAEGIS: Scan Workspace- Analyze current projectJAEGIS: Auto Setup Project- Initialize JAEGIS structure
Documentation Workflow:
JAEGIS: Activate Documentation ModeFollow the AI agent prompts
Get professional handoff documents
Development Workflow:
JAEGIS: Activate Full Development ModeSelect AI agents for your project
Collaborate with AI team
π§ Troubleshooting
Extension Not Loading:
Check VS Code Insiders is running in Extension Development Host mode
Look for "[Extension Development Host]" in window title
Check terminal for compilation errors
Commands Not Appearing:
Press
Ctrl+Shift+Pand type "JAEGIS"Check if extension is activated (status bar should show JAEGIS status)
Try reloading window:
Ctrl+Shift+Pβ "Developer: Reload Window"
Icon Not Showing:
Convert SVG to PNG (128x128px)
Save as
images/JAEGIS-icon.pngRecompile:
npm run compile
π Next Steps
Test all commands in Extension Development Host
Create the PNG icon from the provided SVG
Configure settings to your preferences
Use alongside Augment Code for enhanced AI development
Package and share when ready!
π Your JAEGIS extension is ready to revolutionize your AI-assisted development workflow!
Last updated