TinyAGI v0.0.15
Installation
curl -fsSL https://raw.githubusercontent.com/TinyAGI/tinyagi/main/scripts/install.sh | bashWhat's Changed
New Features
- One-line curl install —
curl -fsSL .../install.sh | bashis now the default install method - Auto-migration from tinyclaw — seamlessly migrates
~/.tinyclaw→~/.tinyagion install and startup
Refactoring
- Merged
packages/tinyagiintopackages/cli— simplified package structure, one fewer indirection layer - Moved
tinyagi.shtolib/tinyagi.sh— runtime script now lives with other lib scripts - Renamed
docs/images/tinyclaw.png→tinyagi.png
Bug Fixes
- Fixed duplicate
chmod +x/ symlink entries missingtinyclawbackward compatibility - Fixed
TMPDIRenv var shadowing in install script - Removed references to nonexistent
uninstall.shandremote-install.shin release workflow - Fixed uninstall instructions (was
npm uninstall -g, now correctrmcommand) - Added
npm rebuild better-sqlite3after install to fix native module errors on macOS - Removed redundant
scripts/migrate.sh(migration handled byinstall.sh)
Full Changelog: v0.0.14...v0.0.15