Skip to content

v0.2.0

Latest

Choose a tag to compare

@abrichr abrichr released this 04 Mar 05:30

v0.2.0 (2026-03-04)

Features

  • Add openadapt doctor command and fix audit/wormhole bugs (#8, f5cb841)

Add diagnostic command that checks all dependencies and configuration:

  • Python version, data directory writability, database connectivity
  • Core deps: openadapt-capture, openadapt-privacy, psutil
  • Optional deps: boto3, huggingface_hub, magic-wormhole
  • Backend credentials (S3 keys, HF token) when configured
  • Shows actionable install instructions for missing dependencies

Bug fixes:

  • audit.py: create parent directory before writing log entries
  • wormhole.py: use subprocess.run() instead of Popen to await
    completion and capture exit code properly

Co-authored-by: Claude Opus 4.6 noreply@anthropic.com


Detailed Changes: v0.1.1...v0.2.0