docs(release): document deployment process

Add a release/deployment skill and record contributors in the 0.4.1 changelog.
This commit is contained in:
Patrick Wozniak
2026-06-16 16:35:25 +02:00
committed by GitHub
parent c602e00da5
commit 0f6fc17816
2 changed files with 108 additions and 0 deletions
+6
View File
@@ -7,6 +7,12 @@
- Use the explicit `$COMMANDCODE_API_KEY` provider registration syntax expected by newer pi versions, removing the startup deprecation warning while keeping legacy placeholder compatibility.
- Refresh development dependency lockfile entries to resolve npm audit findings for `tsx`/`esbuild` and `protobufjs`.
### Contributors
- @plumj-am — fixed the pi provider `apiKey` deprecation warning.
- @cad0p — reported retry/deprecation-related issues that helped validate the current behavior.
- @bl4zee1g — reported provider availability concerns that prompted additional local/live validation.
## 0.4.0 - 2026-06-02
- Add retry mechanism for transient HTTP errors (429, 5xx) and stream-level errors, configurable via pi `settings.json` `retry.provider` fields (`timeoutMs`, `maxRetries`, `maxRetryDelayMs`). Supports exponential backoff with jitter and `Retry-After` header.