Skip to content

Releases: christopherkarani/Conduit

0.3.13

08 Apr 17:04
d6c7de3

Choose a tag to compare

Fixes

  • gate the Conduit MLX facade behind both the MLX trait and canImport(MLX)
  • prevent downstream SwiftPM builds from failing when MLX traits are enabled but MLX modules are unavailable

Verification

  • swift package resolve
  • swift test

Conduit 0.3.12

08 Apr 16:56
c923d8b

Choose a tag to compare

Patch release for the published package graph regression in 0.3.11.

Included:

  • keep MLX example dependencies opt-in instead of part of the default published graph
  • preserve the Foundation Models fixes from 0.3.11

Verification:

  • swift package resolve
  • swift test

Conduit 0.3.11

08 Apr 16:47
2a71f72

Choose a tag to compare

Patch release for the Foundation Models post-merge regression fixes.

Included:

  • restore facade compatibility aliases for macro-generated Conduit.* references
  • stop Foundation Models tool prompts from teaching placeholder argument literals
  • replace the ambiguous Foundation Models test helper with an explicit schema-based tool definition

Verification:

  • swift build --target ConduitTests
  • swift test --filter FoundationModelsProviderTests
  • swift test

Conduit 0.3.10

20 Mar 04:00

Choose a tag to compare

Full Changelog: 0.3.9...0.3.10

0.3.5: Merge pull request #16 from christopherkarani/linux

12 Feb 08:14
b7ccafa

Choose a tag to compare

0.3.4

12 Feb 06:10
b34fd81

Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.3.4

0.3.3: Merge pull request #14 from christopherkarani/fix

10 Feb 00:41
d91a2b6

Choose a tag to compare

0.3.1: Merge pull request #13 from christopherkarani/fix

03 Feb 03:48
bce7ce9

Choose a tag to compare

Refresh README with provider examples and add documentation test

0.3.0

22 Jan 18:28
4ce036c

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...0.3.0

0.1.0: fix: Add bounds checking to JsonRepair bracket handling

03 Jan 23:39

Choose a tag to compare

Prevents array underflow crash when encountering closing brackets
with an empty stack (e.g., malformed JSON like "[}" or standalone "}").

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>