@99percentpeople/pi-codex-api 0.3.0 → 0.3.2

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 CHANGED
@@ -35,15 +35,15 @@ monitoring — **no OpenAI API key required**.
35
35
 
36
36
  Subscription usage, limit-reached state, and reset-card redemption:
37
37
 
38
- ![codex usage demo](../../promo/demo/codex-api.gif)
38
+ ![codex usage demo](https://raw.githubusercontent.com/99percentpeople/pi-extensions/master/promo/demo/codex-api.gif)
39
39
 
40
40
  Web search with clean result cards (search → open a result → summarize):
41
41
 
42
- ![codex search demo](../../promo/demo/codex-search.gif)
42
+ ![codex search demo](https://raw.githubusercontent.com/99percentpeople/pi-extensions/master/promo/demo/codex-search.gif)
43
43
 
44
44
  Image generation with `gpt-image-2` (saved PNG + description):
45
45
 
46
- ![codex image demo](../../promo/demo/codex-image.gif)
46
+ ![codex image demo](https://raw.githubusercontent.com/99percentpeople/pi-extensions/master/promo/demo/codex-image.gif)
47
47
 
48
48
  ## Ask Codex
49
49
 
@@ -56,7 +56,7 @@ workspace into the request automatically, so the tool prompt must contain the
56
56
  necessary context, target language, and output format. Optional controls include:
57
57
 
58
58
  - an exact `openai-codex` model ID from Pi's existing model list (otherwise the
59
- active Codex model or first logged-in Codex model is selected);
59
+ current official ChatGPT Codex default is resolved from its live model catalog);
60
60
  - reasoning effort and per-call answer detail;
61
61
  - up to five workspace images or recent conversation images for vision;
62
62
  - an explicit output-token cap when the default 8,192 tokens is unsuitable.