🎉 Release — 0.0.2
🎉 Release
AgentiLoop CLI 0.0.2 is built from main and tagged v0.0.2. It's the first regular release, following the 0.0.1 pre-release. The big addition is Claude Code-style diffs: every file the agent writes or edits is shown as numbered -/+ lines on red and green tints, and the TUI keeps a running files changed pane on the right. The Go version, AgentiLoopGo 0.0.2, has the same features. The macOS binaries are signed with Developer ID and notarized.
✨ New
- Edit diffs: after each
write_file/edit_file, the transcript shows⎿ path: Added N lines, removed M linesand then the changed lines with line numbers, syntax colors and red/green row tints, with 3 lines of context. Works in the TUI, the line-by-line chat and one-shot mode (ea403cc). - Files changed pane (TUI): a right-hand pane lists every file changed this session with its
+/-counts, and stacks each file's diff below that. It appears when the window is at least 100 columns wide, and Ctrl-F shows or hides it (ea403cc,93c2673). - README: a "New here? Up and running in 5 minutes" guide (download, API key, shell profile for zsh/bash/fish/Windows, tools,
--help, troubleshooting), translated into Español, Français, Deutsch, 中文, Русский, 한국어 and 日本語 (a3d0074,2f307ef,b35dc9b).
🔧 Changes
- Release assets no longer include separate
.sha256files, because GitHub shows a digest for each asset (a800c04).
📦 Downloads
| Platform | File |
|---|---|
| macOS Apple Silicon | agentiloop-macos-arm64.tar.gz (signed + notarized) |
| macOS Intel | agentiloop-macos-x86_64.tar.gz (signed + notarized) |
| Linux x86_64 | agentiloop-linux-x86_64.tar.gz (glibc 2.35+) |
| Linux ARM64 | agentiloop-linux-arm64.tar.gz (glibc 2.35+) |
| Windows x86_64 | agentiloop-windows-x86_64.zip |
Unpack the download and put agentiloop (agentiloop.exe on Windows) on your PATH. The README's 5-minute setup walks through it.
🧪 What to test
- Run
agentiloop --versionand check that it prints0.0.2. - In a scratch repo, run
agentiloop --tuiand ask for a small fix plus a new file. Each edit should show a numbered-/+diff, and the right pane should list both files with both diffs stacked. - Resize the window below 100 columns (the pane hides) and press Ctrl-F (it toggles).
- Try the same task without
--tui: the diff is printed with colors in a terminal and as plain-/+text when piped or withNO_COLOR. - Windows SmartScreen may warn on first run because the Windows binary is not code-signed yet.
- Report problems with your OS, provider/model and the command you ran. Do not include API keys.
🔢 Version
- Version set to 0.0.2 (
c188552).
Full Changelog: v0.0.1...v0.0.2