chore(release): publish 0.4.1

Bump package version to 0.4.1 and update the changelog.
This commit is contained in:
Patrick Wozniak
2026-06-16 16:19:35 +02:00
committed by GitHub
parent 88d8706234
commit c602e00da5
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -2,6 +2,11 @@
## Unreleased
## 0.4.1 - 2026-06-16
- 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`.
## 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.