pi-oracle 0.6.12 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
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
+
5
16
  ## 0.6.12 - 2026-05-01
6
17
 
7
18
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-oracle",
3
- "version": "0.6.12",
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,14 +55,15 @@
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.71.1",
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",