Skip to content

v0.2.0 — Parallel fanout, effort control, capable tier

Choose a tag to compare

@alexgreensh alexgreensh released this 11 Jul 09:14

Parallel multi-agent fan-out, first-class reasoning-effort control, and a capability-vs-price tier model. No breaking changes.

Added

  • fanout — run N delegations in parallel across any provider (--agents DIR, --tasks FILE, or inline -- "t1" "t2"), concurrency-capped with --max, then fanout status|wait|collect|list. The supported way to run a multi-agent gauntlet (torture-room, review sweeps) through the Outsourcerer: N fast headless jobs, not 16 interactive sessions.
  • --effort minimal|low|medium|high|xhigh|max (alias --reasoning) — universal reasoning-effort control. Native on codex lanes (model_reasoning_effort) and Claude lanes (MAX_THINKING_TOKENS), advisory on Gemini. Never silently dropped; forwards through bg and fanout.

Changed

  • Capability tiers decoupled from price — new capable tier for GLM-5.2 / Hy3 / DeepSeek-v4-pro (~Opus-4.8 class): the thin, high-autonomy prompt scaffold and generous stall windows of a frontier model, not the strict budget "worker-drone" wrapper. Cheap is not dumb.

Fixed

  • OpenRouter alias resolution on the cc/codex lanes (-m glmz-ai/glm-5.2; was a 400).
  • Cross-lane self-heal: a codex→OpenRouter tool-type 400 auto-reroutes to the cc lane.
  • Job classification honors the last OSRC:: marker (no more false blocked on completed agents).
  • Portable run-or-model.sh PATH (no pinned Node version).

Install: /plugin marketplace add alexgreensh/outsourcerer then /plugin install outsourcerer@outsourcerer · update with /plugin update.