@wolfx/pi-magic-context 0.21.8-patch.1 → 0.21.8-patch.2
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -175874,7 +175874,7 @@ function formatThresholdPercent(value) {
|
|
|
175874
175874
|
// package.json
|
|
175875
175875
|
var package_default = {
|
|
175876
175876
|
name: "@wolfx/pi-magic-context",
|
|
175877
|
-
version: "0.21.8-patch.
|
|
175877
|
+
version: "0.21.8-patch.2",
|
|
175878
175878
|
type: "module",
|
|
175879
175879
|
description: "Pi coding agent extension for Magic Context — cross-session memory and context management",
|
|
175880
175880
|
main: "dist/index.js",
|
package/package.json
CHANGED