codex-agent-view 0.5.3 → 0.5.4
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 +4 -4
- package/README.ko.md +2 -2
- package/README.md +2 -2
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codex-agent-view",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "A
|
|
3
|
+
"version": "0.5.4",
|
|
4
|
+
"description": "A read-only Codex plugin for monitoring live tasks and subagents in your browser. Open each view with one lightweight @codex-agent-view invocation. Once open, live monitoring runs locally with no additional model calls.",
|
|
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": "Live
|
|
16
|
-
"longDescription": "Open a lightweight, read-only
|
|
15
|
+
"shortDescription": "Live Codex agent dashboard.",
|
|
16
|
+
"longDescription": "Open a lightweight, read-only dashboard of active Codex work, privacy-minimized request summaries, participating agents, and progress locally in your default browser. Invoke @codex-agent-view directly; no separate skill picker or $ command is required, and no starter text is inserted. Open each view with one lightweight @codex-agent-view invocation. Once open, live monitoring runs locally with no additional model calls. A new invocation may be needed after the browser tab is closed or its credential expires. Each invocation is a normal Codex turn, and monitored tasks and subagents continue to use their normal tokens. The live monitoring path does not resend observed task data to a model.",
|
|
17
17
|
"developerName": "Junho Yoon",
|
|
18
18
|
"category": "Productivity",
|
|
19
19
|
"brandColor": "#123F35",
|
package/README.ko.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Codex Agent View는 Codex의 실시간 작업과 subagent 활동을 브라우저에서 로컬로 확인하는 가벼운 비공식 읽기 전용 companion plugin입니다. Codex가 처리하는 작업, 참여 중인 에이전트, 확인 가능한 할당 작업과 최근 관찰 활동을 보여줍니다. Hook 데이터는 이 기기의 제한된 process memory 안에만 유지되며, `@codex-agent-view` 한 번으로 운영체제 기본 브라우저에 실시간 화면을 엽니다.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
각 화면은 가벼운 `@codex-agent-view` 실행 한 번으로 엽니다. 화면이 열린 뒤 실시간 모니터링은 추가 모델 호출 없이 로컬에서 작동합니다. 모니터링 중인 Codex task와 subagent의 일반적인 모델·token 사용은 계속됩니다.
|
|
8
8
|
|
|
9
9
|
Codex를 대체하거나 작업·에이전트를 제어하지 않으며, 외부 서버·telemetry·영구 작업 기록을 사용하지 않습니다.
|
|
10
10
|
|
|
@@ -13,7 +13,7 @@ Codex를 대체하거나 작업·에이전트를 제어하지 않으며, 외부
|
|
|
13
13
|
일반 터미널에서 현재 릴리스를 설치합니다.
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm install --global codex-agent-view@0.5.
|
|
16
|
+
npm install --global codex-agent-view@0.5.4
|
|
17
17
|
codex-agent-view install
|
|
18
18
|
```
|
|
19
19
|
|
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Codex Agent View is a lightweight, unofficial, read-only companion plugin for monitoring live Codex tasks and subagent activity locally in your browser. It shows the work Codex is handling, the participating agents, their assigned work when it can be verified, and their latest observable activity. Hook data stays on this device in bounded process memory, and one `@codex-agent-view` invocation opens the live view in the operating system's default browser.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Open each view with one lightweight `@codex-agent-view` invocation. Once open, live monitoring runs locally with no additional model calls. The Codex tasks and subagents being monitored continue their normal model and token usage.
|
|
8
8
|
|
|
9
9
|
It does not replace Codex, control tasks or agents, run a hosted service, send telemetry, or keep a persistent event history.
|
|
10
10
|
|
|
@@ -13,7 +13,7 @@ It does not replace Codex, control tasks or agents, run a hosted service, send t
|
|
|
13
13
|
Install the current release from a regular terminal:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm install --global codex-agent-view@0.5.
|
|
16
|
+
npm install --global codex-agent-view@0.5.4
|
|
17
17
|
codex-agent-view install
|
|
18
18
|
```
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codex-agent-view",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "A
|
|
3
|
+
"version": "0.5.4",
|
|
4
|
+
"description": "A read-only Codex plugin for monitoring live tasks and subagents in your browser. Open each view with one lightweight @codex-agent-view invocation. Once open, live monitoring runs locally with no additional model calls.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/core/index.mjs",
|
|
7
7
|
"exports": "./src/core/index.mjs",
|