-
Promptkit v0.7.0
released this
2026-08-25 02:22:25 +00:00 | 27 commits to main since this releaseValidated commit:
c53250f023
Compatibility: Pre-v1 minor release. Existing keyed configuration literals and errors.Is handling remain supported. Consumers using positional Profile or OpenAICompatibleProfileConfig literals must convert them to keyed literals; the rakestrawhome backend ID is now reserved; and unavailable optional API-key environment sources now reach upstream without an Authorization header.
Public API changes: Adds BackendRakestrawHome; GenerationError and its status and provider-detail accessors; Profile.BaseProfileID; and OpenAICompatibleProfileConfig.BaseProfileID. No public declaration was removed.
Consumer action: Remove any manual rakestrawhome backend registration, convert positional profile literals to keyed literals, use Profile.APIKeyRequired where missing credentials must fail locally, treat GenerationError provider details as untrusted and potentially sensitive, and run consumer tests after upgrading.Downloads