Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 28 Jun 15:03
1205060

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/--name runs a second agent of the same tool in one
    repo (session <repo>__tool__instance); -N/--new auto-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 as sloop run @<name> — e.g. a different account via CLAUDE_CONFIG_DIR. --env KEY=VAL
    injects env one-off without a profile (~/$VAR expanded). The fleet view shows instances as
    tool·instance.

Peek (overlay a waiting agent)

  • sloop peek floats a waiting agent's live pane over your current screen so you can answer it and
    drop back without switch-client swapping your whole screen; sloop peek setup binds a key. Needs
    tmux ≥ 3.2. Every status bar gains a fleet-wide ⏳ N waiting badge.

Sharper onboarding (init / check / doctor)

  • sloop init is 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 check gains more AI-readiness criteria, sourced from each tool's adapter manifest.
  • sloop doctor groups and colors its output and explains the mode line.

Full Changelog: v0.1.0...v0.1.1