Skip to content

v2.17.0

Choose a tag to compare

@SimTimms SimTimms released this 23 Mar 12:51
· 43 commits to main since this release

Added

  • Real-time web dashboard for monitoring DeployNOPE activity across all agents and worktrees — run with ./dashboard/start.sh
  • All 9 hooks now write agent state to ~/.deploynope/dashboard-state.json for dashboard tracking
  • dashboard_update and resolve_repo_name helper functions in hook-helpers.sh

Fixed

  • Dashboard state updates run synchronously in hooks (background processes were killed on hook exit)
  • Server watches state directory instead of file for macOS inode compatibility with atomic writes