core-agent-ide/codex-rs/tui
ryozi fd67a0086c
Fix Unicode handling in chat_composer "@" token detection (#1467)
## Issues Fixed

- **Primary Issue (#1450)**: Unicode cursor positioning was incorrect
due to mixing character positions with byte positions
- **Additional Issue**: Full-width spaces (CJK whitespace like " ")
weren't properly handled as token boundaries
- ref:
https://doc.rust-lang.org/std/primitive.char.html#method.is_whitespace

---------

Co-authored-by: Michael Bolin <bolinfest@gmail.com>
2025-07-07 13:43:31 -07:00
..
src Fix Unicode handling in chat_composer "@" token detection (#1467) 2025-07-07 13:43:31 -07:00
tests feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
Cargo.toml feat: add support for @ to do file search (#1401) 2025-06-28 13:47:42 -07:00