Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ title = "pi-commandcode-provider secret scan"
[allowlist]
description = "Known safe paths and test fixtures"
paths = [
# Test helpers with mock credentials
"tests/test-oauth.ts",
"tests/test-stream.ts",
"tests/test-pure-functions.ts",
"tests/test-pi-local.mjs",
"tests/test-omp-compat.mjs",
# Test fixtures use intentionally fake credentials.
"^tests/",
# CI workflows reference NPM_TOKEN secret name
".github/workflows/publish.yml",
]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- 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.

## 0.3.1 - 2026-05-29

- Bump CLI version header to `0.29.0` for Command Code API parity.
Expand Down
Loading
Loading