Skip to Content
Mind Palace 0.4.2-alpha is out. Check it out →
FeaturesDashboard (Deprecated)

Dashboard (Deprecated)

Note: The Dashboard has been deprecated as of v0.4.2. All functionality is available through CLI commands.

Migration Guide

The following CLI commands replace Dashboard functionality:

Dashboard FeatureCLI Alternative
Rooms Explorerpalace explore --rooms
Call Graphpalace explore --map <symbol>
Sessionspalace session list
Learningspalace explore --type learning
File Intelligencepalace brief <file>
Proposalspalace proposals
Health Overviewpalace check

Examples

# Browse all rooms palace explore --rooms # Visualize call graph for a function palace explore --map handleUserLogin # List all sessions palace session list # Get file intelligence palace brief src/auth/jwt.go # Check workspace health palace check

For more details, see the CLI Reference.

Last updated on