← Blog
April 30, 2026

MentisDB 0.9.7.43 - Dashboard Skill Editing and Stdio Reliability

0.9.7.43 turns the web dashboard into a safer skill maintenance surface: operators can edit skills directly from the Skills table or a skill detail page, save the edit as a new immutable version, and inspect historical versions without overwriting audit history.

Skill edits are versioned, not destructive. Saving from the dashboard reuses the existing upload path, preserving the original uploader identity and source format while creating the next immutable version.

What Changed

Verification

GateResult
cargo fmt -- --checkPassed
cargo clippy --all-features -- -D warningsPassed
cargo test --all-featuresPassed, including 80 doc-tests with 4 ignored
BenchmarksSkipped for this release by operator request; no benchmark numbers were changed.

Upgrade

cargo install mentisdb --force

No manual migration is required. Existing skill registries continue to work; dashboard edits simply create new skill versions on top of the existing immutable history.