You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cc-100-roadmap.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1016,6 +1016,8 @@ M7 补充:prompt history `LogEntry` 读取现在接受 `sessionID`/`session`/`
1016
1016
1017
1017
本轮补充:terminal parser 的 text grapheme 分段继续补齐 Unicode mark category 和 Prepend 规则,nonspacing/enclosing/spacing mark 会归入前一 cluster,`का` 这类 spacing mark cluster 不再被拆宽,Arabic prepend mark 加 base text 会保持同一 grapheme,单独 prepend mark flush 时按零宽处理;完整 Unicode UAX #29 分段仍未宣称完成。
- 本轮补充:terminal parser 的 text grapheme 分段继续补齐 Unicode mark category 和 Prepend 规则,nonspacing/enclosing/spacing mark 会归入前一 cluster,`का` 这类 spacing mark cluster 不再被拆宽,Arabic prepend mark 加 base text 会保持同一 grapheme,单独 prepend mark flush 时按零宽处理;完整 Unicode UAX #29 分段仍未宣称完成。
Copy file name to clipboardExpand all lines: docs/first-second-parity-audit.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -432,6 +432,7 @@ M7 progress now includes:
432
432
-`internal/tui`: terminal grapheme segmentation now applies Hangul L/V/T jamo joining, keeping decomposed syllables such as `한` as one wide grapheme across full input and streaming chunk boundaries.
433
433
-`internal/tui`: terminal grapheme segmentation now keeps CRLF as a single zero-width line-break grapheme across full input and streaming chunks split between `\r` and `\n`, and wrap/trim/render width paths share the same line-break check.
434
434
-`internal/tui`: terminal grapheme segmentation now uses Unicode mark categories for nonspacing/enclosing/spacing marks and handles Prepend characters, keeping clusters such as Devanagari `का` and Arabic prepend-mark plus base text together while treating a lone prepend mark as zero width.
435
+
-`internal/tui`: terminal grapheme segmentation now keeps common Indic virama conjuncts such as Devanagari `क्ष` as one narrow grapheme across full input and streaming chunks split after the virama.
435
436
-`internal/tui`: image hint parsing now accepts OSC ST terminators and base64 `name=` filenames while preserving prompt pasted-content metadata.
436
437
-`internal/session`: prompt history writing now skips image pasted-content records like official `history.ts`, while the reader still accepts older image metadata entries.
437
438
-`internal/session`: paste-cache now has a best-effort cutoff-mtime cleanup helper for old `.txt` paste files, matching official `cleanupOldPastes` behavior.
0 commit comments