This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+9 more
ReleasePort's take
Light signalReleasePort Layer 1 version 0.5.1 adds explicit save‑conflict resolution and several editor stability fixes.
Why it matters: Patch to 0.5.1 immediately; the new conflict handling prevents silent data loss when external file changes occur.
Summary
AI summaryAdds explicit save‑conflict resolution when files change outside the editor.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Add explicit save-conflict choice when disk and editor both changed Add explicit save-conflict choice when disk and editor both changed Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Reload open, clean editor tabs when watched file changes on disk Reload open, clean editor tabs when watched file changes on disk Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Preserve unsaved editor changes instead of silently replacing buffer Preserve unsaved editor changes instead of silently replacing buffer Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Pause auto-save during unresolved conflicts to prevent checksum failures Pause auto-save during unresolved conflicts to prevent checksum failures Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Prevent stale checksums from blocking no-op saves Prevent stale checksums from blocking no-op saves Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Refactor | Medium |
Refine conflict banner with quieter, theme-aware monochrome design Refine conflict banner with quieter, theme-aware monochrome design Source: llm_adapter@2026-05-21 Confidence: low |
— |
Full changelog
Kuku 0.5.1
Kuku 0.5.1 is a focused desktop editor reliability fix for files that change outside the editor: cleaner reload behavior for open tabs, safer checksum-based saves, and a clearer conflict resolution flow when both disk and editor versions have changed.
Highlights
- Reload open, clean editor tabs when a watched file changes on disk, including when returning to a tab that is not dirty.
- Preserve unsaved editor changes when the active tab is dirty instead of silently replacing the editor buffer with disk content.
- Add an explicit save-conflict choice when the file changed on disk while the editor also has unsaved changes: use the disk version or keep the editor version.
- Pause auto-save while a save conflict is unresolved, preventing repeated checksum failures in the background.
- Tighten checksum handling so stale checksums do not block no-op saves when the disk content already matches the editor content.
- Refine the conflict banner with a quieter, theme-aware monochrome surface and lower shadow so it reads as part of the editor instead of a floating alert.
Self-Hosting Note
This release changes local editor and vault file-write behavior only. Operators should still verify sync feature flags and object storage configuration separately before enabling remote sync paths in production.
Full Changelog: https://github.com/kuku-mom/kuku/compare/0.5.0...0.5.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About kuku-mom/kuku
All releases →Beta — feedback welcome: [email protected]