Releases: outfitter-dev/dispatch
Releases · outfitter-dev/dispatch
v0.5.0
Highlights
- Add
dispatch modelsplus the MCP daemon-readmodelsop for App Server-backed model catalog discovery. - Resolve explicit service-tier aliases through
model/list, including user-facingfastto App Serverprioritywhere 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 --jsonanddispatch models --no-refresh --jsonagainst 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
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
Highlights
- Adds
dispatch doctorfor 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 checkgreen before merge. - Local isolated wheel smoke:
dispatch --version,dispatchd --version,dispatch schema send, anddispatch doctor --no-app-server --json.
v0.1.0
Initial PyPI release of outfitter-dispatch.
Highlights:
- CLI entrypoints:
dispatchanddispatchd - 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