github h3pdesign/Neon-Vision-Editor v0.2.8-1-alpha
v0.2.8-alpha

latest releases: v0.7.1, v0.7.0, v0.6.9...
3 months ago

Improve AppleFM Foundation Models integration and fix streaming issues

• Add robust availability checks for Apple Intelligence (iOS 18 / macOS 15) before using system language model
• Implement health check via LanguageModelSession to validate model responsiveness (“ping” -> “pong”)
• Provide synchronous completion API appleFMComplete(prompt:) returning model response text
• Implement streaming completion API appleFMStream(prompt:) that yields incremental deltas
• Fix optional handling in streaming: unwrap partial.content.text safely and remove force unwraps
• Correct delta computation using unwrapped current string and maintain last state
• Add graceful fallback to single-shot completion if streaming fails
• Provide stubbed implementations when USE_FOUNDATION_MODELS is disabled to ensure build stability across configs
• Added .cs - c# syntax support

Full Changelog: v0.2.7-alpha...v0.2.8-1-alpha

Don't miss a new Neon-Vision-Editor release

NewReleases is sending notifications on new releases.