@99percentpeople/pi-codex-api 0.1.2 → 0.1.3
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/README.md +4 -1
- package/dist/index.js +1769 -0
- package/dist/index.js.map +18 -0
- package/package.json +6 -12
- package/client.ts +0 -237
- package/config.ts +0 -79
- package/image.ts +0 -346
- package/index.ts +0 -106
- package/render.ts +0 -23
- package/search-display.ts +0 -374
- package/search.ts +0 -374
- package/settings.ts +0 -123
- package/usage.ts +0 -628
package/README.md
CHANGED
|
@@ -24,9 +24,12 @@ ChatGPT subscription backend rather than metered Platform API usage.
|
|
|
24
24
|
pi install npm:@99percentpeople/pi-codex-api
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
During development
|
|
27
|
+
During development, build the npm artifact before installing the package
|
|
28
|
+
directory:
|
|
28
29
|
|
|
29
30
|
```bash
|
|
31
|
+
bun run build:packages
|
|
32
|
+
bun run --cwd extensions/codex-api build
|
|
30
33
|
pi install ./extensions/codex-api
|
|
31
34
|
```
|
|
32
35
|
|