Skip to content

Tiny Code Pet v1.0.1

Latest

Choose a tag to compare

@nikotaronosuke nikotaronosuke released this 19 Aug 15:06
· 21 commits to 284af0bac2d6ce553d419a3de67f41be862a30e2 since this release

Maintenance release. Same features as v1.0.0, rebuilt from the current master with the public name applied consistently throughout the UI, docs and packaging.

Changes since v1.0.0

  • Public product name is now Tiny Code Pet everywhere the user sees it: window title, tray tooltip, tray menu and the idle label.
  • Repository moved to nikotaronosuke/tiny-code-pet; clone, badge and release links updated.
  • Preview images regenerated from the shipping renderer so they show the current name.
  • Documentation fixes: the always-on-top note no longer blames a specific OS action, the Codex subagent note describes cancelling the completion candidate instead of the retired activity indicator, and current-spec wording uses "quiet window" rather than "grace".
  • Issue template no longer offers blank issues, matching its stated policy.

No behaviour changes: completion (root Stop + 20s quiet), whole-request progress, multi-session handling, tray semantics and the TOPMOST recovery are identical to v1.0.0.

Install

  1. Download Tiny-Code-Pet-v1.0.1-windows.zip below and extract it.
  2. Register the hooks you want:
pwsh -File install-hook.ps1         # Claude Code
pwsh -File install-codex-hook.ps1   # Codex (try -DryRun first)
.\bin\ClaudePet.exe                 # start the pet

Notes

  • The ClaudePet.exe / ClaudePetNotify.exe / CodexPetNotify.exe filenames are kept for compatibility with existing hook configurations.
  • The binaries are unsigned, so Windows SmartScreen may warn on first run. Build from source with build.ps1 if you would rather not accept that.
  • Windows only. Requires the .NET Framework 4.8 runtime that ships with Windows 10/11.