Releases: pradhankukiran/pipeline-kit
Releases · pradhankukiran/pipeline-kit
v0.1.4
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
/healthbefore reusing port 4317 and building the sidecar resource before dev startup.
Verification
corepack pnpm --filter @pipelinekit/desktop typecheckcorepack pnpm --filter @pipelinekit/sidecar typecheckcorepack pnpm -w run prebuild:desktop
v0.1.3
Changes
- Fix Windows Blender connection by using the Blender socket bridge directly.
- Bundle the MCP SDK correctly in the sidecar.
- Avoid sidecar startup failures from the Codex SDK bundle path.
- Remove seeded placeholder dashboard data from the desktop UI.
- Fix the settings dialog so it is bounded and scrollable on smaller screens.
- Use Corepack pnpm in desktop build hooks for machines without a global pnpm shim.
Verification
corepack pnpm --filter @pipelinekit/desktop typecheckcorepack pnpm --filter @pipelinekit/sidecar typecheckcorepack pnpm -w run prebuild:desktop