You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Gemini generate requests rejected by Vertex when tool parameters contain nullable type arrays. Preserve required fields and literal data without changing other models' schemas (#103, #99).
Refresh the Command Code CLI catalog to 1.56.0, including Qwen 3.8 Omni Flash image input, reasoning effort levels, a 131,072-token output limit, and reviewed display pricing (#102).
Correct npm-installed Oh My Pi plugin updates to use omp plugin install pi-commandcode-provider --force (#104).
Contributors
@JaimeGonzalezVallejo — reported, fixed, and live-validated Gemini nullable-schema handling.
@Newbie-troll — corrected the Oh My Pi update instructions.
Validation
Local release candidate: full npm test, real Pi against a mock API, typecheck, formatting, and git diff --check passed.
npm audit --audit-level=moderate: zero vulnerabilities.
Package dry-run: 29 files; no test artifacts or credentials included.
Included PRs passed GitHub CI, including Oh My Pi compatibility, security checks, and memory benchmarks.
Release-branch CI and published npm-package smoke tests remain pending. Local Oh My Pi test was skipped because omp is not installed; no new live-auth test was run during release preparation.
Compared base 940a757 with PR head f53d850 on the same GitHub-hosted darwin runner. Lower values are better.
Metric
Base
PR
PR − Base
Change
Stable RSS
121.7 MiB ± 0.8 MiB
119.8 MiB ± 0.7 MiB
-1.8 MiB ± 0.7 MiB
-1.4%
Physical footprint
67.5 MiB ± 0.6 MiB
66.9 MiB ± 0.6 MiB
-0.1 MiB ± 0.4 MiB
-0.2%
Physical peak
79.2 MiB ± 0.8 MiB
78.3 MiB ± 1.0 MiB
-0.5 MiB ± 1.3 MiB
-0.7%
Interpretation: Differences larger than their measured MAD: Stable RSS -1.8 MiB ± 0.7 MiB.
Extension overhead above pi baseline
Metric
Base overhead
PR overhead
Difference
Stable RSS
+6.9 MiB ± 1.2 MiB
+5.8 MiB ± 1.8 MiB
-1.8 MiB ± 0.7 MiB
Physical footprint
+3.2 MiB ± 0.2 MiB
+3.1 MiB ± 1.1 MiB
-0.1 MiB ± 0.4 MiB
Physical peak
+3.8 MiB ± 0.8 MiB
+3.8 MiB ± 1.1 MiB
-0.5 MiB ± 1.3 MiB
Values are medians of 6 alternating, paired runs. The value after ± is the median absolute deviation (MAD). Each process was sampled 12 times after a 2500 ms warm-up.
Environment: pi 0.84.4, Bun 1.4.0, darwin arm64. RSS comes from ps; physical footprint and peak come from macOS footprint.
This is a comparative signal, not a pass/fail threshold. GitHub-hosted runner noise can affect absolute values.
Shipped in pi-commandcode-provider@0.7.1 / GitHub release v0.7.1. Published package installation and model discovery verified; release CI is green. Thank you!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pi-commandcode-provider 0.7.1
Changes
1.56.0, including Qwen 3.8 Omni Flash image input, reasoning effort levels, a 131,072-token output limit, and reviewed display pricing (#102).omp plugin install pi-commandcode-provider --force(#104).Contributors
Validation
npm test, real Pi against a mock API, typecheck, formatting, andgit diff --checkpassed.npm audit --audit-level=moderate: zero vulnerabilities.ompis not installed; no new live-auth test was run during release preparation.