Skip to content

Releases: Miragon/miragon-ai

v0.12.0

Choose a tag to compare

@miragon-release-please miragon-release-please released this 17 Aug 12:14
d73c6d4

0.12.0 (2026-08-17)

Features

  • widget-shell: share the Postgres persistence layer with composed servers (#258) (c1b3037)

v0.11.0

Choose a tag to compare

@miragon-release-please miragon-release-please released this 17 Aug 07:33
89fc1ab

0.11.0 (2026-08-17)

Features

  • starter-template DX — self-sufficient dev loop, install guards, headless verification (#256) (46f5d89)

v0.10.0

Choose a tag to compare

@miragon-release-please miragon-release-please released this 15 Aug 12:20
3121903

0.10.0 (2026-08-15)

Features

  • widget-shell: share the host app shell and boot helpers with composed servers (#253) (8c20434)

v0.9.0

Choose a tag to compare

@miragon-release-please miragon-release-please released this 14 Aug 11:34
e538b53

0.9.0 (2026-08-14)

⚠ BREAKING CHANGES

  • camunda7: cockpitViews.settings() no longer takes zero arguments. Every builder in cockpitViews is now typed (params: ViewParams, ctx?: ViewContext) => LayoutConfig, so callers pass the route params plus, for the composed settings view, the host's widget ids: cockpitViews.settings(params, { widgetIds }). Called without the context it yields camunda7's own section alone.

Features

  • camunda7: assemble the settings page from the host widget registry (#251) (a4eda7e)

v0.8.0

Choose a tag to compare

@miragon-release-please miragon-release-please released this 14 Aug 09:00
352bfb6

0.8.0 (2026-08-13)

⚠ BREAKING CHANGES

  • repo: the npm packages @miragon-ai/mcp-camunda7, @miragon-ai/client-camunda7, @miragon-ai/mcp-analytics and @miragon-ai/client-analytics are renamed to @miragon-ai/camunda7-connector, @miragon-ai/camunda7-client, @miragon-ai/analytics-connector and @miragon-ai/analytics-client; the old names stay behind on the registry.

Code Refactoring

  • repo: split packages into core/connectors and extract the platform core into widget-shell (#244) (f5605d2)

v0.7.0

Choose a tag to compare

@miragon-release-please miragon-release-please released this 12 Aug 08:14
980fc38

0.7.0 (2026-08-12)

⚠ BREAKING CHANGES

  • analytics: analytics_engine_compare and analytics_show_engine_compare reject calls without processDefinitionKey.

Features

  • analytics: cross-engine landscape; engine_compare requires a process key (#242) (0faf5fb)

v0.6.0

Choose a tag to compare

@miragon-release-please miragon-release-please released this 11 Aug 12:56
5bc36be

0.6.0 (2026-08-11)

⚠ BREAKING CHANGES

  • MCP_OAUTH providers "oidc"/"oidc-proxy" now fail the boot (upstream removed jwksVerifier/oauthProxy); REDIS_URL session sharing is ignored (the pluggable backend seam is gone); persisted user settings and the sticky engine selection require MCP_OAUTH (stateless HTTP has no session ids).

Features

  • engine-plugins: record process metrics via Micrometer (#226) (abe2b9c)
  • migrate to @miragon/mcp-toolkit 1.1.0 on mcp-use 2 (#239) (538ce47)

v0.5.1

Choose a tag to compare

@miragon-release-please miragon-release-please released this 07 Aug 14:41
a2445b1

0.5.1 (2026-08-07)

Bug Fixes

  • docker: keep the pnpm store in the image layer, not a cache mount (#209) (d9f6d7a)

v0.5.0

Choose a tag to compare

@miragon-release-please miragon-release-please released this 05 Aug 11:43
14c27ad

0.5.0 (2026-08-05)

Features

  • give the composed-server template a loaded .env.example (#208) (5fc31fe)

Bug Fixes

  • ci: gate npm publish behind release approval (#205) (2a28651)

v0.4.0

Choose a tag to compare

@miragon-release-please miragon-release-please released this 05 Aug 09:56
61d513c

0.4.0 (2026-08-05)

Features

  • align the single-engine id with the metrics engine_id label (#201) (7188ebc)
  • composed-server template — build your own server from the npm modules (#203) (fa4837f)