Skip to content

Codex Agent View 0.4.2

Choose a tag to compare

@JunhoYoon95 JunhoYoon95 released this 01 Aug 18:27

핵심 변경

  • 플러그인 카드의 지금 사용해보기 / Quick start가 이제 정확한 $show-agents를 입력해 bundled Show Agents skill을 명시적으로 실행합니다.
  • 실시간 화면을 닫은 뒤에는 Codex 앱 task에서 @codex-agent-view $show-agents로 다시 열 수 있습니다.
  • 실행 중인 부모 작업과 작업 에이전트를 먼저 보여주고, 원시 ID 대신 작업 에이전트 1, 조사 담당, 파일 수정 완료, 터미널 작업 실행 중처럼 사람이 읽는 문구를 우선합니다.
  • 에이전트 번호는 시작 순서를 기준으로 안정적으로 유지되며, 같은 도구의 시작/완료 이벤트는 최신 상태 한 건으로 합쳐 오래된 실행 중 표시를 남기지 않습니다.
  • 원시 session/agent ID와 hook 이벤트명은 접힌 기술 정보로 이동했습니다. Prompt와 tool input/output은 계속 수집·표시하지 않습니다.

설치

npm install --global codex-agent-view@0.4.2
codex-agent-view install

설치 뒤 Codex 앱을 완전히 다시 열고 새 task를 만드세요. Plugins 화면의 지금 사용해보기를 누르면 $show-agents가 시작됩니다. 화면을 닫았다면 Codex 앱 task에서 @codex-agent-view $show-agents를 사용하세요. 일반 사용 중에는 monitor CLI나 localhost 주소를 직접 관리할 필요가 없습니다.

검증

  • 전체 테스트 85/85
  • repository plugin validation 및 공식 plugin-creator validation 통과
  • Show Agents skill quick validation 통과
  • GitHub Actions Node 18·20·22 성공
  • 공식 Codex 내장 Browser에서 running-first 인간 친화 UI 합성 E2E 완료
  • public npm 0.4.2: Apache-2.0, bin mapping, registry signature, 25 files
  • npm shasum fac95689395baa26f4ad9ff0cbefd0017d2ebd8d
  • npm integrity sha512-FRTPoYxjBuPC6Usb+ylSfZsZVJKlKcHnQPaAPljekg0maTPn9POsBkS+auOcHz5jspg0AXcP8R63PM0WfCn2LQ==
  • 배포 원본 tarball과 registry tarball byte-identical
  • 이 기기에 public exact 0.4.2 재설치, CLI/plugin version 일치, installed/enabled, hook wiring 9종, release source와 설치 manifest/UI/skill byte 일치 확인

현재 열려 있던 Codex 앱 process는 설치 전 inventory를 유지할 수 있으므로, 새 plugin starter의 최종 카드 클릭 E2E는 앱을 완전히 다시 연 새 task에서 확인해야 합니다. 이 release는 prompt 없는 자동 panel 생성이나 Universal Plugins Directory 검색 노출을 주장하지 않습니다.