Set up with your agent
v0.0.4Revision 587c8ae
Let your coding agent do the setup legwork. Keep the decisions about configuration and downloads with you.
The prompt checks for an existing installation and uses the current release-aware commands: a pinned scoped npx setup, with a source fallback when needed. It asks the agent to explain the selected client and file before changing them.
“Help me set up Roster. Start local, preserve my configuration, and let me choose what changes.”
Read the full prompt
Checks release availability. Asks before config changes.
What you should expect
Section titled “What you should expect”Your agent should first identify the installation and ask which client you want to connect. Automated writers support Claude Code, Cursor, Codex, and OpenClaw. It should not treat broader discovery as permission to change other clients.
The normal sequence is:
- Inspect the official release state and choose a valid installation path.
- Explain what
initreads and imports, then run it within your authorized scope. - Review a sanitized summary of the receipt and any parse errors.
- Keep the first run lexical, including explicitly disabling embeddings in a source checkout.
- Explain and run a client-scoped
sync, then let the client launch the router. - Report the matching scoped
ejectcommand and restoration behavior.
This prompt is instructions for your agent, not an installer running in the browser. Copying it does not inspect your machine, launch a backend, or grant new permissions.
Keep sensitive material local
Section titled “Keep sensitive material local”An imported server’s env block may contain credentials. Config backups contain original bytes. A receipt can reveal local paths. Ask the agent to inspect those locally and report only the non-sensitive facts needed for setup.
There is no reason to paste a raw client config or key into this website. The interactive homepage is entirely illustrative.
Decisions that remain yours
Section titled “Decisions that remain yours”Five mode changes what the agent sees and should be a deliberate choice. Dense retrieval adds a runtime and model download. Forced restoration can overwrite newer changes. Review overrides can admit withheld skills. None of these is a silent setup default.
Telemetry defaults off, and the current implementation has no upload endpoint. Leave it off during setup.
Next: Read the first-run guide yourself or compare the two routing modes.