2 Open Issues Need Help Last updated: Aug 1, 2025

Open Issues Need Help

View All on GitHub
Windows: No Chat Area about 1 month ago

AI Summary: The user is experiencing an issue where the chat window doesn't appear in the Sublime Text Codex plugin on Windows. Troubleshooting is needed to determine if the problem stems from incorrect Codex CLI path configuration (especially considering the user is on Windows and might need to use WSL), missing dependencies, or a bug within the plugin itself. The solution likely involves verifying the `codex_path` setting in the plugin's settings file to correctly point to the Codex CLI executable, potentially using the suggested `wsl` workaround for Windows, and checking for any error messages in the Sublime Text console.

Complexity: 3/5
help wanted good first issue

Sublime Text frontend for OpenAI Codex

Python

AI Summary: The task requires implementing a Windows-specific solution to reliably kill the Codex subprocess within the Sublime Text plugin. The current cross-platform approach using `kill_process_tree` is insufficient for Windows, necessitating a different method to prevent resource leaks.

Complexity: 4/5
help wanted good first issue

Sublime Text frontend for OpenAI Codex

Python