v0.1.125
davidfowl/tallyv0.1.125Dec 30, 2025by github-actions[bot]
AI Summary
Significantly improved the `tally init` experience with colored output, smart guidance, and agent detection capabilities.
Key Highlights
- Colored output with green checkmarks and yellow arrows for file operations.
- Smart guidance prompts based on whether the config is fresh, exists without data, or is fully configured.
- Agent detection shows which AI coding agents (Claude, Copilot, etc.) are installed.
New Features
- Improved `tally init` experience
- Colored output and syntax highlighting
- Smart guidance for new users
- AI coding agent detection
Full Release Notes
## What's Changed
## Improved `tally init` Experience
The init command now provides a much better first-run experience:
### Colored Output
- Green checkmarks for created files, yellow arrows for existing files
- Syntax highlighting for paths and commands
- Clickable hyperlinks for agent install URLs (in supported terminals)
### Smart Guidance
- **Fresh init**: Full guide with data sources + agent setup steps
- **Config exists without data**: Prompts to add CSVs and configure yaml
- **Fully configured**: Just shows `tally run` or `tally discover`
### Agent Detection
Shows which AI coding agents are already installed on your system:
```
3. Open this folder in an AI agent:
claude Claude Code ✓ installed
copilot GitHub Copilot ✓ installed
opencode OpenCode https://opencode.ai
codex OpenAI Codex ✓ installed
```
## Bug Fixes
- **Fixed macOS arm64 detection**: Self-update now correctly downloads the arm64 binary on Apple Silicon Macs instead of always downloading amd64
---
### 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 below.
See https://tallyai.money for more info.