@magyk/vincent 0.1.10 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,25 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
7
  ---
8
8
 
9
+ ## [0.1.12] — 2026-05-12
10
+
11
+ ### Changed
12
+ - **Video model change takes effect immediately** — switching the video model
13
+ in `/settings` now updates the running session without a restart. The next
14
+ proposal and generation use the new model right away.
15
+
16
+ ---
17
+
18
+ ## [0.1.11] — 2026-05-12
19
+
20
+ ### Fixed
21
+ - **Terminal corruption on Esc-quit (Ghostty / Kitty terminals)** — pressing Esc
22
+ at the session picker left raw mode and the Kitty keyboard protocol unreset,
23
+ causing escape sequences to leak as literal text into the shell after exit.
24
+ The TUI is now properly torn down before the process exits.
25
+
26
+ ---
27
+
9
28
  ## [0.1.10] — 2026-05-12
10
29
 
11
30
  ### Fixed