Skip to content

Releases: chenglou/hummingbirds

Release list

v0.1.1

Choose a tag to compare

@chenglou chenglou released this 02 Sep 12:57

Fix repeated idle-chat disconnects with silent 15-second activity-stream keepalives. Reconnect warnings now include the timestamp, underlying error, and time since the last data.

This release also includes the recent networking cleanup: birds new <name> creates a stopped bird; birds start <name> --address HOST:PORT --bind LOCAL_IP configures networking, and restarts reuse saved settings. Message endpoints are now the server root, with no /ask suffix. Upgrade both servers and chat clients together, and tell existing birds about their peers' new root URLs if they remember old addresses. The retained-bird limit is fixed at 99.

Install or update with bun install -g @chenglou/hummingbirds@0.1.1. Stop existing birds before upgrading, then restart them with birds start <name> --detach. Conversation history stays on the host; it is not recreated.