Skip to content

chore(main): release 0.48.0#1760

Merged
roryford merged 1 commit into
mainfrom
release-please--branches--main
Jun 12, 2026
Merged

chore(main): release 0.48.0#1760
roryford merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.48.0 (2026-06-12)

⚠ BREAKING CHANGES

  • ManifoldMLX and ManifoldLlama are no longer products of this package. Add the manifold-mlx / manifold-llama companion packages and register their backends via quickStart(backends:) — see docs/MIGRATION-0.48.md.
  • traits: the AnyLanguageModel package trait no longer exists. Remove it from your traits: array and import ManifoldAnyLanguageModel.
  • traits: the Ollama and CloudSaaS package traits no longer exist. Remove them from your traits: array; depend on ManifoldOllama / ManifoldCloudSaaS products and register what you need.
  • traits: consumers passing traits: ["Voice"], ["Tools"], ["AppIntents"], or ["Skills"] (or .trait(name:) equivalents) get a resolve error — delete the trait and keep the product dependency. ManifoldSkills is no longer in the default trait set; it is re-exported unconditionally through the ManifoldKit umbrella instead.
  • traits: the MCP and MCPBuiltinCatalog package traits no longer exist. Remove them from your traits: array; MCP is now always available.

Features

  • ManifoldCloud: extract ManifoldOllama and ManifoldCloudSaaS products (#1761) (57c1432)
  • move MLX and llama.cpp backends to companion packages (#1771) (2402cc2)
  • publish backend seam and registrar-injectable quickStart (#1766) (0cc176d)
  • testing: freeze the backend seam and add the out-of-package split proof (#1767) (e516549)
  • testing: publish ManifoldTestSupport and ManifoldBackendTestKit products (#1762) (d24ad06)
  • traits: retire AnyLanguageModel trait; add v0.48 migration guide (#1769) (c41b874)
  • traits: retire MCP and MCPBuiltinCatalog traits (#1764) (2cec4fa)
  • traits: retire Ollama and CloudSaaS traits (#1768) (bfd08a8)
  • traits: retire Voice, AppIntents, Skills, and Tools traits (#1765) (ebcafdb)

Bug Fixes

  • update Package.resolved for unconditional AnyLanguageModel dependency (#1770) (d052130)

Performance Improvements


This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot requested a review from roryford as a code owner June 11, 2026 22:50
@github-actions github-actions Bot changed the title chore(main): release 0.47.1 chore(main): release 0.48.0 Jun 12, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 3 times, most recently from ce6289f to 6b8e9be Compare June 12, 2026 07:42
@roryford roryford added the do-not-merge Hold: v0.48 packaging train in progress label Jun 12, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 5 times, most recently from 4278ba4 to f1f25c1 Compare June 12, 2026 15:58
@roryford roryford force-pushed the release-please--branches--main branch from f1f25c1 to a7f2542 Compare June 12, 2026 16:07
@roryford roryford removed the do-not-merge Hold: v0.48 packaging train in progress label Jun 12, 2026
@roryford roryford merged commit b26224a into main Jun 12, 2026
6 checks passed
@roryford roryford deleted the release-please--branches--main branch June 12, 2026 23:09
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

perf(runtime): parallelize PromptContextPipeline providers (currently sequential)

1 participant