v0.1.67

davidfowl/tallyv0.1.67Dec 27, 2025by github-actions[bot]

AI Summary

Introduces a self-updating mechanism for the Tally binary, allowing users to easily download and install the latest version directly from the CLI.

Key Highlights

  • Added `tally update` command for self-updating the binary
  • Added `tally update --check` to check for updates without installing
  • Added `tally update --assets` to also update AGENTS.md and CLAUDE.md
  • Added `-y` flag to skip confirmation prompts
  • Update notifications now show how to update using the new command

New Features

  • Self-updating binary command

Full Release Notes

## What's Changed

Added `tally update` command for self-updating the binary.

- `tally update` - Download and install the latest version
- `tally update --check` - Check for updates without installing
- `tally update --assets` - Also update AGENTS.md and CLAUDE.md
- `tally update -y` - Skip confirmation prompts

Update notifications now show how to update with `tally update`.

---

### Install

**Linux / macOS:**
```bash
curl -fsSL https://tallyai.money/install.sh | bash
```

**Windows PowerShell:**
```powershell
irm https://tallyai.money/install.ps1 | iex
```

Or download the zip for your platform from the assets below.

See https://tallyai.money for more info.