cloudaxe-opencode/packages/opencode/test/cli
Simon Klee 8f05bbfaa6
prompt: fix cursor math for wide characters (#27017)
String.length counts code points, not display columns, so CJK
characters and emoji that occupy two terminal cells caused
misaligned cursors, broken mention triggers, and incorrect
history restoration offsets.

Use Bun.stringWidth for now, we need an alternative for this.

Fix #26716
Close #26922
2026-05-12 11:45:28 +02:00
..
cmd/tui fix(tui): scope events by project (#26936) 2026-05-11 23:42:04 -04:00
run prompt: fix cursor math for wide characters (#27017) 2026-05-12 11:45:28 +02:00
tui chore: generate 2026-05-12 03:43:40 +00:00
account.test.ts chore: generate 2026-03-23 17:12:55 +00:00
effect-cmd-instance-als.test.ts fix(cli): bridge Instance.current ALS in effectCmd handlers (regression from #25522) (#25546) 2026-05-03 04:24:33 +00:00
error.test.ts fix(opencode): improve console login transport errors (#21350) 2026-04-07 18:31:53 +00:00
github-action.test.ts Source HTTP API ID path patterns (#26623) 2026-05-09 22:58:47 -04:00
github-remote.test.ts feat(core): add scout agent for repo research (#24149) 2026-05-08 20:20:08 +00:00
import.test.ts chore: generate 2026-03-10 16:56:30 +00:00
plugin-auth-picker.test.ts core: make account login upgrades safe while adding multi-account workspace auth (#15487) 2026-03-10 12:53:47 -04:00