omnipkg v1.6.2 - Universal Runtime Healing Introduced #24
1minds3t
announced in
Announcements
Replies: 0 comments
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.
-
This release transforms
omnipkginto a truly universal execution environment. It can now accept Python code via any method (scripts, inline-c, heredocs, pipes, or CLI binaries) and wrap them in an immortal, self-healing context.🚀 New Features
8pkg runnow handles stdin execution (python <<EOForcat script.py | 8pkg run python). If the piped code fails,omnipkgcaptures it, analyzes the crash, auto-heals the environment, and re-runs it transparently.sys,os,math,json). It will no longer attempt to "install" these if a script has a syntax error involving them.ModuleNotFoundErroroccurs, the healer instantly scans the rest of the script for other missing imports and installs them all in a single batch operation, drastically reducing repair time.8pkg run http --version. Ifhttpieis broken due to dependency conflicts (e.g.,urllib3version mismatch), omnipkg automatically detects the tool's owner package, creates an isolated bubble, and executes the tool successfully—without touching your main environment.🛡️ improvements & Fixes
sys.pathinjection logs during wrapper execution. Use--verboseto see them.8pkg install python==3.12.⚡ Performance
uv runfailure-to-recovery cycles📦 Upgrade
This discussion was created from the release omnipkg v1.6.2 - Universal Runtime Healing Introduced.
Beta Was this translation helpful? Give feedback.
All reactions