
이미지: X — 프론티어랩 영상 갈무리
Summary
- OpenAI's developer account revealed a feature that lets teammates be invited as editors on ChatGPT sites
- When collaborators push changes to the same project, Codex handles Git management and CI behind the scenes
- The Codex sidebar already has project management tabs for sites, scheduled tasks, and plugins
- 발표
- OpenAI Developers, 2026년 8월 20일
- 기능
- 챗GPT 사이트에 팀원을 에디터로 추가
- 핵심 동작
- 협업자가 같은 프로젝트에 push, 코덱스가 깃 관리·CI 대행
- 관련 UI
- 코덱스 사이드바 내 Sites 탭, 모델 선택 '5.6 Sol Medium'
OpenAI's developer account unveiled a feature on ChatGPT sites that lets multiple people build and deploy the same project together. When teammates are invited as editors, each person can push changes to the project, while Codex handles code version control (Git) and continuous integration (CI) behind the scenes. According to screenshots that were shared, the Codex sidebar already includes tabs beyond chat, such as Sites, Scheduled, and Plugins, along with a list of team-based projects and a model selection window at the bottom of the screen.
ChatGPT sites appear to be a project-based workspace where users write code within the Codex interface and carry it through to deployment. On August 11, OpenAI introduced syncing of projects, conversations, skills, and plugins between the ChatGPT desktop app and Codex, and on August 13 it released a "computer history" feature that picks up context from recent work and suggests skills for repetitive tasks. This latest announcement reads as an extension of that trajectory — an attempt to expand Codex from a personal work assistant into a team collaboration tool. Competitors are moving in the same direction around the same time. Anthropic has opened up a collaboration feature to early-access organizations that attaches a repository to Claude Code as persistent context and allows multiple threads to be split within a single project, a move that ties in with bringing the Claude tagging feature from Slack over to desktop. Both companies are effectively expanding coding agents from personal chatbots into work platforms that teams use together.
What changes in practice with this update is the workflow itself. Even when multiple people work on the same project, there's less need to worry about who should manage which branch or who should run tests before deployment. With Codex handling Git conflicts and build verification, teammates with limited development knowledge can now join as editors and help build and deploy sites directly. However, the announcement did not include details such as which pricing plans support the feature or any limits on team size.





Comments