Skip to content

0.1.4

Choose a tag to compare

@GaosCode GaosCode released this 20 Jun 10:14

Desktop 0.1.4 Notice

Desktop 0.1.4 has a packaged-app startup crash caused by a missing updater runtime dependency (ms). Install Desktop 0.1.5 manually instead. The npm runtime/CLI 0.1.4 packages remain valid.

Highlights

  • Added MCP plan-authoring tools and secure tunnel OAuth integration.
  • Added desktop settings for MCP tunnel autostart and persistence.
  • Improved desktop reliability around file watching, prompt refresh snapshots, and MCP context responses.
  • Hardened MCP search_project path redaction for local filesystem paths while preserving URLs and ordinary routes.
  • Added CLI project doctor checks and clearer handling for uninitialized workspaces.
  • Improved runtime graph indexing and bounded review hook execution.
  • Localized native desktop update feedback and repaired desktop glass surface chrome.

Release Channels

  • Published @planweave-ai/runtime@0.1.4 to npm.
  • Published @planweave-ai/cli@0.1.4 to npm, with the packed CLI depending on @planweave-ai/runtime@0.1.4.
  • Updated the Homebrew formula to install the 0.1.4 CLI tarball and verify planweave --version against 0.1.4.
  • Published desktop installers and updater metadata for v0.1.4, including latest-mac.yml, latest-linux-arm64.yml, and latest.yml.

Desktop

  • Refreshed the desktop app icon source image and regenerated the macOS icon bundle.
  • Published macOS arm64 DMG/ZIP, Linux arm64 AppImage/DEB/tar.gz, and Windows arm64 EXE/ZIP assets.

Documentation

  • Clarified the ChatGPT Pro + MCP Tunnel planning workflow in the English and Chinese READMEs.
  • Documented that opening Settings -> MCP Tunnel in the desktop app enables the MCP server path, without a separate local server startup step.

Verification

  • pnpm -r build
  • pnpm test
  • npm registry verification for runtime and CLI 0.1.4
  • Homebrew formula verification through the tap repository
  • GitHub Release asset verification for v0.1.4
  • GitHub Actions CI passed for both main and v0.1.4

Notes

  • macOS code signing is still disabled in the current desktop builder configuration, so macOS users may see Gatekeeper warnings.