Skip to main content
Product updates for @m4trix/core, generated from conventional commits in the monorepo. Scopes in commit messages route entries to the Agents, Evals, or Tracing changelogs. Last regenerated 2026-06-05 (UTC).
June 5, 2026
Features
Unreleased · latest core v0.16.2, stream v0.8.3, react v0.8.3, ui v0.8.3

Breaking changes

  • replace channel sinks with proxy consumers (matrix) BREAKING (90871b6) Add channel proxy declarations, explicit SSE proxy consumers, custom proxy registration, and inbound event publishing through InteractiveProxyHandle. BREAKING CHANGE: AgentNetwork setup now provides proxy instead of sink, channels use .proxy(...)/getProxies() instead of .sink(...)/getSinks(), and network.expose() now accepts proxy consumers such as registerSSEStream(...) instead of \{ protocol, select } options.

New features

  • replace channel sinks with proxy consumers (matrix) BREAKING (90871b6) Add channel proxy declarations, explicit SSE proxy consumers, custom proxy registration, and inbound event publishing through InteractiveProxyHandle. BREAKING CHANGE: AgentNetwork setup now provides proxy instead of sink, channels use .proxy(...)/getProxies() instead of .sink(...)/getSinks(), and network.expose() now accepts proxy consumers such as registerSSEStream(...) instead of \{ protocol, select } options.
June 3, 2026
Features
Unreleased · latest core v0.16.2, stream v0.8.3, react v0.8.3, ui v0.8.3

New features

  • add dependency layers, typed tools, and network tracing (matrix) (4e2c6fa)
    • Extract DepedencyLayer for injection across skills, agents, and networks
    • AgentFactory dependsOn/tools; agent logic gets layers, tools, emitAndAwait, tracing
    • Tool builder with Effect schemas, layer deps, and optional event emission
    • AgentNetwork.dependsOn with layer injection at run() and expose()
    • EventPlane.publishAndAwait for request-reply over the event bus
    • NetworkTracer hooks for runs, event publish, and agent invocations
May 28, 2026
Fixes
core v0.16.2 · stream v0.8.3 · react v0.8.3 · ui v0.8.3

Bug fixes

  • upgrade dependencies to clear high-severity audit findings (core, stream, react, ui) (3316b84)
    • bump effect, langchain, and socket.io in core; effect in evals
    • upgrade vitest 4 and tsup 8 across packages; turbo at root
    • add pnpm overrides for transitive advisories (axios, protobufjs, etc.)
    • align example apps and website on patched next releases
    • fix ui vitest 4 test options API in AiCursor spec
April 18, 2026
Improvements
core v0.16.1 · stream v0.8.2 · react v0.8.2 · ui v0.8.2

Improvements

  • update import paths to use .js extensions for consistency (97e481c)
March 7, 2026
Features
v0.16.0

New features

  • main channel api changes (core) (e4fd96f)
  • new features and project restructure (c5bdf34)
February 27, 2026
Features
v0.13.0

New features

  • another refactoring of the skill api (core) (61fae57)
February 25, 2026
Features
v0.12.0

New features

  • improved skill interface (core) (3b2b342)
February 22, 2026
Features
core v0.11.0 · stream v0.8.0 · react v0.8.0 · ui v0.8.0

New features

  • add skill export and enhance type safety in event-plane (matrix) (5bfa399)
    • Added export for the ‘skill’ module in the matrix index.
    • Improved type safety by specifying types for results and error handling in event-plane functions.