Skip to content

Collie v1.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 07:28
· 102 commits to main since this release

Update

Already on 1.x? One command, then the phone updates itself within a minute.

collie update                                              # downloaded install (install.sh or a tarball below)
herdr plugin action invoke update --plugin herdr.collie    # Herdr plugin install

Check with collie version or herdr plugin action invoke version --plugin herdr.collie.

Coming from 0.x? collie update will not cross a major. Follow Upgrading from 0.x to 1.0.

Changed

  • Mirror polling follows what you do: 300ms bursts after a key or a message while the screen keeps changing, 1.5s while you follow a working agent, 4s on the home screen while an agent works, 6s when nothing says you are watching (#156) (d2cb8a3)

Fixed

  • Mirror no longer freezes when the soft keyboard or Keys dock shrinks the pane: a scroll that arrives with a changed container height is layout, not the user leaving the bottom (#155) (1862276)
  • Boxed TUI rows (a /model picker, a panel border) stay on one line on a narrow phone mirror instead of wrapping into a scrambled frame; tree output and prose still wrap, thanks @alexlee2046 (#156) (d7a4276)
  • Releases publish a linux-arm64 build, so a Raspberry Pi installs instead of 404ing; the from-source docs call the bootstrap script with bash, which it is (#157) (64c7d7e)
  • Pairing no longer logs could not stamp lastSeenAt: ENOENT once a minute: concurrent stamps from one poll tick raced on a shared temp file; writes are serialized and temp names are unique now (#159) (d4bd3f9)

Verify a download by hand

curl -fLO https://github.com/AltanS/collie/releases/download/v1.3.0/collie-1.3.0-linux-x64.tar.gz
curl -fLO https://github.com/AltanS/collie/releases/download/v1.3.0/collie-1.3.0-linux-x64.tar.gz.sha256
sha256sum -c collie-1.3.0-linux-x64.tar.gz.sha256   # macOS: shasum -a 256 -c

A sha256 catches a corrupt or truncated download. It does not prove who built the file,
HTTPS and the pinned github.com host carry that.