codex-webapp 0.1.5 → 0.1.7

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.ja.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  Codex `0.130.0` では、ヘッドレスでリモート制御可能な app-server を起動しやすくする入口として `codex remote-control` が追加されました。[^1] これは大きな前進ですが、そのリリースだけで誰でもすぐに使えるブラウザUIやスマホ向け体験が同梱されたわけではありません。Codex WebApp はその間を埋めるために、ローカルの Codex を確認し、`localhost` 上で Codex 風のWeb画面を起動し、最後に本当に開けたかを smoke test します。
12
12
 
13
- ![Codex WebApp overview](./docs/assets/codex-webapp-overview.svg)
13
+ ![Codex WebApp の流れ](./docs/assets/codex-webapp-readme-ja.png)
14
14
 
15
15
  ## なぜ作ったか
16
16
 
@@ -150,7 +150,7 @@ Codex WebApp は telemetry、analytics、browser extension、project-operated ph
150
150
  | Codex CLI | `codex remote-control` を使うため、`0.130.0` 以上が必要です。 |
151
151
  | Node.js | `20` 以上が必要です。 |
152
152
  | network binding | デフォルトは `127.0.0.1`。非 loopback host は明示的な opt-in が必要です。 |
153
- | package channel | npm の `latest` channel から `codex-webapp` を使ってください。現在の release は `0.1.5` です。 |
153
+ | package channel | npm の `latest` channel から `codex-webapp` を使ってください。現在の release は `0.1.7` です。 |
154
154
 
155
155
  Codex が入っていない、または古い場合は、先に更新してください。
156
156
 
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  Codex `0.130.0` added `codex remote-control` as a simpler entrypoint for starting a headless, remotely controllable app-server.[^1] That is an important foundation, but the CLI release does not by itself give every user a ready-to-use browser or phone-friendly experience. Codex WebApp fills that gap by checking your local Codex installation, starting a pinned browser surface on `localhost`, and verifying that the page actually opened.
12
12
 
13
- ![Codex WebApp overview](./docs/assets/codex-webapp-overview.svg)
13
+ ![Codex WebApp flow](./docs/assets/codex-webapp-readme.png)
14
14
 
15
15
  ## Why this exists
16
16
 
@@ -144,7 +144,7 @@ Codex WebApp does not include telemetry, analytics, a browser extension, or a pr
144
144
  | Codex CLI | `0.130.0` or newer, because `codex remote-control` is required. |
145
145
  | Node.js | `20` or newer. |
146
146
  | Network binding | `127.0.0.1` by default. Non-loopback hosts require explicit opt-in. |
147
- | Package channel | `codex-webapp` from the npm `latest` channel. Current release: `0.1.5`. |
147
+ | Package channel | `codex-webapp` from the npm `latest` channel. Current release: `0.1.7`. |
148
148
 
149
149
  If Codex is missing or too old, update it first.
150
150
 
@@ -80,7 +80,7 @@ npx -y codex-webapp smoke \
80
80
 
81
81
  이 패키지는 Codex App native marketplace plugin, browser extension, one-click installer, managed hosting service가 아닙니다. Codex App에 프롬프트를 붙여 넣고, Codex가 `npx`로 npm 패키지를 실행하는 방식입니다.
82
82
 
83
- 현재 release는 `0.1.5`이며 early, compatibility-first입니다. 현재 `0xcaff/codex-web` commit `585613f5a3a355af5aefc388ca4e31b07a472cda`를 참조하는 Codex 스타일 browser runtime을 실행하고, 그 주변에 설치, 안전, 문서, 검증 evidence 계층을 더합니다.
83
+ 현재 release는 `0.1.7`이며 early, compatibility-first입니다. 현재 `0xcaff/codex-web` commit `585613f5a3a355af5aefc388ca4e31b07a472cda`를 참조하는 Codex 스타일 browser runtime을 실행하고, 그 주변에 설치, 안전, 문서, 검증 evidence 계층을 더합니다.
84
84
 
85
85
  ## Security And Privacy
86
86
 
@@ -80,7 +80,7 @@ npx -y codex-webapp smoke \
80
80
 
81
81
  这不是 Codex App native marketplace plugin、browser extension、one-click installer 或 managed hosting service。它的使用方式是:把提示词粘贴到 Codex App,让 Codex 通过 `npx` 执行 npm 包。
82
82
 
83
- 当前 release 为 `0.1.5`,仍处于 early 阶段,并采用 compatibility-first 方针。它目前运行一个引用 `0xcaff/codex-web` commit `585613f5a3a355af5aefc388ca4e31b07a472cda` 的 Codex 风格 browser runtime,并在其周围增加安装、安全、文档和验证证据层。
83
+ 当前 release 为 `0.1.7`,仍处于 early 阶段,并采用 compatibility-first 方针。它目前运行一个引用 `0xcaff/codex-web` commit `585613f5a3a355af5aefc388ca4e31b07a472cda` 的 Codex 风格 browser runtime,并在其周围增加安装、安全、文档和验证证据层。
84
84
 
85
85
  ## Security And Privacy
86
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codex-webapp",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Unofficial. Respectful web app surface, doctor, and safety wrapper for Codex App users.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",