Skip to content

v0.5.1

Choose a tag to compare

@dannote dannote released this 09 Jun 13:31
· 48 commits to master since this release

pi-elixir 0.5.1

Added

  • Hidden /elixir:debug command that writes a snapshot-style diagnostic dump to ~/.pi/agent/pi-elixir-debug.log.
  • PI_ELIXIR_DEBUG=1|debug|verbose responsiveness diagnostics with automatic event-loop lag snapshots during active turns.
  • Diagnostic timing spans for lifecycle hooks, connection resolution, embedded BEAM startup/ready/error/exit, bridge request handlers, plugin tool hooks, tool calls, and executable skill discovery/materialization.

Changed

  • Mix project resolution no longer recursively scans arbitrary nested directories from broad working directories; it now only accepts the current mix.exs or known bundled packages/bridge/mix.exs layout.

Fixed

  • Avoided extension hot-path filesystem traversal that could stall pi’s Node event loop and delay interrupt handling when pi was launched from broad monorepo roots such as ~/Development.

Published to npm as pi-elixir@0.5.1.