Skip to content

v0.14.0

Choose a tag to compare

@dchuk dchuk released this 28 May 21:31
· 15 commits to main since this release
7dcda89

Security (BREAKING)

  • Fail-closed engine access by default (#129). With no authentication/authorization handler configured, every mounted SourceMonitor route now returns 403 Forbidden. Configure config.authentication.authenticate_with/authorize_with, or set config.authentication.open_access = true (demo/non-production only). See docs/upgrade.md.

Fixed

  • Request flashes no longer leak across users (#130). Flash toasts are delivered response-local instead of broadcast to a global ActionCable stream.

Changed

  • Gem package no longer ships .claude internals (#131). Only .claude/skills/sm-* skills are packaged.