# pi-docket v0.7.3

A patch release that keeps spawned workers on the same authenticated model provider as their parent session.

## Fix

### Provider-safe worker model inheritance

Docket now passes the parent's canonical `provider/model` reference when launching a worker. Previously it forwarded only the bare model id; after Pi added models with overlapping ids across providers, that id could resolve to an unauthenticated provider such as Azure OpenAI.

Worker heartbeats retain the canonical reference as well, so nested worker spawns preserve the same provider identity. The dock continues to display the compact model name without exposing the provider prefix as visual noise.

## Compatibility

No configuration, worker protocol, or storage migration is required. Explicit `model: provider/model` overrides on worker kinds continue to work unchanged.

## Upgrade

```bash
npm install -g @roodriigoooo/pi-docket@0.7.3
```

Publishing is handled by the `Release` GitHub Actions workflow. It verifies `package.json` matches `v0.7.3`, publishes to npm with provenance, packs the npm artifact, and creates the GitHub Release from this file.
