Version History
Track the architectural evolution and release milestones of Mind Palace.
[0.4.2-alpha] - 2026-01-27
Added
- Recall Type Shortcuts:
palace recall decisions,palace recall ideas,palace recall learningsnow work as shortcuts for--typefilter - Entry Point Detection:
palace explore --map mainnow explains that entry points (main, init, Test*, handlers) are called by the runtime - Low-Confidence Input Rejection: Store command now rejects ambiguous input (less than 40% confidence with no signals) with helpful classification tips
- Explore Flag Reordering:
palace explore "query" --fullnow works (flags can come after positional arguments) - Clean Command Feedback: Shows detailed status even when nothing needs cleanup (Sessions: all healthy, Agents: none stale, etc.)
- Unified Help System:
--helpflag now shows the same formatted help aspalace help <command>
Changed
- Store Help: Updated to document
--confidenceand--tagflags with examples - Recall Help: Updated to document type shortcuts and all filtering options
- Main Help: Removed vestigial GOVERNANCE/proposals section (workflow deprecated)
- Confidence Display: Learnings in compact recall view now show percentage (50%) instead of bar chart for consistency
- VS Code Extension: Slimmed down to status bar + LSP only (removed sidebar views)
Removed
- Dashboard: Web dashboard removed - use CLI commands (
palace status,palace recall,palace explore) instead - VS Code Sidebar: Blueprint, Knowledge, Sessions, and Corridor views removed
- VS Code Commands: Removed sidebar-related commands (store, sessions, knowledge graph, etc.)
Fixed
- Recall Type Filter:
palace recall decisionsno longer incorrectly treated as a search query - Explore —full: Flag after query no longer consumed as part of query string
- Help Consistency:
palace store --helpnow matchespalace help storeoutput
0.4.1-alpha (2026-01-17)
Governance and quality improvements.
Changes
- Governance System: Complete proposal workflow with
proposals,approve,rejectcommands - Direct Write Mode:
--directflag for bypassing proposals (human-only) - Enhanced MCP Tools: Improved tool descriptions for AI agents
- Documentation: Updated CLI reference and governance docs
Release Characteristics
| Aspect | Status |
|---|---|
| Stability | Alpha (Experimental but stable commands) |
| Database | SQLite with proposals table |
| Platform Support | macOS (Primary), Linux (Partial), Windows (Exp) |
Useful Links
0.0.1-alpha (2026-01-01)
The genesis of Mind Palace. This release establishes the core “Second Brain” architecture and provides a stabilized, high-fidelity CLI experience.
Genesis Highlights
- Intelligence CLI: A curated set of 8 core commands providing structural and semantic access to your codebase.
- The Brain Engine: A foundational persistent memory system for tracking the “Why” (Ideas, Decisions, and Learnings).
- Call Graph Intelligence: Deep symbol relationship tracing using Tree-sitter for deterministic impact analysis.
- MCP Infrastructure: Seamless connectivity for AI agents via the Model Context Protocol.
- LSP Server: Real-time editor diagnostics for pattern violations and contract mismatches.
- VS Code Extension: Minimal status bar + LSP client integration.
Release Characteristics
| Aspect | Status |
|---|---|
| Stability | Alpha (Experimental but stable commands) |
| Migrations | None (Initial Baseline) |
| Platform Support | macOS (Primary), Linux (Partial), Windows (Experimental) |
Useful Links
Last updated on