Skip to main content
At startup, Zuno prints a short env notice when optional keys are missing. Add the keys to your shell profile (~/.zshrc, ~/.bashrc, etc.) if you want them available every time. Plans are persisted to ~/.zuno/plans/<planId>.json so zuno diff works across sessions.

Notes

  • The CLI is itself an AXL peer for recommendation flows. Direct reads, diffs, simulation, and wallet state stay outside AXL.
  • If the mesh is not online, recommendation runs the same four-agent debate in-process. If no LLM is available either, the deterministic recommendPlan math runs as a final fallback. Plans persist either way.
  • Continuous monitoring runs as pnpm monitor; the shell stays the control surface and reads alerts with show alerts.
  • Output is plain ANSI. No colour-stripping needed for piping.