pi-oracle 0.6.9 → 0.6.10
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 +9 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.6.10 - 2026-04-23
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
- updated the local pi development baseline to `@mariozechner/pi-coding-agent` `0.70.0`
|
|
9
|
+
- regenerated the npm lockfile against the current stable dependency graph
|
|
10
|
+
|
|
11
|
+
### Compatibility
|
|
12
|
+
- reviewed the pi `0.70.0` changelog and confirmed the oracle extension does not depend on the changed terminal progress defaults or the new `--no-builtin-tools` behavior
|
|
13
|
+
|
|
5
14
|
## 0.6.9 - 2026-04-23
|
|
6
15
|
|
|
7
16
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-oracle",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.10",
|
|
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",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
"protobufjs": "7.5.5"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@mariozechner/pi-coding-agent": "^0.
|
|
65
|
+
"@mariozechner/pi-coding-agent": "^0.70.0",
|
|
66
66
|
"@types/node": "^25.6.0",
|
|
67
67
|
"esbuild": "^0.28.0",
|
|
68
68
|
"tsx": "^4.21.0",
|
|
69
|
-
"typebox": "^1.1.
|
|
69
|
+
"typebox": "^1.1.33",
|
|
70
70
|
"typescript": "^6.0.3"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|