Skip to content

omnideck v0.1.0-beta.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Aug 23:59
· 41 commits to main since this release
fa24369

omnideck application v0.1.0-beta.4

This beta fixes agent and skill profile downloads in the native desktop app and
bundles OmniDeck CLI v0.11.0-beta.2 from commit a32d3ad95f44.

Native downloads

Exporting an agent profile from the hosted application now enters the native
webview download path. Previously, a same-origin JSON response could replace
the application page—observed on macOS—instead of creating a file in the host
Downloads folder.

The export link now explicitly requests a download, matching browser behavior
across WKWebView, WebKitGTK, and WebView2. Skill profile downloads use the same
corrected path.

Desktop host-boundary qualification

The VM-lab suite now controls the packaged Tauri application through its native
WebDriver and verifies operations that cross from the hosted application to the
host operating system. It:

  • exports through the real Agents UI;
  • proves the hosted URL does not change;
  • verifies the exact file, filename, and JSON payload in the host Downloads
    folder;
  • uploads that file through the native file input; and
  • verifies the imported profile and success notification.

The packaged AppImage, Debian DEB, Fedora RPM, Fedora Atomic/Silverblue
AppImage, and Windows 11 NSIS journeys all passed. The suite emits JUnit and
operation-level evidence for continuous qualification. Native macOS coverage
will use the same host-boundary contract when a Mac joins the VM lab.

Known limitations

Preview packages do not yet carry paid publisher identities. Windows may show
a Microsoft Defender SmartScreen warning, and macOS may require explicit
approval in Privacy & Security. Native file-picker presentation, clipboard,
system-browser routing, and subjective platform visual parity remain explicit
manual checks until reliable host automation is available for each platform.