Skip to content

ccmux v0.1.14

Choose a tag to compare

@github-actions github-actions released this 19 Jul 03:09

auto-answer Claude's resume-from-summary picker so daemon-healed reboots don't strand large sessions at the menu

  • Auto-answer Claude's blocking "Resume from summary?" picker on an unattended resume. Claude
    2.1.x shows this menu on --resume of a large/old session; a daemon-healed reboot had nobody
    to answer it, so big sessions stranded at the menu (typed input — app or tmux — landed on the
    menu, not the conversation) until a human manually restarted each one. The _run supervisor now
    watches the freshly-resumed pane and answers per a new resumePicker machine-config policy
    (full = keep all context [default] · summary = compact · off = leave for a human). It reads
    the option NUMBER from the pane (robust to reordering) and confirms with Enter only if the number
    key didn't. Claude-only; other agents have no such picker.