Releases: velos/CodeMode.swift
Releases · velos/CodeMode.swift
Release list
0.2.2
0.2.1
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
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
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