Releases: hoangvu12/laplus
Releases · hoangvu12/laplus
Release list
v0.1.16
What's Changed
- feat: add native Mimir provider via standalone SDK bridge by @wasimysaid in #5
New Contributors
- @wasimysaid made their first contribution in #5
Full Changelog: v0.1.15...v0.1.16
v0.1.15
v0.1.14
Fixes
- Claude Code and Codex sessions now release idle processes after 90 seconds and resume the saved conversation on the next message. Active turns, queued prompts, pending approvals, and known working subagents prevent idle cleanup.
- Windows process cleanup now includes provider helper processes, even when the main provider process has already exited.
- Fixed Codex conversations remaining marked as running after completion, including automatic follow-up turns and root agents incorrectly tracked as their own subagents.
- Windows links now use native default-browser activation instead of launching File Explorer.
Verification
Focused Rust tests, isolated conversation UI probes, and native Windows browser-opening probes passed. The Windows installer includes the updated web bundle and signed updater artifacts.
Full changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- Prove what the part-keyed reconcile actually does, and correct three tracker claims by @hoangvu12 in #3
- Give stop supervision a bottom, and stop a stopped turn speaking into the next one by @hoangvu12 in #4
Full Changelog: v0.1.12...v0.1.13