Skip to content

v0.44.2-alpha

Choose a tag to compare

@calionauta calionauta released this 30 Jun 09:52

Release v0.44.2-alpha

What's Changed

Fixed

  • Correct pi.dev hooks extra_paths from ~/.pi/agent/hooks/ (plural, non-existent) to ~/.pi/agent/hook/ (singular, where hooks.yaml actually lives)

Changed

  • Remove non-config entries from pi.dev extra_paths: bin (binary), git (689MB cache), global_skills_local (dedicated hub)
  • Remove dead category_map/dir_categories entries and git skip blocks from sync.py
  • Remove dead property methods from agents/base.py
  • Add pythonpath = ["src"] to pytest config so tests use local source, not installed global package
  • Clean up test mock assignments for removed properties

Full diff: v0.44.1-alpha...v0.44.2-alpha