Replies: 1 comment 3 replies
-
|
Do you have a suggestion? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today with AI agentic tools like Claude Code, Cursor's Agents, OpenAI's Codex and Gemini's CLI, there are lots of tools that will run Pixi sandboxed such that it can only access the current directory. The current Pixi implementation doesn't work well with this since it always tries to read the system configuration which causes a crash due to it trying to escape the sandbox. Some kind of flag / environment variable to disable this behavior would be very helpful
Beta Was this translation helpful? Give feedback.
All reactions