v0.3.1
NBER CLI v0.3.1 Release Notes
What's New
Unified Local Database
db init/db migratepromoted to top-level subcommands, replacingfeed initandfeed migrate. The local SQLite database is now the single store for the RSS feed cache, behavior logs, and paper metadata cache.- Default database renamed from
feed.dbtonber.db. Existing~/.nber-cli/feed.dbinstallations keep working without manual steps; the schema is upgraded from v1 to v2 on first use. - Schema version recorded in
~/.nber-cli/config.jsonto support future migrations.
Installation
uv tool install nber-cli==0.3.1
# or
pip install nber-cli==0.3.1
# or
uvx nber-cliFull Changelog: v0.3.0...v0.3.1
Download: v0.3.1 Release