Skip to content

Catalyst Dev — Change Log

Version 6.34.2

Apr 16, 2026

Watcher Subshell Detach

Adds disown after the background watcher subshell in catalyst-claude.sh to fully detach it from bash’s job table before exec replaces the process. This is a defensive fix that prevents any edge case where bash might send SIGHUP to the watcher on exit.

PRs

  • dev: disown watcher subshell before exec (#171) (5a902b3)