Skip to content

Release v1.0.4

Choose a tag to compare

@github-actions github-actions released this 18 May 15:45
· 441 commits to main since this release

Installation

Homebrew (macOS/Linux)

brew upgrade stigmer

Manual Installation

Download the appropriate binary for your platform from the assets below.

Highlights

This release stabilises the build and test infrastructure — resolving all 49 integration test failures, fixing the workflow-runner startup crash, and unblocking the React SDK and site deployments. The composer toolbar gets a compact two-group layout, and the React SDK docs are now curated with domain-aware ordering.

What's Changed

Bug Fixes

  • sdk/react: await default agent resolution on submit instead of failing
  • ci: update workflow-runner build path to ./cmd/zigflow
  • build: auto-seed BUILD.bazel for go.work modules before Gazelle runs
  • build: update workflow-runner build path to cmd/zigflow
  • sdk: add build-java-protos target to install stubs before SDK compile
  • backend/workflow-runner: fix startup crash and eliminate dual entry point
  • test,seedpack: add server-side apply test and fix seedpack workflow validation errors
  • test: resolve remaining 4 integration test failures (49→0)
  • test,seedpack: resolve 44 of 49 integration test failures
  • test: resolve 43 integration test failures across three suites
  • site: add all @stigmer/react peer deps for site build
  • site: add @xyflow/react peer dep to unblock website deployment
  • client-apps/web: convert env variables from map to list format in prod overlay

Refactors

  • sdk/react: compact composer toolbar with two-group layout
  • sdk/react: curate React SDK docs with domain exclusions and workflow ordering

Tests

  • seedpack: add four-tier MCP server test automation strategy
  • integration: add security integration test suite for production JWT validation
  • integration: add auth and IAM integration test foundation
  • sdk,web,desktop: add frontend integration testing strategy

Documentation

  • add changelog for macOS WebKit autocomplete pill suppression
  • add changelog for compact composer toolbar redesign
  • add changelog for React SDK docs strategy overhaul

Chores

  • regenerate React SDK docs
  • update yarn.lock
  • migrate Discord rules to Planton CLI and add seedpack enhancements
    Full Changelog: v1.0.3...v1.0.4