Skip to content

v0.14.6

Latest

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 01 Jul 00:00

Features

  • Session Pinning — Pin important sessions to a dedicated section at the top of the session list. Unpin anytime. (#301)
  • Server Restart & Health — Graceful restart coordination with automatic session resume, live health status indicator in Settings. (#300)
  • Schedule Permissions & Workspace Tracking — Configure allowed file access and blocked bash commands per schedule. Workspace ID tracking on runs. (#297)

Fixes

  • Migration runner version-name mismatch detection — The runner now warns when a recorded migration's name differs from the code migration at the same version, preventing silent skips.

Chores

  • Test suite cleanup: removed 229 lines of dead/redundant tests, rewrote SessionDetail polling test to exercise real gating. (#299)
  • Full documentation and screenshots for session pinning, server health, schedule permissions, skills, and worktree isolation features.