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
feat(engines): openagents — install the launcher from openagents.org (#386)
`/install openagents` (and `moshcode install openagents`) runs the vendor's
own installer, `curl -fsSL https://openagents.org/install.sh | bash`.
It is the first entry here that is not a coding agent: OpenAgents launches
and supervises the engines around it, so it has no approvals to bypass and
no yolo flag. A bare launch opens the dashboard, which is its agent list —
`/agents openagents` and `start openagents` land in the same place — and it
stays out of the ai() headless map because it answers no prompts itself.
The installer unpacks to ~/.openagents/nodejs and only appends that to a
shell rc, so binDirs bridges the session that just ran it, the same way
kimi and opencode do.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments