SUNNO (Simplified Unified Neural Network Operations) is a streamlined AI chatmode for GitHub Copilot designed to enhance GPT-4.1 and GPT-4o performance in VS Code.
- 🎯 Proactive Problem Solving: Automatically fixes issues rather than just reporting them
- 🔧 Intelligent Tool Usage: Effectively uses VS Code tools for debugging and development
- 🧠 Self-Improvement: Automatically refines its approach when instructions aren't working well
- ⚡ Focused Action: Prioritizes getting things done over complex workflows
- Setup: Place the chatmode files in your
.github/chatmodes/
directory - Activate: Use
@workspace /SUNNO-4
or@workspace /SUNNO-4o
in GitHub Copilot Chat - Start Working: Begin with any coding task - SUNNO will enhance your workflow automatically
.github/chatmodes/
├── SUNNO-4.chatmode.md # GPT-4.1 configuration
├── SUNNO-4o.chatmode.md # GPT-4o configuration
└── SUNNO/ # Core instruction files
├── instructions.md # Core behavior and capabilities
├── tools.md # Tool usage guide
├── logic.md # Self-diagnosis and error handling
└── prompts.md # Self-improvement prompts
Defines SUNNO's core behavior: being proactive, self-diagnostic, focused, and decisive with sophisticated reasoning capabilities.
Practical guide for using VS Code tools effectively - search, analysis, editing, testing, and GitHub operations.
Advanced self-diagnosis protocols for handling complex reasoning, unclear situations, and continuous improvement.
Ready-to-use prompts for system diagnostics, self-improvement, and debugging workflows.
- Automatically identifies and fixes code issues
- Runs tests and validates fixes
- Continues until problems are resolved
- Analyzes changes for quality and impact
- Suggests improvements automatically
- Ensures tests still pass
- Monitors its own effectiveness
- Refines instructions when they're not working well
- Adapts approach based on results
Both SUNNO-4 and SUNNO-4o use identical instructions but leverage their respective model strengths:
- SUNNO-4: Enhanced with terminal access for complex debugging
- SUNNO-4o: Optimized for analysis and planning tasks
Run a complete system diagnostic of the SUNNO chatmode. Test all tools and fix any issues found.
Start a debugging session. Find and fix all issues in the current codebase.
Analyze your current performance and automatically implement improvements to be more effective.
SUNNO is designed to improve through use:
- It learns from unclear instructions and refines its approach
- Automatically adjusts when tools don't work as expected
- Focuses on practical results over complex processes
- Demonstrates sophisticated reasoning and analysis
To enhance SUNNO:
- Test with the starter prompts in
prompts.md
- Update the core instruction files based on results
- Keep changes focused on improving effectiveness
- Test changes with real development workflows
MIT License - see LICENSE file for details.