Skip to content

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 18:02
· 66 commits to main since this release

Broken global sources now fail loudly at startup, in status, and in session context.

Features

  • status lists each global source with its document count and flags broken mounts.

Improvements

  • MCP server refuses to start on a missing, unreadable, self-overlapping, or duplicate global source.
  • Empty global sources warn at startup and in status instead of mounting nothing silently.
  • Session-start context flags broken or empty global mounts.
  • Agent nudge files document read-only global sources and how to surface them.

Fixes

  • Misconfigured global paths no longer surface stray .md files as malformed documents.
  • Global source errors no longer leak absolute filesystem paths.

Changelog

  • 07388a9 fix: bugs, improves
  • 06ca28d docs: bump v0.5.0 itself, configs update