v0.1.1
Run more than one agent per repo, peek into a waiting agent without leaving your
screen, and a sharper first-run experience — all on top of v0.1.0.
Run multiple agents & accounts
- Named instances:
sloop run claude@review/-n/--nameruns a second agent of the same tool in one
repo (session<repo>__tool__instance);-N/--newauto-names the next free slot (claude·2…). - Profiles: save a tool + env once with
sloop profile add|ls|rm(global~/.sloop/config.yaml) and
launch it assloop run @<name>— e.g. a different account viaCLAUDE_CONFIG_DIR.--env KEY=VAL
injects env one-off without a profile (~/$VARexpanded). The fleet view shows instances as
tool·instance.
Peek (overlay a waiting agent)
sloop peekfloats a waiting agent's live pane over your current screen so you can answer it and
drop back withoutswitch-clientswapping your whole screen;sloop peek setupbinds a key. Needs
tmux ≥ 3.2. Every status bar gains a fleet-wide⏳ N waitingbadge.
Sharper onboarding (init / check / doctor)
sloop initis provider-respecting: it asks about the tools you actually use (Claude-first order),
prompts honestly and skips work that is already done, selects tools per workspace, and no longer
offers to scaffold a provider's folders for it.sloop checkgains more AI-readiness criteria, sourced from each tool's adapter manifest.sloop doctorgroups and colors its output and explains themodeline.
Full Changelog: v0.1.0...v0.1.1