Skip to content

v1.10.42 — Repeat loops, browse command, dashboard & test suite expansion

Choose a tag to compare

@nokhodian nokhodian released this 18 May 20:40
· 1236 commits to main since this release

What's New

Bug Fixes

  • fix(v1.10.42): --tillend and --repeat flags now work correctly in all 16 mastermind/monomind command handlers. Previously the repeat postamble was silently skipped after the inner skill returned. Handlers now invoke Skill("mastermind:_repeat") as a real tool call, triggering ScheduleWakeup when work remains.

New Features

  • mastermind:monitor — new forever-running task executor skill that continuously polls and executes pending tasks
  • Browse command — native monomind browse CDP browser automation client (no Playwright/Puppeteer needed)
  • Dashboard v2 — 16 new session analytics features (items 47–62): token tracking, agent activity panels, and more

Testing (300+ new tests)

  • _autoIndexKnowledge — 14 tests covering section chunking, hash-based early exit, legacy graph injection
  • DB-dependent monograph tests using real SQLite+FTS5 with @monoes/monograph
  • Gap coverage: parseTranscript non-message skip, estimateContextTokens SDK-wrapped shape, scanMicroAgentTriggers priority sort

Code Quality

  • All implementation ADRs migrated from packages/implementation/adrs/ to docs/adrs/
  • Hook handler, router, and init executor updates
  • Lock file and script refreshes

Packages

Upgrade

npx monomind@latest doctor --fix