Skip to content

LunaScope 0.5.5 - Verification Repair and Stability

Latest

Choose a tag to compare

@LagrangeNSS LagrangeNSS released this 22 Aug 09:09

LunaScope 0.5.5

LunaScope 0.5.5 is a stability and autonomous-recovery release built on the 0.5 complete rewrite. Existing 0.5.x local data remains compatible; new event and projection fields use safe defaults and require no SQLite migration.

Highlights

  • Added a run-level verification repair loop. The initial result is round 0; any non-passing result asks the orchestration model to append a new 2–4 node coding-to-verifier graph.
  • Bounded recovery to five appended repair graphs and six total run-level verifications. Exhaustion preserves conflict-safely synchronized files and records partial completion.
  • Persisted additive workers, recovery rounds, plan-version-linked verification history, and worker attempt counts for restart-safe continuation.
  • Added deterministic builder-to-verifier fallback after three invalid recovery-plan contracts.
  • Improved worker self-healing for context overflow, transient provider failures, MCP startup failures, repeated tool calls, malformed/truncated tool arguments, and invalid write scopes.
  • Sanitized OpenAI-compatible tool-call sequences to repair missing tool responses and discard orphan/duplicate results before network submission.
  • Fixed Git patch capture around ignored build directories and Unicode/CJK paths.
  • Reduced long-run event projection overhead: the 10,000-event regression workload improved from roughly 101 seconds to about 1.6 seconds in the audit environment.
  • Expanded Markdown rendering with tables, blockquotes, ordered lists, images, safe links, and XSS-resistant escaping.
  • Updated the orchestration graph and conversation timeline to show repair-round workers and every verification result instead of only the latest verdict.

Downloads

  • LunaScope-0.5.5-windows-x64-setup.exe — recommended Windows installer (6,856,596 bytes; SHA-256 46715C384D467E906CFF50819B4645EE141A7E03A237B6E2A8ACD3070848ABC3).
  • LunaScope-0.5.5-windows-x64-portable.exe — portable executable (26,107,392 bytes; SHA-256 21ECDBD217994FB1C36D50AA5ECBECB94B45E5DBB2076BFD2E2A01637C276EB5).
  • SHA256SUMS.txt — SHA-256 integrity checksums.

Offline validation

  • cargo test --workspace --all-targets: 112 passed, 0 failed, 9 live-network tests explicitly ignored.
  • cargo clippy --workspace --all-targets -- -D warnings: passed with zero warnings.
  • cargo fmt --all -- --check: passed.
  • TypeScript type checking and the Vite production build passed.
  • Tauri Release and NSIS packaging completed for version 0.5.5.

Requirements and known boundaries

  • Windows 10 or Windows 11, x64, with Microsoft Edge WebView2 Runtime.
  • A configured external model provider is required for agent execution.
  • Published binaries are not commercially code-signed; verify SHA256SUMS.txt before running them.
  • Live-provider canaries require user credentials and network access and are not part of offline release acceptance.

See the verification-repair audit for the persistence, state-machine, topology, and recovery audit.