Skip to content

v1.25.0

Latest

Choose a tag to compare

@napoleond napoleond released this 24 Mar 05:19
· 1 commit to main since this release

What's New

  • Search date filtering — New --start-date and --end-date flags on the search command let you restrict results by publication date (ISO 8601 format).
# Results from 2025 onward
npx atxp search "transformer architecture" --start-date 2025-01-01T00:00:00.000Z

# Results from Q1 2026 only
npx atxp search "AI regulation" --start-date 2026-01-01T00:00:00.000Z --end-date 2026-04-01T00:00:00.000Z

Bug Fixes

  • Fixed toolArgs extraction to properly exclude flag values from the query string