Skip to content

v0.4.0

Choose a tag to compare

@SepineTam SepineTam released this 04 Jun 08:43

NBER CLI v0.4.0 Release Notes

What's New

Configurable Info Cache

  • info cache 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.json and apply to both the CLI and the MCP get_paper_info tool.
  • nber-cli info <id> --refresh bypasses the cache and re-fetches from NBER. The fresh data is written back when the cache is enabled.
  • config_store module centralizes read/write of ~/.nber-cli/config.json and is now public API, along with InfoCacheSettings and the get_* / set_* helpers.

Installation

uv tool install nber-cli==0.4.0
# or
pip install nber-cli==0.4.0
# or
uvx nber-cli

Full Changelog: v0.3.1...v0.4.0
Download: v0.4.0 Release