pi-oracle 0.1.7 → 0.1.8

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.
@@ -106,7 +106,7 @@ export const DEFAULT_CONFIG: OracleConfig = {
106
106
  sessionPrefix: "oracle",
107
107
  authSeedProfileDir: join(agentExtensionsDir, "oracle-auth-seed-profile"),
108
108
  runtimeProfilesDir: join(agentExtensionsDir, "oracle-runtime-profiles"),
109
- maxConcurrentJobs: 2,
109
+ maxConcurrentJobs: 8,
110
110
  cloneStrategy: "apfs-clone",
111
111
  chatUrl: "https://chatgpt.com/",
112
112
  authUrl: "https://chatgpt.com/auth/login",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-oracle",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
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",