pi-oracle 0.6.11 → 0.6.13
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/CHANGELOG.md +21 -0
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.6.13 - 2026-05-01
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
- updated the local pi development baseline to `@mariozechner/pi-coding-agent` `0.72.0` and refreshed the TypeBox development dependency graph
|
|
9
|
+
- regenerated the npm lockfile against the current stable dependency graph
|
|
10
|
+
- aligned pi core peer metadata with current pi package guidance
|
|
11
|
+
|
|
12
|
+
### Compatibility
|
|
13
|
+
- reviewed the pi `0.72.0` changelog and confirmed the oracle extension does not define provider `compat.reasoningEffortMap` metadata and remains compatible with current extension lifecycle and package install/update guidance
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## 0.6.12 - 2026-05-01
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
- updated the local pi development baseline to `@mariozechner/pi-coding-agent` `0.71.1` and refreshed the TypeBox development dependency
|
|
20
|
+
- regenerated the npm lockfile against the current stable dependency graph
|
|
21
|
+
|
|
22
|
+
### Compatibility
|
|
23
|
+
- reviewed the pi `0.71.1` changelog and confirmed the oracle extension remains compatible with current extension lifecycle, package install/update, and TypeBox 1.x guidance
|
|
24
|
+
|
|
25
|
+
|
|
5
26
|
## 0.6.11 - 2026-04-30
|
|
6
27
|
|
|
7
28
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-oracle",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.13",
|
|
4
4
|
"description": "ChatGPT web-oracle extension for pi with isolated browser auth, async jobs, and project-context archives.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
@@ -55,18 +55,19 @@
|
|
|
55
55
|
"@steipete/sweet-cookie": "^0.2.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"typebox": "*"
|
|
58
|
+
"typebox": "*",
|
|
59
|
+
"@mariozechner/pi-coding-agent": "*"
|
|
59
60
|
},
|
|
60
61
|
"overrides": {
|
|
61
62
|
"basic-ftp": "5.3.0",
|
|
62
63
|
"protobufjs": "7.5.5"
|
|
63
64
|
},
|
|
64
65
|
"devDependencies": {
|
|
65
|
-
"@mariozechner/pi-coding-agent": "^0.
|
|
66
|
+
"@mariozechner/pi-coding-agent": "^0.72.0",
|
|
66
67
|
"@types/node": "^25.6.0",
|
|
67
68
|
"esbuild": "^0.28.0",
|
|
68
69
|
"tsx": "^4.21.0",
|
|
69
|
-
"typebox": "^1.1.
|
|
70
|
+
"typebox": "^1.1.37",
|
|
70
71
|
"typescript": "^6.0.3"
|
|
71
72
|
},
|
|
72
73
|
"engines": {
|