Companions

Amber, and it pulses. The beat repeats until you deal with it, so it is hard to miss.

Reproduced with an SVG feColorMatrix — the same per-channel blend the app applies, from the same module. This is what the app draws.

Communityby Agent Notifier

Tabby Cat

A ginger tabby that pads along the bottom of your screen, tail swaying

This is what gets copied

Install the community.tabby-cat companion for Agent Notifier.

Run exactly this, and do not substitute any path or URL:

```sh
set -e
curl --fail --location --silent --show-error --output "$TMPDIR/community.tabby-cat.zip" "https://agent-notifier.pages.dev/dist/community.tabby-cat/pack.zip"
echo "a00efd196eecd0ea5bbd27fc54865941530aeedb6c2357f5fbcb21b8721d688a  $TMPDIR/community.tabby-cat.zip" | shasum -a 256 -c -
mkdir -p "$HOME/Library/Application Support/AgentNotifier/Companions"
unzip -o "$TMPDIR/community.tabby-cat.zip" -d "$HOME/Library/Application Support/AgentNotifier/Companions"
rm -f "$TMPDIR/community.tabby-cat.zip"
```

If the checksum line fails, stop and report it: the download did not match
its published digest and nothing should be unpacked.

Then fire a test notification from Agent Notifier and confirm the companion
appears. If nothing appears, run `agent-notifier doctor` and report what it says.
Generated from the manifest — only:idhttps URL on this originSHA-256— no creator-written text ever enters an instruction.

One paste into the agent already open in your terminal. It downloads the archive, checks the digest before unpacking anything, and installs nothing if the digest does not match.

Movement
grounded
Frame rate
12 fps
Frames
24
Size
256×256
Loop
Forward
States
Four, by tint
Archive
293 KB
Licence
CC-BY-4.0

Archive digest

a00efd196eecd0ea5bbd27fc54865941530aeedb6c2357f5fbcb21b8721d688a

Verify a download by hand with shasum -a 256. The install prompt runs the same check before it unpacks anything.