Skip to content

Releases: outfitter-dev/dispatch

v0.5.0

11 Jun 16:48
02c0dbe

Choose a tag to compare

Highlights

  • Add dispatch models plus the MCP daemon-read models op for App Server-backed model catalog discovery.
  • Resolve explicit service-tier aliases through model/list, including user-facing fast to App Server priority where advertised.
  • Preserve Codex defaults when model/tier options are omitted while still reporting configured defaults in outputs.
  • Persist model catalog and per-lane model/service-tier provenance in registry schema v5.
  • Update docs, plugin/skill guidance, schemas, and tests for the new catalog flow.

Verification

  • just check
  • GitHub CI and CodeQL green on main (02c0dbe)
  • Isolated live smoke: dispatch models --json and dispatch models --no-refresh --json against a temp Dispatch home

Upgrade Notes

This release bumps the registry schema to v5. If doctor reports an older registry, run dispatch down, dispatch registry migrate, then dispatch up.

v0.2.1

05 Jun 12:29
25f37f6

Choose a tag to compare

Changes

  • Fix existing-thread attach for persisted histories larger than asyncio's default stdio line limit.
  • Fail pending App Server requests promptly when the read loop hits transport/protocol errors.
  • Allow owned no-rollout lanes to clean up locally via lane archive.
  • Keep destroy-op confirmation prompts off JSON stdout.

Verification

  • just check
  • Live temp-home smoke against real local Codex state: attach existing dispatch thread, read transcript, create ephemeral no-send lane, archive it with jq-clean JSON output.
  • Local wheel install smoke for outfitter-dispatch 0.2.1.

v0.2.0

05 Jun 02:39
1351e48

Choose a tag to compare

Highlights

  • Adds dispatch doctor for install, daemon, registry, packaged asset, Codex CLI/auth, and App Server health checks.
  • Ships read-only dispatch/dm skills and the dispatch plugin bundle in the wheel.
  • Adds registry schema guardrails and package-content checks to the local/CI gate.
  • Updates install, recovery, skills, and plugin docs for the clean PyPI smoke path.

Verification

  • PR #24 CI green: check, CodeQL actions, CodeQL python.
  • Local just check green before merge.
  • Local isolated wheel smoke: dispatch --version, dispatchd --version, dispatch schema send, and dispatch doctor --no-app-server --json.

v0.1.0

05 Jun 02:06
4ca5e23

Choose a tag to compare

Initial PyPI release of outfitter-dispatch.

Highlights:

  • CLI entrypoints: dispatch and dispatchd
  • Derived CLI/MCP operation surfaces
  • Lane creation, send/stop, goals, triggers, bounded tails, schema output
  • PyPI Trusted Publishing workflow

Install with:

uv tool install outfitter-dispatch