Skip to content

Commit 0968eff

Browse files
authored
Merge pull request #29 from narumiruna/fix/node-domexception-warning
fix: replace deprecated node-domexception
2 parents cc34005 + 83fc297 commit 0968eff

3 files changed

Lines changed: 12 additions & 21 deletions

File tree

MEMORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Extension statusline entries should be activity-based: only show an extension in status when it is actively running, retrying, or needs attention; avoid permanent “configured/ready/on” statuses.
1414
- Codex usage can be queried without Codex CLI by sending Pi's `openai-codex` bearer token to `https://chatgpt.com/backend-api/wham/usage`; response uses Codex `RateLimitStatusPayload` snake_case fields.
1515
- `pi-codex-usage` statusline must select a rate-limit bucket by current model id/name; `gpt-5.3-codex-spark` can use its own returned bucket instead of primary `codex`.
16+
- `node-domexception` deprecation comes via `@google/genai -> google-auth-library -> gaxios -> node-fetch -> fetch-blob`; use the root npm override to `npm:@profoundlogic/node-domexception`.
1617

1718
## TASTE
1819

package-lock.json

Lines changed: 8 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@
3131
"@types/node": "^25.6.0",
3232
"typebox": "^1.1.37",
3333
"typescript": "^6.0.3"
34+
},
35+
"overrides": {
36+
"node-domexception": "npm:@profoundlogic/node-domexception@1.0.2"
3437
}
3538
}

0 commit comments

Comments
 (0)