Skip to content

Releases: velos/CodeMode.swift

0.2.2

Choose a tag to compare

@zac zac released this 13 Jul 06:52
9e58efd

What's Changed

  • Harden model-facing decoding against common LLM tool-call quirks (0.2.2) by @zac in #6

Full Changelog: 0.2.1...0.2.2

0.2.1

Choose a tag to compare

@zac zac released this 13 Jul 05:50

What's Changed

  • Widen swift-syntax to 602.0.0..<604.0.0 for co-resolution with mlx-swift-lm

Full Changelog: 0.2.0...0.2.1

0.2.0

Choose a tag to compare

@zac zac released this 13 Jul 02:30
95f9918

What's Changed

  • Update eval harness with richer scenarios and diagnostics by @zac in #1
  • Add filesystem injection for CodeMode hosts by @zac in #2
  • Expand API call coverage across bridge, host, and eval runtime by @zac in #3
  • Add evaluation tooling and broaden Apple bridge coverage by @zac in #4
  • Macro-generate capability registrations; harden runtime timeouts and network egress; add platform + eval CI by @zac in #5

Full Changelog: 0.1.0...0.2.0

0.1.0

Choose a tag to compare

@zac zac released this 13 Mar 04:53

Initial public release of CodeMode.swift.

Highlights:

  • Typed host API via CodeModeAgentTools with searchJavaScriptAPI and executeJavaScript
  • Code-driven JavaScript API discovery against a platform-filtered catalog
  • Streaming execution through JavaScriptExecutionCall with structured CodeModeToolError failures
  • Cross-Apple helper namespace under apple.* with platform-specific helpers like ios.alarm.* where needed
  • Swift package support for iOS 18+, macOS 15+, visionOS 2+, and watchOS 11+
  • MIT licensed