github TinyAGI/tinyagi v0.0.15

latest releases: v0.0.20, v0.0.19, v0.0.18...
one month ago

TinyAGI v0.0.15

Installation

curl -fsSL https://raw.githubusercontent.com/TinyAGI/tinyagi/main/scripts/install.sh | bash

What's Changed

New Features

  • One-line curl installcurl -fsSL .../install.sh | bash is now the default install method
  • Auto-migration from tinyclaw — seamlessly migrates ~/.tinyclaw~/.tinyagi on install and startup

Refactoring

  • Merged packages/tinyagi into packages/cli — simplified package structure, one fewer indirection layer
  • Moved tinyagi.sh to lib/tinyagi.sh — runtime script now lives with other lib scripts
  • Renamed docs/images/tinyclaw.pngtinyagi.png

Bug Fixes

  • Fixed duplicate chmod +x / symlink entries missing tinyclaw backward compatibility
  • Fixed TMPDIR env var shadowing in install script
  • Removed references to nonexistent uninstall.sh and remote-install.sh in release workflow
  • Fixed uninstall instructions (was npm uninstall -g, now correct rm command)
  • Added npm rebuild better-sqlite3 after install to fix native module errors on macOS
  • Removed redundant scripts/migrate.sh (migration handled by install.sh)

Full Changelog: v0.0.14...v0.0.15

Don't miss a new tinyagi release

NewReleases is sending notifications on new releases.