You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.