lumide_swiftly 1.0.0
lumide_swiftly: ^1.0.0 copied to clipboard
OpenAI API compatible code completion plugin for Lumide IDE.
Changelog #
1.0.0 #
- Initial release of
lumide_swiftlycode completion plugin. - OpenAI compatible inline completion provider with SSE token streaming.
- Aggressive early-halting using custom stop tokens to reduce autocomplete latency.
- Client-side request cancellation when typing to prevent background connection waste.
- Persistent longest-prefix matching cache with throttled file flushes.
- Project context gathering from active selections and recently opened text files.