Codex Desktop: installed Sites plugin exposes design picker but omits deployment connector actions
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 42/100
Research direction
Start by reproducing the task with the explicit Sites plugin mention and inspect the provisioned capabilities. Trace how the desktop task attaches the Sites connector and compare the available design-picker capability with the missing deployment actions. Done means the task receives the required Sites actions and can save a version, deploy privately, and poll its status.
Written by the indexing model from the issue text.
Description
What version of the Codex App are you using?
Codex Desktop for Windows 26.707.12708
Bundled Codex CLI 0.144.5
Sites plugin 0.1.27
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Windows 11 Professional x64
What issue are you seeing?
The Sites plugin is installed and enabled, and its connector action schemas are present in the local Codex app cache, including:
sites.save_site_versionsites.deploy_private_site_versionsites.get_deployment_statussites.create_site
However, tasks explicitly created with [@sites](plugin://sites@openai-bundled) receive only the sites-design-picker MCP capability. The actual Sites app deployment actions are not provisioned to the task, so an already validated Sites archive cannot be saved or privately deployed.
The agent repeatedly concludes that the Sites plugin must be added or reattached, even though it is already installed, enabled, authenticated, and explicitly mentioned in the prompt. Creating fresh tasks and reattaching the plugin reproduces the same failure.
A fallback codex exec worker also loaded the Sites plugin but could not reach the desktop connector service. It failed with:
Error: failed to initialize in-process app-server client: Access is denied. (os error 5)
This appears to be a task-level connector provisioning or desktop app-server attachment bug, not a project build, plugin installation, or user authorization problem.
Steps to reproduce
- Install and enable the bundled Sites plugin in Codex Desktop on Windows.
- Open an existing validated Sites project containing
.openai/hosting.jsonand a deployment archive. - Start a fresh task with an explicit Sites mention, for example:
[@sites](plugin://sites@openai-bundled) Deploy the validated build privately and continue through version saving and deployment. - Observe that the task receives the Sites skills and
sites-design-picker, but not the Sites app actions needed forcreate_site,save_site_version,deploy_private_site_version, orget_deployment_status. - Reattach/reinstall the plugin or create another fresh task. The same behavior repeats.
Expected behavior
An explicit Sites plugin mention should provision the installed and authorized Sites connector actions to the task. The task should be able to create or reuse a site, save the validated version, deploy it privately, and poll deployment status.
Additional information
- The deployment archive is valid and contains
dist/server/index.js, client assets,.openai/hosting.json, and D1 migrations. - The committed source SHA and archive remain unchanged across attempts.
- The local app cache contains the schemas and connector resource URIs for the missing deployment actions.
- The same account and Sites connector successfully completed private deployments in another Codex task previously.
- Reinstalling or reattaching Sites is not a workaround.
- I can provide private task IDs and logs to OpenAI staff if needed, but omitted them from this public report.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.5k
- Avg merge
- 1m
- Merged PRs (30d)
- 1k
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from openai/codex
-
enhancement remote
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
bug CLI windows-os
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
macOS sandbox blocks hw.optional.arm64 sysctl, causing Flutter to misdetect Apple Silicon as x64 Openbug CLI sandbox
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug CLI TUI
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
CLI config enhancement skills
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
kwakseongjae/auto-hwp#319 ·
-
area:cli bug filter-quality good first issue priority:medium
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
bevyengine/bevy#25861 ·
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
A-linter
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
oxc-project/oxc#26863 ·