Josh Knapp c2b21b794c
All checks were successful
Build App / build-linux (push) Successful in 2m42s
Build App / build-windows (push) Successful in 3m45s
Fix URL detector truncating wrapped URLs arriving in separate PTY chunks
The PTY may deliver a long URL across multiple chunks with enough delay
that the debounce fires between them, emitting a truncated URL. Fixed by:
1. Stripping trailing empty strings from split (artifact of trailing \n)
2. Deferring emission when the URL reaches the end of the buffer — a
   confirmation timer (500ms) waits for more data before emitting

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 08:42:52 -08:00
2026-02-27 09:40:19 -08:00
2026-02-27 07:00:48 -08:00
Description
No description provided
MIT 1,016 KiB
2026-03-18 16:20:29 +00:00
Languages
TypeScript 47.5%
Rust 38.9%
Shell 7%
HTML 4.3%
Dockerfile 1.4%
Other 0.9%