codex-agent-view 0.2.0 → 0.3.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/.codex-plugin/plugin.json +6 -6
- package/README.md +126 -45
- package/bin/codex-agent-view.mjs +231 -20
- package/hooks/hooks.json +44 -0
- package/package.json +2 -2
- package/public/app.js +92 -10
- package/public/index.html +9 -4
- package/public/styles.css +72 -0
- package/scripts/send-hook.mjs +27 -1
- package/skills/codex-agent-view/SKILL.md +130 -10
- package/src/core/monitor-store.mjs +110 -2
- package/src/core/normalize-hook-payload.mjs +32 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codex-agent-view",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Read-only
|
|
3
|
+
"version": "0.3.0",
|
|
4
|
+
"description": "Read-only Codex app task snapshots with an optional local live monitor.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Junho Yoon",
|
|
7
7
|
"url": "https://github.com/JunhoYoon95"
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"skills": "./skills/",
|
|
13
13
|
"interface": {
|
|
14
14
|
"displayName": "Codex Agent View",
|
|
15
|
-
"shortDescription": "
|
|
16
|
-
"longDescription": "
|
|
15
|
+
"shortDescription": "View active Codex tasks.",
|
|
16
|
+
"longDescription": "View privacy-minimized active task and subagent snapshots inside the official Codex app, with an optional localhost live monitor in the built-in Browser.",
|
|
17
17
|
"developerName": "Junho Yoon",
|
|
18
18
|
"category": "Productivity",
|
|
19
19
|
"brandColor": "#123F35",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"privacyPolicyURL": "https://github.com/JunhoYoon95/codex-agent-view/blob/main/docs/privacy.md",
|
|
28
28
|
"termsOfServiceURL": "https://github.com/JunhoYoon95/codex-agent-view/blob/main/docs/terms.md",
|
|
29
29
|
"defaultPrompt": [
|
|
30
|
-
"Show the
|
|
31
|
-
"
|
|
30
|
+
"Show the active Codex tasks and subagents in this app.",
|
|
31
|
+
"Open the live Codex Agent View in the built-in Browser."
|
|
32
32
|
]
|
|
33
33
|
}
|
|
34
34
|
}
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Codex Agent View
|
|
2
2
|
|
|
3
|
-
Codex Agent View는 공식 Codex
|
|
3
|
+
Codex Agent View는 공식 Codex 앱 안에서 여러 workspace의 active task와 subagent를 privacy-minimized snapshot으로 보여주고, 필요할 때만 hook 기반 local live monitor를 여는 read-only companion plugin이다. Codex를 대체하거나 task를 제어하지 않는다.
|
|
4
4
|
|
|
5
5
|
> 비공식 커뮤니티 프로젝트이며 OpenAI의 공식 제품, 제휴 제품, 공식 지원 프로젝트가 아니다.
|
|
6
6
|
|
|
@@ -8,33 +8,61 @@ Codex Agent View는 공식 Codex 앱을 그대로 사용하면서 부모 task와
|
|
|
8
8
|
|
|
9
9
|
### 현재 상태
|
|
10
10
|
|
|
11
|
-
현재 source
|
|
11
|
+
현재 source는 아직 배포되지 않은 `0.3.0` candidate이며 public npm `latest`는 `0.2.1`이다. 다음 구성은 source에 구현되어 있다.
|
|
12
12
|
|
|
13
|
+
- 공식 Codex 앱의 내장 thread tools를 우선 사용하는 app-native active-task snapshot skill
|
|
13
14
|
- `.codex-plugin/plugin.json`, local marketplace catalog, genuine Codex skill
|
|
14
|
-
-
|
|
15
|
+
- 부모 task용 `SessionStart`, `SessionEnd`, `UserPromptSubmit`, `Stop`과 subagent/tool/permission hook wiring
|
|
15
16
|
- privacy-minimized hook sender와 bounded in-memory reducer
|
|
16
17
|
- `127.0.0.1` 전용 token-authenticated local HTTP runtime
|
|
17
18
|
- 부모 task/session, subagent, 최근 활동, permission wait 상태를 표시하는 local UI
|
|
18
19
|
- `start`, `status`, `doctor`, `install`, `uninstall` CLI
|
|
19
20
|
- 명시적 설치·hook trust·제거 경로
|
|
20
21
|
|
|
21
|
-
Homebrew Codex CLI와 공식 앱에 포함된 embedded Codex executable
|
|
22
|
+
Homebrew Codex CLI와 공식 앱에 포함된 embedded Codex executable에서는 plugin 설치와 lifecycle payload를 검증했다. 그러나 `0.2.0`을 실행 중인 공식 앱 process에 설치·enable한 실사용 재현에서는 실제 subagent 2개를 실행해도 monitor가 event를 0건 수신했다. Monitor, plugin 등록, enable, 설치 bundle은 정상이었지만 앱 log에는 sender 실행 흔적이 없었다. 같은 app process가 설치 전의 `hooks/list` snapshot을 유지한 정황이 있으며, CLI JSON으로 exact hook trust 상태를 확인할 수 없어 config snapshot과 trust 중 어느 경계에서 skip됐는지는 확정하지 않았다.
|
|
22
23
|
|
|
23
|
-
|
|
24
|
+
`0.2.1`은 부모 task lifecycle hook을 추가하고, `status`, `doctor`, 빈 UI가 “monitor 정상”과 “hook event 수신”을 구분하도록 개선한 patch다. 공식 Codex 앱 `26.727.40816`(`build 6067`)을 재시작하고 설치·활성화된 plugin `0.2.1`을 사용한 실제 E2E에서 task ID를 사전 등록하지 않아도 parent session 3개와 subagent 3개가 UI에 자동으로 나타났다. 실제 hook의 `SessionStart`, `UserPromptSubmit`, `Stop`, `SubagentStart`, `SubagentStop`, `PreToolUse`, `PostToolUse`, `PermissionRequest`가 sender → loopback monitor → UI 경로에 반영됐다. `SessionEnd` wiring은 포함돼 있지만 실제 공식 앱 event는 아직 관찰하지 않았으므로 호환 확인을 주장하지 않는다.
|
|
25
|
+
|
|
26
|
+
`0.3.0` candidate의 팀장 E2E에서는 공식 앱 내장 thread tools로 `kyurasi-next-supabase`의 active task, workspace basename, title, description, explicit `inProgress` status, 최신 explicit agent commentary와 `subAgentActivity`를 확인했다. 완료 직후 list 결과가 explicit `idle`, `hasUnreadTurn: true`로 바뀌는 것도 확인했다. Skill은 이를 running/active와 분리한 `완료/확인 대기` 표시 그룹에 포함하지만, `idle + unread`만으로 완료 또는 성공을 추론하지 않는다. 별도의 hook/browser monitor에서는 실제 `SessionEnd`까지 관찰했다. 이는 source candidate 증거이며 `0.3.0` npm publish, tag, GitHub Release 또는 public artifact 설치 E2E를 뜻하지 않는다.
|
|
27
|
+
|
|
28
|
+
Maintainer npm 2FA는 `auth-and-writes` mode로 활성화됐고 현재 `latest`인 `codex-agent-view@0.2.1`은 public npm registry에서 사용할 수 있다. npm publish와 별개인 Universal Plugins Directory 제출은 아직 완료되지 않아 directory 검색에는 나타나지 않는다.
|
|
29
|
+
|
|
30
|
+
검증된 `0.2.0` 릴리스: npm `gitHead`와 annotated `v0.2.0` tag는 commit `00b62af56698ac875e39c7d1386905c157c3a7e8`로 일치하고, registry SRI/signature 및 tag source와 registry artifact의 21개 package file byte 일치를 확인했다. [GitHub Release v0.2.0](https://github.com/JunhoYoon95/codex-agent-view/releases/tag/v0.2.0)은 공개 상태다. 별도 npm provenance attestation은 선택 사항이며 이 릴리스에는 없다.
|
|
31
|
+
|
|
32
|
+
공개 `0.2.1` patch: registry의 `latest`, version, `Apache-2.0` license, executable mapping, 21개 package file, unpacked size `144644`, npm `gitHead` `8d6a67c9aafa23f801235d747ff018d254378970`, shasum, exact SRI와 registry signature를 확인했다. Annotated `v0.2.1` tag는 같은 commit에 생성·push됐고 [GitHub Release v0.2.1](https://github.com/JunhoYoon95/codex-agent-view/releases/tag/v0.2.1)이 공개됐다. Clean cache exact-version `npx --version`을 통과했으며 registry tarball 21개 file과 tagged source가 byte-identical이다. 이 기기의 global install과 copied marketplace도 같은 registry tarball 21개 file과 byte-identical이고, CLI `0.2.1`, plugin installed/enabled, hook wiring 9종, 실제 session 자동 수신과 probe subagent의 running → stopped/UI 완료 반영을 검증했다.
|
|
24
33
|
|
|
25
34
|
### 제품 경계
|
|
26
35
|
|
|
27
|
-
Codex Agent View는 historical audit이나 session replay 제품이 아니라 현재 활동을 보여주는 live companion이다. Bounded in-memory state와 monitor 재시작 시 reset은 privacy와 단순한 failure boundary를 위한 의도된
|
|
36
|
+
Codex Agent View는 historical audit이나 session replay 제품이 아니라 현재 활동을 보여주는 live companion이다. Bounded in-memory state와 monitor 재시작 시 reset은 privacy와 단순한 failure boundary를 위한 의도된 완성 설계다. SQLite/영구 history는 누락된 요구사항이 아니다. 실제 사용자 요구가 입증될 때에만 retention, migration, deletion, privacy 비용을 별도 검토하는 명시적 opt-in 기능 후보로 취급한다.
|
|
28
37
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
38
|
+
- 앱 안의 현재 task snapshot은 공식 Codex 앱이 제공하는 내장 thread tools의 explicit status와 `subAgentActivity`를 우선 사용한다.
|
|
39
|
+
- Hook event는 local monitor의 세부 lifecycle 상태에 대한 source of truth다. Monitor state는 bounded memory에만 있고 재시작하면 새 관찰 window가 시작된다.
|
|
31
40
|
- 외부 telemetry, 원격 server, account, 필수 SQLite/영구 event store가 없다.
|
|
32
41
|
- prompt, transcript path, 전체 tool input/output, assistant message를 monitor 상태나 UI에 저장·표시하지 않는다.
|
|
33
42
|
- task/subagent 중지·재시작, message 전송, permission 자동 승인·거절 기능이 없다.
|
|
34
|
-
- App Server는
|
|
43
|
+
- 별도로 실행한 App Server는 앱 내장 thread tools와 다른 process다. 공식 앱의 live source로 간주하거나 둘을 같은 API로 설명하지 않는다.
|
|
44
|
+
|
|
45
|
+
별도로 실행한 Codex `0.146` App Server의 `thread/list` fallback도 실제 확인했지만 현재 root/subagent가 모두 `notLoaded`로 나타나 공식 앱의 live running/completed 상태를 공유하지 않았다. Persisted parent ID, alias, depth 보강은 가능했지만 live 판별에는 채택하지 않았다. `0.3.0`의 primary snapshot은 이 별도 server가 아니라 현재 공식 앱이 직접 제공하는 내장 thread tools를 사용한다.
|
|
46
|
+
|
|
47
|
+
### npm, local browser UI, Plugins Directory가 각각 필요한 이유
|
|
48
|
+
|
|
49
|
+
- 공식 Codex 앱에서 plugin에게 `Show active tasks`라고 요청하는 것이 `0.3.0`의 primary UX다. 별도 monitor 실행이나 task ID 등록이 필요 없다.
|
|
50
|
+
- npm은 plugin bundle과 optional local executable, hook sender, runtime, static UI를 사용자 machine에 배포하는 fallback 경로다.
|
|
51
|
+
- Codex in-app Browser는 명시적으로 live view를 요청했을 때만 `127.0.0.1` monitor를 보여준다. 외부 website나 telemetry dashboard가 아니다.
|
|
52
|
+
- Universal Plugins Directory는 npm의 대체재가 아니다. 공개 directory의 in-app custom UI 경로는 public HTTPS MCP server와 domain verification이 필요해 local-only/no-external-server 원칙과 충돌한다. 현재는 별도의 listing/skills 제출 가능성만 검토하며, 심사·publish 전에는 Codex plugin 검색으로 설치할 수 있다고 안내하지 않는다.
|
|
35
53
|
|
|
36
54
|
Hook event가 누락·중복·역순으로 올 수 있으므로 UI의 `unknown`, `stopped_without_start`, 빈 상태는 그대로 해석해야 한다. 빈 session 목록은 “이 monitor가 event를 관찰하지 못함”이며 “실행 중인 task가 없음”의 증거가 아니다.
|
|
37
55
|
|
|
56
|
+
### 공식 Codex 앱에서 사용 — 권장
|
|
57
|
+
|
|
58
|
+
1. Codex 앱에서 Codex Agent View plugin을 선택한다.
|
|
59
|
+
2. `Show active tasks` 또는 “현재 active task와 subagent를 보여줘”라고 요청한다.
|
|
60
|
+
3. Plugin은 여러 workspace의 running/active task와 explicit `idle + hasUnreadTurn` task를 조회한다. 후자는 별도 `완료/확인 대기` 그룹에 표시하되 완료·성공으로 단정하지 않는다.
|
|
61
|
+
4. Workspace basename, 표시용 title, explicit status, 최신 explicit agent commentary와 `subAgentActivity`만 간결하게 보여준다.
|
|
62
|
+
5. Prompt, preview, tool input/output, full workspace path와 internal thread ID는 기본 표시하지 않는다.
|
|
63
|
+
|
|
64
|
+
Live hook detail이 필요할 때만 “Open the live Codex Agent View in the built-in Browser”라고 요청한다. Plugin은 healthy monitor를 재사용하며 tokenized localhost URL을 대화에 노출하지 않는다.
|
|
65
|
+
|
|
38
66
|
### 요구사항과 검증 범위
|
|
39
67
|
|
|
40
68
|
- Node.js `>=18`
|
|
@@ -45,7 +73,7 @@ Hook event가 누락·중복·역순으로 올 수 있으므로 UI의 `unknown`,
|
|
|
45
73
|
|
|
46
74
|
| Runtime | 확인된 버전 | 확인 범위 |
|
|
47
75
|
| --- | --- | --- |
|
|
48
|
-
| 공식 Codex 앱 | `26.727.40816` (`build 6067`) |
|
|
76
|
+
| 공식 Codex 앱 | `26.727.40816` (`build 6067`) | `0.3.0` source candidate app-native snapshot에서 active task/title/description/inProgress/commentary/subAgentActivity 확인; browser monitor에서 실제 `SessionEnd` 확인 |
|
|
49
77
|
| 앱 embedded Codex | `0.146.0-alpha.9.2` | isolated plugin install/runtime 및 lifecycle probe |
|
|
50
78
|
| Homebrew Codex CLI | `0.146.0` | isolated plugin install/runtime probe |
|
|
51
79
|
|
|
@@ -89,7 +117,8 @@ node bin/codex-agent-view.mjs install
|
|
|
89
117
|
2. 공식 앱의 Plugins Directory 또는 CLI `/plugins`에서 plugin이 설치·활성화됐는지 확인한다.
|
|
90
118
|
3. CLI TUI composer의 `/hooks` 또는 공식 앱의 해당 hook review UI에서 `hooks/hooks.json`과 `node "${PLUGIN_ROOT}/scripts/send-hook.mjs"` command를 검토한다.
|
|
91
119
|
4. 현재 hook definition의 exact hash를 사용자가 직접 trust한다.
|
|
92
|
-
5. 공식
|
|
120
|
+
5. Plugin 설치 전부터 공식 앱이 열려 있었다면 앱을 완전히 종료·재실행한다.
|
|
121
|
+
6. 반드시 plugin 활성화와 hook trust 이후에 **새 task**를 만든다. 설치·trust 전에 발생한 event는 재생되지 않는다.
|
|
93
122
|
|
|
94
123
|
`/hooks`는 CLI TUI command이며 `codex /hooks`라는 shell command가 아니다. Hook definition이 바뀌면 hash도 바뀌므로 다시 검토한다. 일반 설치에서 trust-bypass option을 사용하지 않는다.
|
|
95
124
|
|
|
@@ -101,10 +130,10 @@ Monitor를 foreground로 실행한다.
|
|
|
101
130
|
node bin/codex-agent-view.mjs start
|
|
102
131
|
```
|
|
103
132
|
|
|
104
|
-
기본 주소는 `127.0.0.1:43127
|
|
133
|
+
기본 주소는 `127.0.0.1:43127`이다. `start`는 URL만 출력하며 운영체제의 외부 browser를 자동으로 열지 않는다. 외부 browser 열기는 사용자가 명시적으로 원할 때만 다음처럼 실행한다.
|
|
105
134
|
|
|
106
135
|
```bash
|
|
107
|
-
node bin/codex-agent-view.mjs start --
|
|
136
|
+
node bin/codex-agent-view.mjs start --open
|
|
108
137
|
```
|
|
109
138
|
|
|
110
139
|
다른 terminal에서 상태를 확인한다.
|
|
@@ -117,35 +146,40 @@ node bin/codex-agent-view.mjs doctor --json
|
|
|
117
146
|
|
|
118
147
|
- `status`는 실행 중 monitor가 관찰한 task/session과 subagent 수를 읽는다.
|
|
119
148
|
- `status --json`은 hook 기반 snapshot과 bounded diagnostics를 반환한다.
|
|
120
|
-
- `doctor`는 Codex CLI, plugin
|
|
149
|
+
- `doctor`는 Codex CLI, plugin 설치·enable, 설치된 hook bundle, monitor event 수신 여부, runtime directory를 진단한다.
|
|
150
|
+
- `doctor`의 hook trust는 `unknown`일 수 있다. `codex plugin list --json`은 persisted exact-hook trust를 노출하지 않으므로 interactive Codex CLI의 `/hooks`에서 직접 확인한다.
|
|
121
151
|
- `Ctrl+C`는 monitor를 종료하며 in-memory state와 정상 종료된 runtime file을 정리한다.
|
|
122
152
|
|
|
123
153
|
Monitor가 꺼져 있어도 hook sender는 fail-open으로 끝나 Codex task를 막지 않는다. Monitor를 나중에 켜면 꺼져 있던 동안의 event가 복구되지는 않는다.
|
|
124
154
|
|
|
155
|
+
Monitor가 실행 중이고 plugin enable/trust가 끝난 뒤 생성되거나 재개되는 task는 hook이 도착하면 task ID를 미리 등록하지 않아도 자동으로 목록에 나타난다. UI 검색은 이렇게 자동 수신된 목록을 거르는 선택적 filter일 뿐이며, task 추적을 시작하거나 ID를 등록하는 기능이 아니다. Plugin 설치·trust 전이나 monitor downtime에 이미 지나간 event는 재생되지 않는다.
|
|
156
|
+
|
|
125
157
|
### npm에서 설치
|
|
126
158
|
|
|
127
|
-
|
|
159
|
+
아래는 아직 public `latest`인 `0.2.1`의 fallback 설치 방법이다. App-first `0.3.0` candidate는 publish 전이므로 이 명령으로 설치된다고 안내하지 않는다.
|
|
128
160
|
|
|
129
161
|
```bash
|
|
130
|
-
npm install --global codex-agent-view@0.2.
|
|
131
|
-
codex-agent-view doctor
|
|
162
|
+
npm install --global codex-agent-view@0.2.1
|
|
132
163
|
codex-agent-view install
|
|
164
|
+
codex-agent-view doctor
|
|
133
165
|
codex-agent-view start
|
|
134
166
|
```
|
|
135
167
|
|
|
136
168
|
Global install 없이 exact version을 일회성으로 실행할 수도 있다.
|
|
137
169
|
|
|
138
170
|
```bash
|
|
139
|
-
npx --yes codex-agent-view@0.2.
|
|
140
|
-
npx --yes codex-agent-view@0.2.
|
|
141
|
-
npx --yes codex-agent-view@0.2.
|
|
171
|
+
npx --yes codex-agent-view@0.2.1 doctor
|
|
172
|
+
npx --yes codex-agent-view@0.2.1 install
|
|
173
|
+
npx --yes codex-agent-view@0.2.1 start
|
|
142
174
|
```
|
|
143
175
|
|
|
176
|
+
`0.2.0` public artifact는 isolated global install과 exact-version `npx` 양쪽에서 CLI lifecycle을 통과했고 fixture event가 status/UI에 반영됐지만, 이후 실행 중이던 실제 공식 앱 process에서는 event 0건이 재현됐다. 별도의 public exact `0.2.1` artifact는 this-device global install, copied marketplace, clean-cache exact-version `npx --version`, tag/release/source byte comparison을 통과했다. 재시작한 공식 앱 E2E에서도 실제 hook 8종과 task ID 등록 없는 자동 표시를 확인했다. 후속 `0.3.0` source E2E의 browser monitor에서 실제 `SessionEnd`도 관찰했지만 `0.3.0` public artifact evidence는 아직 없다. Registry evidence와 검증 경계는 [docs/distribution.md](docs/distribution.md)에 기록한다.
|
|
177
|
+
|
|
144
178
|
npm install 자체는 Codex 설정을 자동 변경하지 않는다. `install` command는 사용자가 명시적으로 실행하며 hook trust도 사용자 검토로 남긴다. npm publish와 Universal Plugins Directory 제출은 서로 별도 절차다. 자세한 배포 경계는 [docs/distribution.md](docs/distribution.md), directory 제출 상태는 [docs/plugin-submission.md](docs/plugin-submission.md)를 참고한다.
|
|
145
179
|
|
|
146
180
|
### Privacy와 opt-in diagnostic capture
|
|
147
181
|
|
|
148
|
-
정상 hook 경로는 `scripts/send-hook.mjs`다. 이 sender는 allowlisted metadata만 값으로 남기고 나머지는 type/key/length summary로 바꾼 뒤 loopback으로 보낸다.
|
|
182
|
+
정상 hook 경로는 `scripts/send-hook.mjs`다. 이 sender는 allowlisted metadata만 값으로 남기고 나머지는 type/key/length summary로 바꾼 뒤 loopback으로 보낸다. 전체 `cwd` 대신 control character를 제거하고 120자로 제한한 basename `workspace_label`만 파생한다. Runtime reducer는 lifecycle field와 이 label을 bounded memory에만 유지한다.
|
|
149
183
|
|
|
150
184
|
정상 monitor는 event JSONL을 쓰지 않는다. `scripts/capture-hook.mjs`는 Phase 0 검증용 별도 diagnostic script이며 누군가 명시적으로 실행하거나 hook에 연결할 때만 `events.jsonl`을 만든다.
|
|
151
185
|
|
|
@@ -178,19 +212,23 @@ node bin/codex-agent-view.mjs uninstall --purge
|
|
|
178
212
|
node bin/codex-agent-view.mjs doctor --json
|
|
179
213
|
```
|
|
180
214
|
|
|
181
|
-
Monitor가 실행 중인지, stale runtime file인지, runtime directory가 예상한 위치인지 확인한다. Monitor가 실행되지 않았다면 사용자가 원할 때 `start
|
|
215
|
+
Monitor가 실행 중인지, stale runtime file인지, runtime directory가 예상한 위치인지 확인한다. Monitor가 실행되지 않았다면 사용자가 원할 때 `start`로 시작한다. 외부 browser는 `--open`을 명시한 경우에만 열린다.
|
|
182
216
|
|
|
183
217
|
#### UI에 task/subagent가 없음
|
|
184
218
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
- plugin
|
|
188
|
-
|
|
189
|
-
|
|
219
|
+
다음 순서대로 확인한다.
|
|
220
|
+
|
|
221
|
+
1. `codex-agent-view doctor --json`에서 plugin `installed`, `enabled`, hook bundle `wiring_ok`, monitor `ok`를 확인한다.
|
|
222
|
+
2. `monitor.events_received`가 `false`라면 monitor 연결 성공과 hook 전달 성공을 혼동하지 않는다.
|
|
223
|
+
3. Interactive Codex CLI의 `/hooks`에서 현재 `send-hook.mjs` definition의 exact hash를 검토하고 trust한다.
|
|
224
|
+
4. Plugin 설치 전에 열려 있던 공식 앱은 완전히 종료·재실행한다.
|
|
225
|
+
5. Plugin enable/trust 뒤 만든 새 task에서 parent prompt와 subagent를 실행한다.
|
|
226
|
+
|
|
227
|
+
빈 상태는 “이 monitor observation window에 event가 도착하지 않음”을 뜻한다. Codex에 실행 중인 task가 없다는 뜻도, 반대로 GUI가 hook을 절대 지원하지 않는다는 뜻도 아니다. 위 절차 뒤에도 `events_received: false`이면 Codex 앱 version, plugin version, 앱/CLI 구분을 포함해 issue로 보고한다.
|
|
190
228
|
|
|
191
229
|
#### `PermissionRequest`가 표시되지 않음
|
|
192
230
|
|
|
193
|
-
Approval이 실제 필요한 동작에서만 발생할 수 있다.
|
|
231
|
+
Approval이 실제 필요한 동작에서만 발생할 수 있다. 공식 앱 `26.727.40816`(`build 6067`) E2E에서는 실제 `PermissionRequest` hook이 sender → loopback monitor → UI에 도착해 read-only waiting 상태로 표시되는 것을 확인했다. 다른 환경에서 표시되지 않으면 schema 문제와 “event 자체가 발생하지 않음”을 분리해 조사한다. Monitor는 approval을 자동 처리하지 않는다.
|
|
194
232
|
|
|
195
233
|
### 문서와 지원
|
|
196
234
|
|
|
@@ -207,29 +245,56 @@ Copyright 2026 Junho Yoon. Apache License 2.0은 [LICENSE](LICENSE), attribution
|
|
|
207
245
|
|
|
208
246
|
## English Usage
|
|
209
247
|
|
|
210
|
-
Codex Agent View is a
|
|
248
|
+
Codex Agent View is a read-only companion plugin that shows privacy-minimized active tasks and subagents across workspaces inside the official Codex app, with an optional hook-based local live monitor.
|
|
211
249
|
|
|
212
250
|
> This is an unofficial community project. It is not an OpenAI product, affiliate, or officially supported project.
|
|
213
251
|
|
|
214
252
|
### Status
|
|
215
253
|
|
|
216
|
-
The current source
|
|
254
|
+
The current source is an unpublished `0.3.0` candidate; public npm `latest` remains `0.2.1`. The source includes an app-native snapshot skill that prioritizes the official Codex app's built-in thread tools, plus privacy-minimized hooks, a bounded in-memory reducer, an optional token-authenticated `127.0.0.1` dashboard, and lifecycle CLI commands.
|
|
255
|
+
|
|
256
|
+
Plugin installation and lifecycle payloads were verified with Homebrew Codex CLI and the Codex executable embedded in the official app. However, a real-use attempt that installed and enabled `0.2.0` in an already-running official app process delivered zero events while two subagents ran. The monitor, registration, enablement, and installed bundle were healthy, while app logs showed no sender invocation. Evidence indicates that the same process retained a pre-install `hooks/list` snapshot; persisted exact-hook trust is not exposed through CLI JSON, so the precise skip boundary remains unconfirmed.
|
|
217
257
|
|
|
218
|
-
|
|
258
|
+
`0.2.1` adds `SessionStart`, `SessionEnd`, `UserPromptSubmit`, and `Stop` for parent-task lifecycle visibility and makes `status`, `doctor`, and the empty UI distinguish monitor health from hook delivery. In a real E2E after restarting official Codex app `26.727.40816` (`build 6067`) with plugin `0.2.1` installed and enabled, three parent sessions and three subagents appeared automatically without pre-registering task IDs. Real `SessionStart`, `UserPromptSubmit`, `Stop`, `SubagentStart`, `SubagentStop`, `PreToolUse`, `PostToolUse`, and `PermissionRequest` hooks reached the sender, loopback monitor, and UI. `SessionEnd` is wired but has not yet been observed from the real official app, so compatibility for that event is not claimed.
|
|
219
259
|
|
|
220
|
-
|
|
260
|
+
In the lead's `0.3.0` candidate E2E, the official app's built-in thread tools reported the active `kyurasi-next-supabase` task with workspace basename, title, description, explicit `inProgress` status, latest explicit agent commentary, and `subAgentActivity`. Immediately afterward, the list result changed to explicit `idle` with `hasUnreadTurn: true`. The skill separates this into a `Finished / needs review` display group instead of the running/active group, but does not infer completion or success from `idle + unread`. The separate hook/browser monitor also observed a real `SessionEnd`. This is source-candidate evidence, not a claim that `0.3.0` has been published, tagged, released, or installed from a public artifact.
|
|
261
|
+
|
|
262
|
+
Maintainer npm 2FA is enabled in `auth-and-writes` mode, and the current public `latest`, `codex-agent-view@0.2.1`, is available from the npm registry. npm publication remains separate from Universal Plugins Directory submission; the plugin is not directory-searchable.
|
|
263
|
+
|
|
264
|
+
Verified `0.2.0` release: npm `gitHead` and the annotated `v0.2.0` tag both resolve to commit `00b62af56698ac875e39c7d1386905c157c3a7e8`; the registry SRI/signature and all 21 package files against the tagged source were verified. [GitHub Release v0.2.0](https://github.com/JunhoYoon95/codex-agent-view/releases/tag/v0.2.0) is public. A separate npm provenance attestation is optional and was not published for this release.
|
|
265
|
+
|
|
266
|
+
Public `0.2.1` patch: registry `latest`, version, `Apache-2.0` license, executable mapping, 21 package files, unpacked size `144644`, npm `gitHead` `8d6a67c9aafa23f801235d747ff018d254378970`, shasum, exact SRI, and registry signature were verified. The annotated `v0.2.1` tag was created at and pushed for that same commit, and [GitHub Release v0.2.1](https://github.com/JunhoYoon95/codex-agent-view/releases/tag/v0.2.1) is public. A clean-cache exact-version `npx --version` passed, and all 21 registry-tarball files are byte-identical to the tagged source. This machine's global install and copied marketplace are also byte-identical to those 21 registry files; CLI `0.2.1`, installed/enabled plugin state, all nine hook declarations, automatic live reception, and a probe subagent's running → stopped/UI completion transition were verified.
|
|
221
267
|
|
|
222
268
|
### Boundaries
|
|
223
269
|
|
|
224
|
-
Codex Agent View is a live companion, not a historical audit or session-replay product. Bounded in-memory state and reset-on-restart semantics are
|
|
270
|
+
Codex Agent View is a live companion, not a historical audit or session-replay product. Bounded in-memory state and reset-on-restart semantics are intentional: they keep privacy and failure boundaries small. SQLite or persistent history is not a missing requirement. Consider it only as a separate explicit opt-in feature if demonstrated user demand justifies retention, migration, deletion, and privacy costs.
|
|
225
271
|
|
|
226
|
-
-
|
|
227
|
-
-
|
|
272
|
+
- The app-native current-task snapshot prioritizes explicit status and `subAgentActivity` from the official Codex app's built-in thread tools.
|
|
273
|
+
- Hooks remain the source of truth for detailed lifecycle state in the optional local monitor. Its operational state exists only in bounded process memory; restart begins a new observation window.
|
|
228
274
|
- There is no external telemetry, remote server, account, required SQLite/persistent event store, or remote control.
|
|
229
275
|
- Prompt text, transcript paths, full tool input/output, and assistant messages are not retained or displayed by the monitor.
|
|
230
276
|
- The product cannot stop or restart tasks/subagents, send messages, or approve/deny permissions.
|
|
231
277
|
- Missing, duplicated, or out-of-order events remain visible as empty, unknown, or degraded state instead of being guessed away.
|
|
232
278
|
|
|
279
|
+
A separately launched Codex `0.146` App Server `thread/list` fallback was also tested. It reported both the current root and subagents as `notLoaded`, so it did not share the official app's live running/completed state. That separate process is not the same as the built-in thread tools exposed directly by the current official app; `0.3.0` uses the latter for its primary snapshot.
|
|
280
|
+
|
|
281
|
+
### Why npm, a local browser UI, and the Plugins Directory are different
|
|
282
|
+
|
|
283
|
+
- Asking the plugin `Show active tasks` inside the official Codex app is the primary `0.3.0` UX; it does not require starting a monitor or registering task IDs.
|
|
284
|
+
- npm distributes the plugin bundle and optional local executable, hook sender, runtime, and static UI as a fallback path.
|
|
285
|
+
- The Codex in-app Browser opens the `127.0.0.1` live monitor only when explicitly requested; it is not an external website or telemetry dashboard.
|
|
286
|
+
- The Universal Plugins Directory does not replace npm. A public in-app custom UI path requires a public HTTPS MCP server and domain verification, which conflicts with this project's local-only, no-external-server boundary. Only a separate listing/skills submission remains under consideration; do not expect Directory search installation until review and publication actually finish.
|
|
287
|
+
|
|
288
|
+
### Use in the official Codex app — recommended
|
|
289
|
+
|
|
290
|
+
1. Select the Codex Agent View plugin in the Codex app.
|
|
291
|
+
2. Ask `Show active tasks`.
|
|
292
|
+
3. The plugin queries running/active tasks plus tasks with explicit `idle` and `hasUnreadTurn: true`. It places the latter in a separate `Finished / needs review` display group without claiming completion or success.
|
|
293
|
+
4. It displays only workspace basename, display-only title, explicit status, latest explicit agent commentary, and a small `subAgentActivity` tree.
|
|
294
|
+
5. Prompts, previews, tool input/output, full workspace paths, and internal thread IDs remain hidden by default.
|
|
295
|
+
|
|
296
|
+
Ask `Open the live Codex Agent View in the built-in Browser` only when you want hook-level live detail. The plugin reuses a healthy monitor and never exposes its tokenized localhost URL in chat.
|
|
297
|
+
|
|
233
298
|
### Requirements and tested versions
|
|
234
299
|
|
|
235
300
|
- Node.js `>=18`
|
|
@@ -238,7 +303,7 @@ Codex Agent View is a live companion, not a historical audit or session-replay p
|
|
|
238
303
|
|
|
239
304
|
| Runtime | Tested version | Scope |
|
|
240
305
|
| --- | --- | --- |
|
|
241
|
-
| Official Codex app | `26.727.40816` (`build 6067`) |
|
|
306
|
+
| Official Codex app | `26.727.40816` (`build 6067`) | `0.3.0` source snapshot confirmed active task/title/description/inProgress/commentary/subAgentActivity; browser monitor observed real `SessionEnd` |
|
|
242
307
|
| App-embedded Codex | `0.146.0-alpha.9.2` | isolated install/runtime and lifecycle probe |
|
|
243
308
|
| Homebrew Codex CLI | `0.146.0` | isolated install/runtime probe |
|
|
244
309
|
|
|
@@ -258,7 +323,7 @@ node bin/codex-agent-view.mjs install
|
|
|
258
323
|
|
|
259
324
|
There are no production dependencies; the runtime uses Node.js built-ins. `install` explicitly copies the package into a local marketplace under the runtime directory and registers `codex-agent-view@codex-agent-view`. No `postinstall` script changes Codex settings.
|
|
260
325
|
|
|
261
|
-
Review the installed plugin and `hooks/hooks.json`, inspect the `node "${PLUGIN_ROOT}/scripts/send-hook.mjs"` command, explicitly trust the current hook hash
|
|
326
|
+
Review the installed plugin and `hooks/hooks.json`, inspect the `node "${PLUGIN_ROOT}/scripts/send-hook.mjs"` command, and explicitly trust the current hook hash. If the app was open before installation, quit it completely and reopen it. Create the test task only after enablement and trust; earlier events are not replayed.
|
|
262
327
|
|
|
263
328
|
Start the foreground monitor:
|
|
264
329
|
|
|
@@ -266,39 +331,55 @@ Start the foreground monitor:
|
|
|
266
331
|
node bin/codex-agent-view.mjs start
|
|
267
332
|
```
|
|
268
333
|
|
|
269
|
-
Use `--
|
|
334
|
+
`start` prints the local URL and does not open an operating-system browser by default. Use `--open` only when you explicitly want an external browser. In another terminal:
|
|
270
335
|
|
|
271
336
|
```bash
|
|
272
337
|
node bin/codex-agent-view.mjs status --json
|
|
273
338
|
node bin/codex-agent-view.mjs doctor --json
|
|
274
339
|
```
|
|
275
340
|
|
|
341
|
+
`doctor` checks installation, enablement, the installed hook bundle, monitor health, and whether any hook event reached the monitor. Hook trust can remain `unknown`: `codex plugin list --json` does not expose persisted exact-hook trust, so inspect it interactively in Codex CLI `/hooks`.
|
|
342
|
+
|
|
276
343
|
An empty session list means that this monitor observed no events. It does not prove that Codex has no running task. Stopping or restarting the monitor discards its in-memory state, and downtime events are not replayed.
|
|
277
344
|
|
|
345
|
+
Once the monitor is running and plugin enablement/trust is complete, hooks from newly created or resumed tasks appear automatically without pre-registering a task ID. Search is only an optional filter over that automatically received list; it does not start tracking or register a task. Events that occurred before installation/trust or while the monitor was down are not replayed.
|
|
346
|
+
|
|
278
347
|
### Install from npm
|
|
279
348
|
|
|
280
|
-
|
|
349
|
+
The commands below install the public `0.2.1` fallback. The app-first `0.3.0` candidate is not yet published and must not be presented as available from npm.
|
|
281
350
|
|
|
282
351
|
```bash
|
|
283
|
-
npm install --global codex-agent-view@0.2.
|
|
284
|
-
codex-agent-view doctor
|
|
352
|
+
npm install --global codex-agent-view@0.2.1
|
|
285
353
|
codex-agent-view install
|
|
354
|
+
codex-agent-view doctor
|
|
286
355
|
codex-agent-view start
|
|
287
356
|
```
|
|
288
357
|
|
|
289
358
|
Or run the exact version without a global install:
|
|
290
359
|
|
|
291
360
|
```bash
|
|
292
|
-
npx --yes codex-agent-view@0.2.
|
|
293
|
-
npx --yes codex-agent-view@0.2.
|
|
294
|
-
npx --yes codex-agent-view@0.2.
|
|
361
|
+
npx --yes codex-agent-view@0.2.1 doctor
|
|
362
|
+
npx --yes codex-agent-view@0.2.1 install
|
|
363
|
+
npx --yes codex-agent-view@0.2.1 start
|
|
295
364
|
```
|
|
296
365
|
|
|
366
|
+
The `0.2.0` public artifact passed isolated global and exact-version `npx` CLI lifecycles and delivered fixture events to status/UI, while a later already-running official-app process reproduced zero delivered events. The separate public exact `0.2.1` artifact passed this-device global/copy verification, clean-cache exact-version `npx --version`, and tag/release/source byte comparison. A restarted official-app E2E confirmed eight real hook types and automatic listing without task-ID registration. A later `0.3.0` source E2E observed real `SessionEnd`, but no `0.3.0` public artifact evidence exists yet. See [Distribution](docs/distribution.md).
|
|
367
|
+
|
|
297
368
|
npm installation does not modify Codex settings automatically. The explicit `install` command performs local plugin registration and leaves hook trust to the user. npm publication and Universal Plugins Directory submission are separate. See [Distribution](docs/distribution.md) and [Plugin submission](docs/plugin-submission.md).
|
|
298
369
|
|
|
370
|
+
### Troubleshooting an empty monitor
|
|
371
|
+
|
|
372
|
+
1. Run `codex-agent-view doctor --json` and check plugin `installed`, `enabled`, hook `wiring_ok`, and monitor `ok`.
|
|
373
|
+
2. If `monitor.events_received` is `false`, do not confuse monitor connectivity with successful hook delivery.
|
|
374
|
+
3. In interactive Codex CLI `/hooks`, review and trust the exact current `send-hook.mjs` definition.
|
|
375
|
+
4. Fully quit and reopen an official app process that was running before plugin installation.
|
|
376
|
+
5. Create a new task after enablement/trust, then run a parent prompt and a subagent.
|
|
377
|
+
|
|
378
|
+
If events are still absent, report the Codex app/CLI version, plugin version, app-versus-CLI runtime, and redacted `doctor` diagnostic codes. Never share the runtime token or a raw payload.
|
|
379
|
+
|
|
299
380
|
### Privacy
|
|
300
381
|
|
|
301
|
-
The normal hook path uses `scripts/send-hook.mjs`. It
|
|
382
|
+
The normal hook path uses `scripts/send-hook.mjs`. It derives only a sanitized, 120-character-bounded workspace basename as `workspace_label`; the full `cwd` is not sent or stored as content. The reducer keeps this label and narrower lifecycle state only in bounded memory. The normal monitor does not write an event JSONL history.
|
|
302
383
|
|
|
303
384
|
`scripts/capture-hook.mjs` is a separate, explicitly invoked Phase 0 diagnostic tool. Setting `CODEX_AGENT_VIEW_CAPTURE_FULL=1` for that script can write raw prompts, tool data, credentials, and other secrets. Normal install/start and the bundled skill never enable it automatically. Do not commit or publicly attach captures or runtime tokens.
|
|
304
385
|
|