codex-agent-view 0.5.2 → 0.5.3

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.2",
4
- "description": "Follow Codex work and participating agent progress in a clear, read-only live view opened from the official Codex app.",
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.",
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": "See work and agent progress.",
16
- "longDescription": "Open a read-only live view of active Codex work, privacy-minimized request summaries, participating agents, and progress in your default browser. Invoke @codex-agent-view directly; no separate skill picker or $ command is required, and no starter text is inserted.",
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.",
17
17
  "developerName": "Junho Yoon",
18
18
  "category": "Productivity",
19
19
  "brandColor": "#123F35",
package/README.ko.md CHANGED
@@ -2,16 +2,18 @@
2
2
 
3
3
  > [Read in English](https://github.com/JunhoYoon95/codex-agent-view/blob/main/README.md)
4
4
 
5
- Codex Agent View는 공식 Codex 앱을 위한 비공식 읽기 전용 companion plugin입니다. Codex가 처리하는 작업, 참여 중인 에이전트, 확인 가능한 할당 작업과 최근 관찰 활동을 보여줍니다. Hook 데이터는 이 기기의 제한된 process memory 안에만 유지되며, `@codex-agent-view` 한 번으로 운영체제 기본 브라우저에 실시간 화면을 엽니다.
5
+ Codex Agent View는 Codex 실시간 작업과 subagent 활동을 브라우저에서 로컬로 확인하는 가벼운 비공식 읽기 전용 companion plugin입니다. Codex가 처리하는 작업, 참여 중인 에이전트, 확인 가능한 할당 작업과 최근 관찰 활동을 보여줍니다. Hook 데이터는 이 기기의 제한된 process memory 안에만 유지되며, `@codex-agent-view` 한 번으로 운영체제 기본 브라우저에 실시간 화면을 엽니다.
6
+
7
+ 화면을 연 뒤의 실시간 갱신은 local hook data를 사용하며 모니터링을 위한 추가적인 지속 model 또는 외부 API inference call을 만들지 않습니다. 다만 `@codex-agent-view`를 실행하는 최초 요청은 일반 Codex turn이므로 token을 사용할 수 있고, 관찰 대상인 Codex task와 subagent도 작업 수행에 필요한 token을 평소처럼 사용합니다.
6
8
 
7
9
  Codex를 대체하거나 작업·에이전트를 제어하지 않으며, 외부 서버·telemetry·영구 작업 기록을 사용하지 않습니다.
8
10
 
9
11
  ## 설치
10
12
 
11
- `0.5.2`는 현재 공개 배포 대상 버전입니다. 일반 터미널에서 다음을 실행합니다.
13
+ 일반 터미널에서 현재 릴리스를 설치합니다.
12
14
 
13
15
  ```bash
14
- npm install --global codex-agent-view@0.5.2
16
+ npm install --global codex-agent-view@0.5.3
15
17
  codex-agent-view install
16
18
  ```
17
19
 
@@ -92,7 +94,9 @@ codex-agent-view uninstall --purge
92
94
 
93
95
  ## 릴리스 및 프로젝트 문서
94
96
 
95
- Package와 plugin manifest 버전은 `0.5.2`입니다. npm 공개, registry metadata와 digest, annotated tag, GitHub Release, CIpublic exact reinstall은 단계가 실제 성공한 뒤에만 검증 기록을 갱신합니다. npm 공개와 Universal Plugins Directory 제출은 별도 절차이며, 이 문서는 directory 검색 노출을 주장하지 않습니다.
97
+ Registry digest, exact reinstall, CI, tagGitHub Release를 포함한 공개·검증 증거는 변경할 없는 npm package README 밖의 [배포 문서](docs/distribution.md)에 기록합니다.
98
+
99
+ npm 공개와 Universal Plugins Directory 제출은 별도 절차입니다. Directory validator 호환성, portal/reviewer acceptance, 검색 노출과 promptless plugin-card Quick start 동작은 아직 확인하지 않았으며 이 문서에서 지원을 주장하지 않습니다.
96
100
 
97
101
  - [배포 및 릴리스 증거](docs/distribution.md)
98
102
  - [Plugin Directory 제출 상태](docs/plugin-submission.md)
package/README.md CHANGED
@@ -2,16 +2,18 @@
2
2
 
3
3
  > [Read in Korean](https://github.com/JunhoYoon95/codex-agent-view/blob/main/README.ko.md)
4
4
 
5
- Codex Agent View is an unofficial, read-only companion plugin for the official Codex app. 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.
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
+
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.
6
8
 
7
9
  It does not replace Codex, control tasks or agents, run a hosted service, send telemetry, or keep a persistent event history.
8
10
 
9
11
  ## Quick start
10
12
 
11
- Version `0.5.2` is the current public-release target. Install it from a regular terminal:
13
+ Install the current release from a regular terminal:
12
14
 
13
15
  ```bash
14
- npm install --global codex-agent-view@0.5.2
16
+ npm install --global codex-agent-view@0.5.3
15
17
  codex-agent-view install
16
18
  ```
17
19
 
@@ -92,7 +94,9 @@ codex-agent-view uninstall --purge
92
94
 
93
95
  ## Release and project documentation
94
96
 
95
- The package and plugin manifest are version `0.5.2`. npm publication, registry metadata and digests, the annotated tag, GitHub Release, CI, and exact public reinstall are verified and recorded only after each step actually succeeds. npm publication is separate from submission to the Universal Plugins Directory; directory search availability is not claimed here.
97
+ Release publication and verification evidence is recorded outside the immutable npm package README in [Distribution](docs/distribution.md), including registry digests, exact reinstall checks, CI, tags, and GitHub Releases.
98
+
99
+ npm publication is separate from submission to the Universal Plugins Directory. Directory validator compatibility, portal/reviewer acceptance, search exposure, and promptless plugin-card Quick start behavior remain unverified and are not claimed here.
96
100
 
97
101
  - [Distribution and release evidence](docs/distribution.md)
98
102
  - [Plugin directory submission status](docs/plugin-submission.md)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "codex-agent-view",
3
- "version": "0.5.2",
4
- "description": "Follow Codex work and participating agent progress in a clear, read-only live view opened from the official Codex app.",
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.",
5
5
  "type": "module",
6
6
  "main": "./src/core/index.mjs",
7
7
  "exports": "./src/core/index.mjs",
@@ -37,9 +37,18 @@
37
37
  },
38
38
  "keywords": [
39
39
  "codex",
40
- "plugin",
41
- "subagent",
42
- "monitor"
40
+ "openai-codex",
41
+ "codex-plugin",
42
+ "ai-agents",
43
+ "multi-agent",
44
+ "subagents",
45
+ "agent-monitoring",
46
+ "developer-tools",
47
+ "observability",
48
+ "local-first",
49
+ "privacy-first",
50
+ "read-only",
51
+ "npm-package"
43
52
  ],
44
53
  "author": "Junho Yoon",
45
54
  "license": "Apache-2.0",