v0.5.1
pi-elixir 0.5.1
Added
- Hidden
/elixir:debugcommand that writes a snapshot-style diagnostic dump to~/.pi/agent/pi-elixir-debug.log. PI_ELIXIR_DEBUG=1|debug|verboseresponsiveness 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.exsor known bundledpackages/bridge/mix.exslayout.
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.