2026

Filter activity by date and merchant

cliv1.3.4

What changed

The kpass activity command previously returned the full event history with no way to narrow the result set. Agents asking "what did I spend on Amazon last week?" had to fetch everything and filter locally, which was slow on accounts with many sessions.

You can now pass --since YYYY-MM-DD, --until YYYY-MM-DD, and --merchant <name> to filter on the server side. Results are paginated, and the JSON envelope adds a truncated: true flag when the result set hits the page limit.

Included changes:

  • feat(activity): add --since/--until/--merchant flags
  • fix(activity): respect --output json with truncation indicator

On this page