Advanced Features¶
Advanced features, architecture documentation, and systems in SuperQode for power users, developers, and custom workflows.
Architecture & Internals¶
-
Architecture Overview
High-level system architecture and how components work together.
-
Execution Pipeline
How QE sessions run from request to report generation.
-
Workspace Internals
Ephemeral workspace isolation, snapshots, and revert guarantees.
-
Safety & Permissions
Security model, permission rules, and dangerous operation handling.
-
Evaluation Engine
Framework for testing QE capabilities with structured scenarios.
Features¶
-
Memory & Learning
Persistent learning system that remembers patterns and learns from feedback.
-
Tools System
Comprehensive tool system with 20+ tools for AI coding agents.
-
Guidance System
Verification-first system prompts that guide QE agents.
-
Harness System
Fast validation for QE-generated patches before inclusion in QRs, including BYOH custom steps.
-
Session Management
Persistent session storage, sharing, and coordination.
-
Terminal UI
Rich terminal interface with widgets and interactive features.
System Architecture¶
These advanced features work together to provide a complete QE platform:
- Memory & Learning: Learns from feedback
- Guidance System: Guides agent behavior
- Harness System: Validates suggestions
- Session Management: Persists work
- Tools System: Provides capabilities
Configuration¶
Most advanced features are configured in superqode.yaml:
superqode:
qe:
# Guidance
guidance:
enabled: true
...
# Harness
harness:
enabled: true
...
# Memory (automatic)
# ML (automatic)
# Session (automatic)
Next Steps¶
- Configuration Reference - Full config options
- QE Features - QE features overview
- CLI Reference - Command reference