omniokg v2.1.1 - Fix streaming output for interactive docs + comprehensive documentation #59
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.
-
Critical Fix
Bridge API Improvements
Documentation Overhaul (Interactive)
Package Metadata Updates
Files Changed
Testing
Fixes #N/A (emergency release for docs functionality)
After (v2.1.1):
Why This Matters
Without streaming, the interactive docs console would:
📚 New Interactive Documentation
Visit omnipkg.pages.dev to explore:
Live Command Execution 🎮
Run real omnipkg commands directly in your browser:
omnipkg install requests@2.31.0 --isolated omnipkg list-pkgs omnipkg run requests -- python -c "import requests; print(requests.__version__)"Output streams live as it happens on your local machine!
New Documentation Sections
🛠️ Bridge API Enhancements
CORS Origins Expanded:
New Features:
📦 Installation
🔍 What's Included
Python Support: 3.10, 3.11, 3.12, 3.13
Platforms: Linux (x86_64, aarch64, ppc64le, s390x), macOS (Intel, Apple Silicon), Windows (x86_64)
Total CI Builds: 70+ (24 conda-forge + 22 GitHub Actions + 12 piwheels + ARM64 QEMU)
📊 Verification
All builds passing:
🚀 Try It Now
Interactive Console (no installation required):
👉 https://1minds3t.echo-universe.ts.net/omnipkg/
Documentation (with embedded console):
👉 https://omnipkg.pages.dev/
📝 Full Changelog
Compare: v2.1.0...v2.1.1
Files Changed: 30 files (+1,975 additions, -160 deletions)
If you're running the local bridge (
omnipkg bridge), you must upgrade to v2.1.1 for the interactive docs to work correctly. The streaming API change is not backwards compatible with v2.1.0 clients.pip install --upgrade omnipkg omnipkg bridge # Restart with new streaming endpointQuestions? Open an issue or visit the interactive docs 🚀
This discussion was created from the release omniokg v2.1.1 - Fix streaming output for interactive docs + comprehensive documentation.
Beta Was this translation helpful? Give feedback.
All reactions