@zeph-to/cli 2.19.0 → 2.20.0

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.
@@ -17,7 +17,7 @@
17
17
  * - The transcript viewer (ctrl+o) overlays the pane; the agent may
18
18
  * still be working underneath, so it must not change the state.
19
19
  *
20
- * codex/gemini start with no rules: they report `unknown` until a
20
+ * codex/gemini/pi start with no rules: they report `unknown` until a
21
21
  * vetted rule set ships via OTA. Honest ignorance beats guessed state.
22
22
  */
23
23
  import { type DetectionManifest } from './agent-state.js';
@@ -20,7 +20,7 @@ exports.DEFAULT_MANIFEST = void 0;
20
20
  * - The transcript viewer (ctrl+o) overlays the pane; the agent may
21
21
  * still be working underneath, so it must not change the state.
22
22
  *
23
- * codex/gemini start with no rules: they report `unknown` until a
23
+ * codex/gemini/pi start with no rules: they report `unknown` until a
24
24
  * vetted rule set ships via OTA. Honest ignorance beats guessed state.
25
25
  */
26
26
  const agent_state_js_1 = require("./agent-state.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeph-to/cli",
3
- "version": "2.19.0",
3
+ "version": "2.20.0",
4
4
  "description": "Zeph CLI + push notification SDK for AI agents",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",