@benvargas/pi-openai-verbosity 1.0.0 → 1.0.1

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
@@ -26,7 +26,7 @@ That upstream change addresses the original `gpt-5.5` issue, but it also means p
26
26
  This extension now provides the missing user-facing control: per-slug verbosity settings for pi's
27
27
  `openai-codex` provider.
28
28
 
29
- Requires pi `0.57.0` or newer.
29
+ Requires pi `0.74.0` or newer.
30
30
 
31
31
  ## What It Does
32
32
 
@@ -9,7 +9,7 @@
9
9
  import { appendFileSync, existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";
10
10
  import { homedir } from "node:os";
11
11
  import { dirname, join } from "node:path";
12
- import type { ExtensionAPI, ExtensionContext } from "@mariozechner/pi-coding-agent";
12
+ import type { ExtensionAPI, ExtensionContext } from "@earendil-works/pi-coding-agent";
13
13
 
14
14
  const VERBOSITY_COMMAND = "openai-verbosity";
15
15
  const VERBOSITY_CONFIG_BASENAME = "pi-openai-verbosity.json";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benvargas/pi-openai-verbosity",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Per-model OpenAI Codex text verbosity overrides for pi",
5
5
  "keywords": [
6
6
  "pi",
@@ -28,7 +28,7 @@
28
28
  ]
29
29
  },
30
30
  "peerDependencies": {
31
- "@mariozechner/pi-coding-agent": ">=0.57.0"
31
+ "@earendil-works/pi-coding-agent": ">=0.74.0"
32
32
  },
33
33
  "repository": {
34
34
  "type": "git",