-
chore(release): 1.13.0 [skip ci]
released this
2026-07-14 23:39:22 +00:00 1.13.0 (2026-07-14)
Bug Fixes
- correct test assertion in dim_false_plain_text_has_no_color (8d77e45)
- Remove orphaned span_text helper function from markdown test module (199028f)
- state: cegah panic saat select mention dengan cursor stale (dcfc5b9)
- state: jangan bangun mention index di mode attach (e0d0860)
Features
- Deteksi trigger @mention dan Tab-cycle di input handler (2eebedf)
- ipc: dukung Ctrl+Y clipboard copy di mode daemon/attach (472162d)
- Judul dropdown autocomplete mengikuti jenisnya (Commands vs Files) (7f2509e)
- state: Alirkan mention_index lewat ToolCtx dan AppStateRest, bangun index di background thread (93be92a)
- Tambah Ctrl+Y untuk menyalin pesan assistant terakhir (d93bdba)
- Tambah field pending_clipboard_copy di MiscState (3b6abd9)
- Tambah helper truncate_diff untuk membatasi panjang diff (5dd835f)
- Tambah MentionIndex, AutocompleteKind, dan deteksi @mention di InputState (95cae8f)
- Tambah write_osc52 dan salin ke clipboard di mode single-process (71b1613)
- Tambahkan file baru ke mention_index saat tool write membuatnya (930961b)
- Tampilkan unified diff pada hasil tool edit (c3c0ef6)
- Tampilkan unified diff saat tool write menimpa file yang sudah ada (2bb8e6f)
- view: Tambah parameter dim dan pewarnaan baris diff di markdown renderer (683715c)
Downloads