SpyBara
Go Premium

Documentation 2026-08-02 21:00 UTC to 2026-08-03 20:02 UTC

3 files changed +31 −9. View all changes and history on the product overview
2026
Mon 3 20:02 Sun 2 21:00

open-source.md +8 −4

Details

9## Open-source components9## Open-source components

10 10 

11| Component | Where to find | Notes |11| Component | Where to find | Notes |

12| --------------------------- | ------------------------------------------------------------------------------------------------- | -------------------------------------------------- |12| ----------------------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |

13| Codex CLI | [openai/codex](https://github.com/openai/codex) | The primary home for Codex open-source development |13| Codex CLI | [openai/codex](https://github.com/openai/codex) | The primary home for Codex open-source development |

14| Codex SDK | [openai/codex/codex-sdk](https://github.com/openai/codex/tree/main/sdk) | SDK sources live in the Codex repo |14| Codex SDK | [openai/codex/codex-sdk](https://github.com/openai/codex/tree/main/sdk) | SDK sources live in the Codex repo |

15| Codex Security CLI | [openai/codex-security](https://github.com/openai/codex-security) | CLI for finding and validating security vulnerabilities |

16| Codex Security TypeScript SDK | [openai/codex-security/sdk/typescript](https://github.com/openai/codex-security/tree/main/sdk/typescript) | TypeScript SDK for running Codex Security scans |

15| Codex App Server | [openai/codex/codex-rs/app-server](https://github.com/openai/codex/tree/main/codex-rs/app-server) | App-server sources live in the Codex repo |17| Codex App Server | [openai/codex/codex-rs/app-server](https://github.com/openai/codex/tree/main/codex-rs/app-server) | App-server sources live in the Codex repo |

16| Skills | [openai/skills](https://github.com/openai/skills) | Reusable skills that extend ChatGPT and Codex |18| Skills | [openai/skills](https://github.com/openai/skills) | Reusable skills that extend ChatGPT and Codex |

19| Plugins | [openai/plugins](https://github.com/openai/plugins) | Reusable plugins for ChatGPT and Codex |

17| IDE extension | - | Not open source |20| IDE extension | - | Not open source |

18| Codex cloud | - | Not open source |21| Codex cloud | - | Not open source |

19| Universal cloud environment | [openai/codex-universal](https://github.com/openai/codex-universal) | Base environment used by Codex cloud |22| Universal cloud environment | [openai/codex-universal](https://github.com/openai/codex-universal) | Base environment used by Codex cloud |

20 23 

21## Where to report issues and request features24## Where to report issues and request features

22 25 

23Use the Codex GitHub repository for bug reports and feature requests across Codex components:26Use the appropriate GitHub repository for bug reports and feature requests:

24 27 

25- Bug reports and feature requests: [openai/codex/issues](https://github.com/openai/codex/issues)28- Codex bug reports and feature requests: [openai/codex/issues](https://github.com/openai/codex/issues)

29- Codex Security CLI and TypeScript SDK bug reports and feature requests: [openai/codex-security/issues](https://github.com/openai/codex-security/issues)

26- Discussion forum: [openai/codex/discussions](https://github.com/openai/codex/discussions)30- Discussion forum: [openai/codex/discussions](https://github.com/openai/codex/discussions)

27 31 

28When you file an issue, include which component you are using (CLI, SDK, IDE extension, Codex cloud) and the version where possible.32When you file an issue, include which component you are using (CLI, SDK, IDE extension, Codex cloud, or Codex Security) and the version where possible.

Details

48Use the permissions control below the composer in the ChatGPT desktop app or48Use the permissions control below the composer in the ChatGPT desktop app or

49IDE extension.49IDE extension.

50 50 

51<Illustration description="Approval-mode menu with Approve for me selected.">

52 <PermissionModeComposerIllustration ariaLabel="Approval-mode menu with Approve for me selected." />

53</Illustration>

54 

55In the CLI, enter `/permissions`. For technical details, see51In the CLI, enter `/permissions`. For technical details, see

56[Sandbox](https://learn.chatgpt.com/docs/sandboxing), [automatic review](https://learn.chatgpt.com/docs/sandboxing/auto-review), or52[Sandbox](https://learn.chatgpt.com/docs/sandboxing), [automatic review](https://learn.chatgpt.com/docs/sandboxing/auto-review), or

57[permission profiles](https://learn.chatgpt.com/docs/permissions).53[permission profiles](https://learn.chatgpt.com/docs/permissions).

use-chatgpt.md +23 −1

Details

48### What ChatGPT Work can do48### What ChatGPT Work can do

49 49 

50ChatGPT Work can plan a task, gather context, use tools, and carry the work50ChatGPT Work can plan a task, gather context, use tools, and carry the work

51through to a result you can review. Ask it to:51through to a result you can review.

52 

53<Illustration description="ChatGPT Work comparing vendors and producing a spreadsheet you can review.">

54 <CodexScreenshot

55 alt="ChatGPT Work comparing vendors in a spreadsheet"

56 lightSrc="/codex/get-started-with-work/comparison-spreadsheet.webp"

57 darkSrc="/codex/get-started-with-work/comparison-spreadsheet.webp"

58 maxHeight={520}

59 class="my-6 p-4 md:p-8"

60 />

61</Illustration>

62 

63Ask it to:

52 64 

53- **Research and analyze information.** Search the web, browse websites,65- **Research and analyze information.** Search the web, browse websites,

54 compare sources, read files, analyze data, and summarize findings.66 compare sources, read files, analyze data, and summarize findings.


196on information outside the chat, actions in another system, or a208on information outside the chat, actions in another system, or a

197repeatable workflow.209repeatable workflow.

198 210 

211<Illustration description="ChatGPT plugin directory showing connected tools such as Google Drive, Slack, and SharePoint.">

212 <CodexScreenshot

213 alt="ChatGPT plugin directory showing connected work tools"

214 lightSrc="/codex/get-started-with-work/plugins.webp"

215 darkSrc="/codex/get-started-with-work/plugins.webp"

216 maxHeight={520}

217 class="my-6 p-4 md:p-8"

218 />

219</Illustration>

220 

199Plugin availability depends on your plan, workspace settings, and the plugin221Plugin availability depends on your plan, workspace settings, and the plugin

200itself. Learn more about [skills and plugins](https://learn.chatgpt.com/docs/skills-and-plugins).222itself. Learn more about [skills and plugins](https://learn.chatgpt.com/docs/skills-and-plugins).

201 223