Skip to content

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 19 May 05:09
6a69a56

Initial Prime Agent release, forked from pi-mono.

  • Add a persistent IPython tool backed by a Jupyter kernel so Python state survives across tool calls, and make it the default tool set.
  • Add recursive RLM subagents: IPython code can spawn child agent sessions via rlm.run, with a compact tray, full child transcripts, and aggregated usage.
  • Add /goal for long-running objectives that keep working after follow-ups drain until the model marks them complete.
  • Auto-bootstrap the kernel runtime (uv-managed Python, ipykernel, prime-agent-runtime) and restart the kernel after compaction to release in-memory state.
  • Rebrand the TUI around Prime: butterfly logo, splash, theme, and refreshed footer and usage display.
  • Ship a private R2-backed tarball release pipeline and installer, with update checks driven by the Prime Agent release manifest.
  • Remove the legacy read/write/grep/find/ls tools and the install/update telemetry pings.