Skip to content

v0.1.4

Latest

Choose a tag to compare

@pradhankukiran pradhankukiran released this 09 May 11:01
· 67 commits to main since this release

Changes

  • Align Blender MCP defaults around the official add-on socket flow and migrate legacy MCP command settings.
  • Simplify the landing page and home topbar; move Blender connect into the topbar.
  • Fix Blender quick operation payloads, schema defaults, disconnected-state UX, and tool-list fallback handling.
  • Respect sidecar { ok: false } API responses instead of treating them as successful desktop actions.
  • Persist and honor Blender auto-connect settings.
  • Prevent stale project/snapshot state from leaking across projects.
  • Mark Blender operation failures as pipeline failures instead of successful steps.
  • Harden Tauri sidecar startup by validating /health before reusing port 4317 and building the sidecar resource before dev startup.

Verification

  • corepack pnpm --filter @pipelinekit/desktop typecheck
  • corepack pnpm --filter @pipelinekit/sidecar typecheck
  • corepack pnpm -w run prebuild:desktop