Cmd. /plugins
플러그인을 탐색하고 설치/제거 흐름으로 진입하는 명령
명령어 원본 선언
/plugins공식 설명 요약
/plugins는 Codex 세션 운영에서 product-scoped plugin을 탐색하고 설치/제거 흐름으로 진입하는 명령.
사용법
/plugins좋은 사용 예
- 새 머신에서 팀 표준 플러그인이 모두 동기화됐는지 확인
- 특정 업무용 plugin을 설치하거나 제거하기 전에 현재 상태와 인증 요구사항을 확인
비슷한 명령어 추천
| 명령어 | 차이점 | 언제 선택 |
|---|---|---|
| /plugins | 플러그인 inventory/설치 흐름 | plugin 단위로 기능 묶음을 관리할 때 |
| /apps | 앱 커넥터 탐색 | connector 사용 가능 여부만 보고 싶을 때 |
| /mcp | MCP 도구 목록 확인 | 실제 tool surface를 확인하고 싶을 때 |
활용 사례
- product-scoped plugin sync 상태 점검
- plugin 기반 Skills/MCP/App 묶음 온보딩
v0.117.0 변경사항
- 플러그인이 1급 워크플로우가 되어 startup sync와 clearer auth/setup handling을 가짐
/plugins브라우저에서 plugin 탐색·설치·제거 흐름을 시작할 수 있음
v0.121.0~v0.125.0 변경사항
codex marketplace add가 GitHub, git URL, 로컬 디렉토리, 직접marketplace.jsonURL을 지원해 plugin source 관리 범위가 넓어짐- changelog 기준으로 plugin workflow는 tabbed browsing, inline enable/disable toggle, marketplace 제거, remote·cross-repo·local source까지 다루기 시작함
- 즉
/plugins는 단순 설치 메뉴가 아니라, "어떤 marketplace/source를 조직이 허용할지"를 운영하는 진입점에 가까워짐 - 0.124.0에서는 remote plugin marketplace를 list/read 단위로 확인할 수 있어 공급원 점검 단계가 더 명확해짐
- 0.125.0에서는 app-server plugin management가 remote plugin 설치와 marketplace upgrade를 지원해,
/plugins가 실질적인 공급망 관리 진입점으로 강화됨
v0.129.0~v0.130.0 변경사항
- workspace sharing, share access controls, source filtering, local share path tracking, marketplace removal/upgrades, remote bundle sync가 들어와
/plugins가 팀 배포/공유 통제 surface로 확장됨 - plugin details에서 bundled hooks를 볼 수 있어, plugin 설치 전 lifecycle hook 포함 여부를 확인하기 쉬워짐
- share link metadata와 discoverability controls가 추가되어, 공개/팀 내부 공유 범위를 더 명확히 다룰 수 있음
주의사항
/plugins는 official changelog/release에서 먼저 보강되는 항목이 많으므로, slash commands 문서와 changelog를 함께 확인해야 함- plugin 설치 여부만으로 실제 tool 사용 가능성이 보장되지는 않으므로
/mcp,/apps,$mentions와 함께 확인하는 편이 안전함 - bundled hooks가 있는 plugin은 세션 lifecycle을 바꿀 수 있으므로 보안/플랫폼 리뷰 대상으로 취급
도입 시점 (릴리즈 기준)
- 판정: 추가 확인
- 최초 근거 버전:
rust-v0.117.0 - 시기(UTC): 2026-03-26
- 릴리즈 링크: https://github.com/openai/codex/releases/tag/rust-v0.117.0
출처
- Codex releases: https://github.com/openai/codex/releases/tag/rust-v0.117.0
- Codex changelog: https://developers.openai.com/codex/changelog