bajrangCoder/acode-plugin-python2.0 ? reverse-engineered prompt
Reverse engineered prompt
Build me an enhanced Python plugin for Acode that lets people run Python code inside the editor and makes it easier to use extra packages.
It should support built in Python modules, let me add other modules by name or by wheel URL, and give me a simple command palette action where I can manage those modules in a JSON file. If possible, make the loading feel faster and cleaner than the older version, and keep the app usable even if Python is still a bit slow. Use the existing Pyodide based approach, and make sure the plugin works well with Acode’s plugin setup.
I also want a clear place in the UI or settings to explain what works, what does not yet work, and that native file access is still coming later. If you need to look up current docs online, go ahead. Please make it feel polished and ready to install, with sensible defaults and helpful error messages.
Are you gonna build this?
make sure you review the code using coderabbit