v0.4.0
NBER CLI v0.4.0 Release Notes
What's New
Configurable Info Cache
infocache is now user-controllable. Toggle it on or off, set a refresh interval, and clean entries without dropping into SQL. Settings persist in~/.nber-cli/config.jsonand apply to both the CLI and the MCPget_paper_infotool.nber-cli info <id> --refreshbypasses the cache and re-fetches from NBER. The fresh data is written back when the cache is enabled.config_storemodule centralizes read/write of~/.nber-cli/config.jsonand is now public API, along withInfoCacheSettingsand theget_*/set_*helpers.
Installation
uv tool install nber-cli==0.4.0
# or
pip install nber-cli==0.4.0
# or
uvx nber-cliFull Changelog: v0.3.1...v0.4.0
Download: v0.4.0 Release