Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 22:56
aa3a529
  • Add a daemon-backed Agents View as the default local entrypoint, with daemon mode and CLI controls for creating, listing, attaching, killing, renaming, and prompting live sessions.
  • Add an AgentConnection client boundary with in-process and daemon adapters, plus versioned daemon protocol metadata and attach snapshots for future Swarm wrapping.
  • Add a built-in skill-creator skill and a bundled prime-intellect skill covering the Prime ecosystem and CLI workflows.
  • Add /refine and a session-backed rlm.harness state helper for prompt notes, memory, skills, and subagent specs, plus a two-step Ctrl+X stop/delete for agents.
  • Unify transcript formatting so IPython and shell tools share one neutral panel with tool-naming status headers, and rework Ctrl+C/Escape to interrupt first and exit second.
  • Adopt the upstream IPython control-environment prompt (%%bash cells, no kernel dependency installs).
  • Fix stale-daemon detection after self-update plus a range of Agents View bugs.
  • Remove the interactive ! / !! bash shortcuts; use IPython for shell commands.