co-mono/packages
Mario Zechner 1d8bc9d6eb Fix path completion hanging and autocomplete arrow key behavior
- Fixed catastrophic regex backtracking in extractPathPrefix that caused
  terminal to hang when text contained many / characters (e.g., URLs).
  Replaced complex regex with simple lastIndexOf approach. (#18)
- Fixed arrow keys moving both autocomplete selection and editor cursor
  by adding missing return statement after handling arrow keys in
  autocomplete mode.

Closes #18
2025-11-21 12:47:23 +01:00
..
agent Release v0.8.4 2025-11-21 05:09:58 +01:00
ai Fix path completion hanging and autocomplete arrow key behavior 2025-11-21 12:47:23 +01:00
coding-agent Fix path completion hanging and autocomplete arrow key behavior 2025-11-21 12:47:23 +01:00
pods Release v0.8.4 2025-11-21 05:09:58 +01:00
proxy Release v0.8.4 2025-11-21 05:09:58 +01:00
tui Fix path completion hanging and autocomplete arrow key behavior 2025-11-21 12:47:23 +01:00
web-ui Release v0.8.4 2025-11-21 05:09:58 +01:00