Skip to content

0.3.6

Choose a tag to compare

@github-actions github-actions released this 10 Sep 13:52

Release Notes

  • Recover stuck agent turns when an interrupt is acknowledged without a final result or the provider stops responding. After a five-second cancellation deadline, close the stuck session and allow the conversation to resume.
  • Settle outstanding tasks and approvals during forced stops, preserve recorded usage, and prevent late events or stale stop requests from affecting newer responses.

Install kybern 0.3.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Tresnanda/kybern/releases/download/v0.3.6/kybern-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Tresnanda/kybern/releases/download/v0.3.6/kybern-installer.ps1 | iex"

Download kybern 0.3.6

File Platform Checksum
kybern-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kybern-x86_64-apple-darwin.tar.xz Intel macOS checksum
kybern-x86_64-pc-windows-msvc.zip x64 Windows checksum
kybern-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
kybern-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum