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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "codex-agent-view",
3
- "version": "0.5.3",
4
- "description": "A lightweight, read-only Codex companion plugin for monitoring live tasks and subagent activity locally in your browser, without additional ongoing model calls for monitoring.",
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 tasks and agent activity.",
16
- "longDescription": "Open a lightweight, read-only live view 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. The initial invocation may use a normal Codex turn, and monitored Codex tasks and subagents continue to use their normal tokens. After the live view opens, monitoring itself adds no ongoing model or external API calls.",
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
- 화면을 뒤의 실시간 갱신은 local hook data를 사용하며 모니터링을 위한 추가적인 지속 model 또는 외부 API inference call을 만들지 않습니다. 다만 `@codex-agent-view`를 실행하는 최초 요청은 일반 Codex turn이므로 token을 사용할 있고, 관찰 대상인 Codex task와 subagent 작업 수행에 필요한 token 평소처럼 사용합니다.
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.3
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
- Once the view is open, its live refreshes use local hook data and create no additional ongoing model or external API inference calls for monitoring. Invoking `@codex-agent-view` is still a normal Codex turn and can use tokens, and the Codex tasks and subagents being observed continue their normal token usage.
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.3
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.3",
4
- "description": "A lightweight, read-only Codex companion plugin for monitoring live tasks and subagent activity locally in your browser, without additional ongoing model calls for monitoring.",
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",