- 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
AgentConnectionclient boundary with in-process and daemon adapters, plus versioned daemon protocol metadata and attach snapshots for future Swarm wrapping. - Add a built-in
skill-creatorskill and a bundledprime-intellectskill covering the Prime ecosystem and CLI workflows. - Add
/refineand a session-backedrlm.harnessstate 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 (
%%bashcells, 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.