Memory 019eafe3

Memory ID (Session ID): 019eafe3-0142-7000-9850-8bfb2b1049b1
Last Updated: 2026-06-10 07:20:11

Fact Summary

  • Issue: OMP dashboard empty (‘no creds’) and Langfuse telemetry failing.
  • Root Cause: pi-agent-dashboard and swarm-extension plugins fail to load in the omp daemon due to a Bun module resolution error (e.g., missing @earendil-works/pi-tui) caused by conflicts between OMP’s legacy /tmp extension-mirroring and unbundled TypeScript files.
  • Fix: Manually compile the plugins into standalone bundled files using bun build and update their package.json configurations to point to the bundled outputs.
  • System Architecture: The background Dashboard Server runs on Port 9999.
  • Constraint/Pitfall: The /restart command in OMP only clears the chat session. It does not reboot the OMP daemon or reload disk code. To apply extension code fixes, you must hard-kill (Ctrl+C/Ctrl+D) and restart the OMP terminal daemon.

Reference Session