Skip to content

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 21 Aug 23:35
· 26 commits to main since this release
1ad686f

New: each agent shows how full its context window is

If you run several agents in one worktree, they all share a mood - it comes from the
worktree's tidiness, not from any one session. Context fill is the first thing pets can
tell you about one agent rather than one directory:

  @CAI <[•ᴗ•]>   ray ✦✦✦   feat/context-demo  ♥♥♥♥♥
       <[•ᴗ•]>   ray       Early in the turn      just now · just arrived · 22%
       /•ᴗ•\     cat       Nearly out of room     just now · just arrived · 91%

Dim below 80%, warning at or above it, on both pets party and pets card. A den full of
agents at 90% reads very differently from one at 10%, and until now nothing could tell you
which was which.

It is deliberately not part of the face. The face shows mood, mood belongs to the
worktree, and overloading it would undo the separation between agent and directory that
v0.2.0 existed to create.

The figure is absent rather than zero when your harness does not report a context window -
only the status line payload carries one, so a hooks-only setup shows nothing rather than a
confident 0%. (#34)

Upgrading

Installed with Upgrade
Homebrew brew update && brew upgrade parallel-harness-pets
The install script re-run it, it replaces the binary in place
Go go install github.com/TevvvB/parallel-harness-pets/cmd/pets@latest
A release archive download the new one below