Mac desktop app cannot start chats inside Projects or move chats to Projects

Open 💬 3 comments Opened Jul 26, 2026 by VincentTrento
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

What version of the Codex App are you using (From “About Codex” dialog)?

ChatGPT 26.721.41059 on macOS

What subscription do you have?

Business Workspace

What platform is your computer?

Darwin 25.5.0 arm64 arm

What issue are you seeing?

In the ChatGPT Mac desktop app, Projects appear in the sidebar and their existing chats are visible, but I cannot open the project landing page, start a new chat inside a project, or move an existing chat into a project.
Clicking a project only expands the list of chats beneath it. The chat menu does not include “Move to project.” These features work correctly on chatgpt.com using the same account and Rumford Stone Business workspace.
I have already quit and reopened the app, signed out and back in, confirmed the same email and workspace, and verified that the app is up to date. The issue remains.
App version: 26.721.41059
Platform: Darwin 25.5.0 arm64 arm
Feedback ID: no-active-thread-019f9e61-29cf-7392-8abe-c5131ea2c86c

What steps can reproduce the bug?

Feedback ID: no-active-thread-019f9e6e-9cb1-7c50-8285-9959fbdde14f

What is the expected behavior?

Clicking a project should open its project page and allow me to start a new Chat or Work conversation. Existing eligible chats should also have a “Move to project” option.

Additional information

  1. Open the ChatGPT Mac desktop app.
  2. Sign in to the Rumford Stone Business workspace.
  3. Click a project in the left sidebar.
  4. The project only expands to show existing chats.
  5. There is no option to start a new chat within the project.
  6. Open the … menu on an existing chat.
  7. “Move to project” is not available.
  8. Open chatgpt.com using the same account and workspace; both features work correctly there.

<img width="2048" height="1292" alt="Image" src="https://github.com/user-attachments/assets/0a02abf1-9b6b-496f-b878-54671ec5bf55" />
<img width="2048" height="1888" alt="Image" src="https://github.com/user-attachments/assets/5574abb6-d569-4959-bef1-f841141c5e0f" />

View original on GitHub ↗

3 Comments

github-actions[bot] contributor · 1 month ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #34300

Powered by Codex Action

VincentTrento · 1 month ago

Update: Starting a new chat inside a project is now available through the pencil icon beside the project. This may have appeared after signing out and back in, or after reinstalling the app.
The remaining issue is that “Move to project” is still unavailable in the Mac desktop app, although it works on chatgpt.com using the same account and workspace.

garyross · 11 days ago

The behavior of the New Chat (paper + pencil) icon inside a Project is inconsistent.

In some Projects, hovering over the icon displays a tooltip, and clicking it creates a normal chat outside the Project. In other Projects, no tooltip appears, and clicking the same icon creates a chat inside the Project.

In other words, the same control has two different behaviors depending on the type of Project, without giving the user any indication that the Projects are different.

My suspicion is that this is related to the distinction between Work Projects and Chat Projects:

[ **Chat** | Work ]

Inside Chat Context:

  • In a Work Project, clicking New Chat ignores the project context and opens a normal chat.
  • In a Chat Project, clicking New Chat correctly creates a chat inside the Project.

The interface does not make this distinction clear. From the user's perspective, both are presented simply as "Projects", and the New Chat icon is identical in both cases. The result is that the same action has different outcomes with no visible explanation.

Interestingly, the appearance of a tooltip only in Work Projects suggests that the application already knows which type of Project it is displaying. If these two Project types are intended to behave differently, the UI should communicate that explicitly—for example by using different icons, labels, or tooltips, or by disabling the control when "New Chat in Project" is not supported.

As it stands, users naturally expect the New Chat button inside a Project to create a new chat inside that Project, regardless of the underlying Project type. The current behavior is confusing because it silently violates that expectation.

---

The screenshot shows how hovering over the 'New Chat' icon appears when inside Chat produces a popup. Clicking the 'icon' in such a case ignores the Project context and is simply the same as clicking a New Chat icon at the top of the page. Clicking it should perhaps give a warning. "This is a Work Project. Switch to Work?" -> [Yes|Cancel]

<img width="668" height="136" alt="Image" src="https://github.com/user-attachments/assets/2081f0af-e602-4f9e-9aed-aac70dcefb35" />

---

This may be connected to Project type. When I click Create Project I'm giving the choice: "Cloud" vs "Local". Is this distinction the same as "Chat" vs. "Work"? If so the distinction is confusing as different terminology is being conflated in different contexts.