codex-message 0.2.0 → 0.4.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.
package/README.md CHANGED
@@ -26,6 +26,7 @@ Example:
26
26
 
27
27
  ```bash
28
28
  codex-message --to jay --model gpt-5.4
29
+ codex-message --to jay --model gpt-5.4 --yolo
29
30
  ```
30
31
 
31
32
  Useful flags:
@@ -35,3 +36,4 @@ Useful flags:
35
36
  - `--approval-policy on-request`
36
37
  - `--sandbox workspace-write`
37
38
  - `--network-access`
39
+ - `--yolo` = `--approval-policy never` + `--sandbox danger-full-access`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codex-message",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "description": "Codex wrapper for agent-message on macOS",
5
5
  "type": "module",
6
6
  "bin": {
@@ -12,8 +12,8 @@
12
12
  "npm/runtime"
13
13
  ],
14
14
  "scripts": {
15
- "prepare:npm-bundle": "node ./scripts/prepare-npm-bundle.mjs",
16
- "prepack": "node ./scripts/prepare-npm-bundle.mjs",
15
+ "prepare:npm-bundle": "node ../scripts/sync-wrapper-package-versions.mjs && node ./scripts/prepare-npm-bundle.mjs",
16
+ "prepack": "node ../scripts/sync-wrapper-package-versions.mjs && node ./scripts/prepare-npm-bundle.mjs",
17
17
  "pack:dry-run": "npm pack --dry-run"
18
18
  },
19
19
  "engines": {