Skip to content

VaneHub AI v1.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 08:09
· 30 commits to main since this release
a4ce6b2

VaneHub AI 1.1.0

VaneHub AI 1.1.0 is a stable desktop release of the unified workspace for Claude Code, Codex CLI, OpenCode, Gemini CLI, Antigravity CLI, and the built-in OnePiece API agent.

Highlights

  • Detect, install, configure, launch, and switch between supported coding agents from one workspace.
  • Organize sessions, projects, Git worktrees, local terminals, and remote SSH workspaces.
  • Manage MCP servers, SDKs, Skills, prompt hooks, extensions, scheduled tasks, notifications, and provider profiles.
  • Inspect usage, task output, and redacted unified logs without bypassing the desktop service boundary.
  • Use the browser-accessible Web/mock runtime for interface evaluation when native desktop capabilities are unavailable.

Downloads

Platform Architecture Assets
Windows x64 x64 .exe installer (NSIS), updater-signed; Authenticode deferred
macOS Apple Silicon aarch64 .dmg, updater-signed; code signing/notarization deferred
macOS Intel x64 .dmg, updater-signed; code signing/notarization deferred
Linux x64 .deb and AppImage
Linux ARM64 .deb and AppImage

No Windows ARM64, .msi, or .rpm package is included in this release. Linux ARM64 packages are built on GitHub's ubuntu-24.04-arm hosted runner, whose label is currently in public preview.

Verify your download

This phase verifies the Tauri updater signature, package checksums, SBOM, and GitHub provenance. Windows packages are not Authenticode signed, and macOS packages are not Developer ID signed or notarized yet. Linux packages do not use operating-system code signing; their evidence is integrity and provenance only.

Every downloadable package is covered by SHA256SUMS, an SPDX SBOM, and GitHub build-provenance and SBOM attestations. Download SHA256SUMS beside the package and run:

sha256sum --check --ignore-missing SHA256SUMS

Verify GitHub provenance with:

gh attestation verify <downloaded-file> --repo cdavid817/vanehub-ai

Updates

Stable installations use signed updater artifacts and the stable update channel. Automatic checks are disabled by default and can be enabled from the application settings. Preview releases remain on a separate channel and are not offered to stable clients.

Known limitations

  • Native CLI detection, process launch, local storage, desktop integration, and installation require the Tauri desktop application; browser mode uses deterministic Web/mock behavior.
  • Windows SmartScreen and macOS Gatekeeper may warn because operating-system signing and notarization are deferred to a later release phase.
  • Agent vendor authentication still occurs through each vendor's CLI or account flow; VaneHub AI does not broker subscription sign-in.
  • Package availability is limited to the platform and architecture matrix above.

Reporting problems

Open a bug report with the release version, operating system, and a relevant redacted log excerpt. Use the feature request for product ideas. Report vulnerabilities privately through a GitHub security advisory, not a public issue.


What's Changed

Documentation

  • Improve agent settings UX and Skill synchronization by @cdavid817 in #196
  • Make multi-Agent group chat work, and fix five more defects found on the desktop client by @cdavid817 in #197
  • Refactor Web client state modules by @cdavid817 in #198
  • Simplify the Prompt Hooks settings experience by @cdavid817 in #199
  • Make human mention routing work in multi-Agent group chat, and isolate CLI config in desktop test runs by @cdavid817 in #201
  • Cover the multi-Agent human decision pause and resume with a live desktop spec by @cdavid817 in #203
  • Scope Claude permission hooks to VaneHub-managed sessions by @cdavid817 in #204
  • Expand agent documentation and desktop verification by @cdavid817 in #200
  • Refactor plan mode into OnePiece sessions by @cdavid817 in #202
  • Archive managed permission hook scope change by @cdavid817 in #206
  • feat: optimize loop engineering workbench by @cdavid817 in #205
  • Make Agent evaluation ranking reach the client and failures explain themselves by @cdavid817 in #207
  • Make the workspace scannable and recoverable by @cdavid817 in #208
  • feat(cli-parameters): upgrade CLI parameter management by @cdavid817 in #210
  • fix(test): stabilize desktop WebDriver worker lifecycle by @cdavid817 in #214
  • chore(release): prepare v1.1.0 by @cdavid817 in #215

Dependencies

  • deps(npm): bump expect-webdriverio from 5.6.5 to 6.0.5 by @dependabot[bot] in #213
  • deps(npm): bump the npm-minor-patch group with 15 updates by @dependabot[bot] in #212

Other changes

Full Changelog: v1.0.0...v1.1.0