Skip to content

TOKN v0.3.13

Choose a tag to compare

@bhakthan bhakthan released this 23 Aug 21:29
· 4 commits to main since this release

TOKN v0.3.13

Learn from your own runs. TOKN can now record what actually happened during a run and compare repeated attempts at the same task, so it can tell you which approaches worked and which didn't.

  • tokn agent-run --capture-trajectory records a compact log of each run: the tools used, how each step went, and how the run ended.
  • tokn agent-id ... --task-id <name> gives repeated attempts at the same task a shared name, so TOKN can put them side by side and draw out what separated the good runs from the bad ones.
  • Insights now state what evidence they're based on. TOKN distinguishes "this run completed without error" from "this answer was verified correct" — and never quietly presents the first as the second.
  • Peer Exchange now reports authentication problems clearly instead of looking like there was simply nothing to fetch. An expired password used to be indistinguishable from an empty inbox.

Capture is opt-in and off by default.

Install

Download the binary for your platform, rename it to tokn (or tokn.exe), and put it on your PATH.

Platform Asset
Windows (x64) tokn_windows_amd64.exe
macOS (Apple Silicon) tokn_darwin_arm64
macOS (Intel) tokn_darwin_amd64
Linux (x64) tokn_linux_amd64
Linux (arm64) tokn_linux_arm64

On macOS and Linux, mark it executable: chmod +x tokn

Verify your download

SHA256SUMS and SHA256SUMS.sig are attached to this release.

sha256sum -c SHA256SUMS --ignore-missing

Then confirm what you're running:

tokn version