pi-oracle 0.1.5 → 0.1.6

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.
@@ -44,15 +44,7 @@ export default function oracleExtension(pi: ExtensionAPI) {
44
44
  }
45
45
  }
46
46
 
47
- pi.on("session_start", async (_event, ctx) => {
48
- startPollerForContext(undefined, ctx);
49
- });
50
-
51
- pi.on("session_switch", async (event, ctx) => {
52
- startPollerForContext(event.previousSessionFile, ctx);
53
- });
54
-
55
- pi.on("session_fork", async (event, ctx) => {
47
+ pi.on("session_start", async (event, ctx) => {
56
48
  startPollerForContext(event.previousSessionFile, ctx);
57
49
  });
58
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-oracle",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
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",