@diegopetrucci/pi-extensions 0.1.40 → 0.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -167,7 +167,7 @@ function syncModelBetaHeader(ctx: ExtensionContext, state: SessionState): void {
|
|
|
167
167
|
const requiredBase = ctx.modelRegistry.isUsingOAuth(model) ? CLAUDE_CODE_OAUTH_BETAS : [];
|
|
168
168
|
const next = shouldEnable
|
|
169
169
|
? Array.from(new Set([...existing, ...requiredBase, FAST_BETA]))
|
|
170
|
-
: existing.filter((beta) => beta !== FAST_BETA
|
|
170
|
+
: existing.filter((beta) => beta !== FAST_BETA);
|
|
171
171
|
|
|
172
172
|
delete headers["Anthropic-Beta"];
|
|
173
173
|
if (next.length > 0) headers["anthropic-beta"] = next.join(",");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diegopetrucci/pi-extensions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.41",
|
|
4
4
|
"description": "A collection of pi extensions for context management, workflow audits, review-comment triage, notifications, brrr push alerts, safety guards, GitHub research, repo-local knowledge, todos, tool rendering, and model/provider helpers.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|