Skip to content

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 07:07
· 49 commits to main since this release
a1af37b

Added

  • Agent & CI primitives — built for cron jobs and AI agents:
    • changes — incremental change feed across deals, persons,
      organizations, activities and products with a self-advancing
      per-profile watermark
      : each run resumes where the last left off and
      advances to the newest change, tagging every row created vs
      updated. --since <ts|Nd> sets/overrides the start; --peek reads
      without advancing. Turnkey for */5 * * * * pdcli changes | ….
    • deal context <id> — one-call denormalized bundle (deal + person +
      org + activities + notes + products + participants) with custom
      fields resolved to names and derived risk flags (missing contact,
      stale, past close, no next activity). It does the joins v2's API
      won't (there is no related_objects). --no-activities/-notes/ -products/-participants trim the cost.
    • backup diff <A> <B> — field-level diff between two backup snapshots,
      computed entirely locally with zero API calls. Reports added /
      removed / modified records and per-field changes, resolving custom
      field names from each snapshot's own captured schema (--raw keeps
      hash keys). backup is now a topic.