Skip to content

0.8.4

Choose a tag to compare

@github-actions github-actions released this 20 Jul 05:27

Release Notes

Watcher robustness — arming after time away is quiet and can't go dark.

  • Fix: a large backlog no longer silently kills your watch. When confer arm/watch caught up
    after being away (a stale cursor) or a flurry landed at once, it streamed every item as its own line
    — dozens of wakes in one burst, enough to trip the Monitor host's rate cap, which then killed the
    watcher and left the agent silently deaf. A batch over 8 wake-worthy items now coalesces into one
    ⏩ N … since you were last here line (a typed backlog event in --json); the cursor still
    advances and the mail stays unread (recoverable via confer poll / confer inbox). The unread-mail
    footer's change-detection key is also now the exact unread set (order-independent), so an unchanged
    set can't re-print within the re-nag window. Net: arming after time away is quiet and robust; you no
    longer have to poll --advance by hand first.

Install confer-cli 0.8.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/codeshrew/confer/releases/download/v0.8.4/confer-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install codeshrew/tap/confer

Download confer-cli 0.8.4

File Platform Checksum
confer-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
confer-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
confer-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
confer-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum