fast-puppy v0.1.0
First release of fast-puppy — a fork of code-puppy published under a new PyPI name.
Highlights:
- Performance/token-management hardening: bounded the model-validation cache (LRU), moved the startup prompt_toolkit install off the event loop, and deduplicated the per-step history token sums (resolve the per-model multiplier once).
- Published via PyPI Trusted Publishing (OIDC).
Install: pip install fast-puppy (CLI: code-puppy / pup).