codex
codex copied to clipboard
Codex VSCode extension source code and license issue
Hello, I want to compile the VSCode extension for Codex and include it in the nix package manager. However, I can't find the corresponding license file and source code. Where can I find them?
https://marketplace.visualstudio.com/items/openai.chatgpt/license shows 404 - Page not found
friendly ping @bolinfest
The VS Code extension is not open sourced. You can think of the extension as a UI wrapper around the CLI, which is open sourced and implements all of the core functionality for the extension.
@etraut-openai Can you disclose why this choice?