waveterm/waveshell/pkg/packet
Mike Sawka a639d72e30
Packetparser Ignore Spurious Invalid Input at Beginning of Stream (#140)
* take a stab at fixing #99. ignore invalid output before we see a real packet.  the complication here was ensuring we always output a real packet in every flow so we don't actually lose valid errors.

* add ping packets to prime the parser (when in ignoreUntilValid mode)
2023-12-18 12:42:40 -08:00
..
combined.go add license notice (#37) 2023-10-16 21:31:13 -07:00
packet.go fix openai packets to be PacketType. better compatibility with backend (#154) 2023-12-15 22:43:59 -08:00
parser.go Packetparser Ignore Spurious Invalid Input at Beginning of Stream (#140) 2023-12-18 12:42:40 -08:00
shellstate.go bash v3 has a bug with reading large rcfiles from a /dev/fd pipe. fallback to writing a tmp file in that case to allow for large (128k+) rcfiles 2023-10-25 15:20:52 -07:00