VibeLign v2.1.6 Release Notes
VibeLign v2.1.6 Release Notes
VibeLign v2.1.6 focuses on making Session Memory and Recovery easier to find, while hardening the Windows handoff/build path.
Highlights
- Session Memory and Recovery Options now appear consistently in the GUI Manual, CLI help, shell completion, and
vib manual. - The GUI
TRANSFERbutton now always runs the handoff flow, without exposing expert-only--compact/--handofftoggles. - Windows
vib transfer --handoffis hardened against CP949 decode failures and empty git stdout.
Added
- GUI Manual cards for
세션 메모리and복구 옵션. - Beginner-friendly manual pages for
vib manual memoryandvib manual recover. - Nested shell completion for
vib memory, including proposal subcommands and common flags. - Automatic-estimated handoff warning in generated
PROJECT_CONTEXT.mdwhen accepted decisions/verification are missing.
Fixed
vib manual memoryno longer fails with'memory' 커맨드를 찾을 수 없어요..- Windows transfer handoff no longer crashes on CP949-incompatible git output.
- Git stdout handling is safe when subprocess output is
None. - GUI transfer errors now surface stdout/stderr so Windows failures are visible.
Verified
- Focused Python regression suite:
86 passed. - GUI production build:
rtk npm run buildpassed. - Manual registry and completion tests passed locally before tagging.