gripui v3.0.4 — The first tag where the whole gate is green
No CLI changes and the binaries match v3.0.3; this is the first tag where release-public and Release smoke both pass on all four platforms.
- Nothing here you need if you are already on v3.0.3: no CLI behaviour changes, and the binaries are substantively identical.
- Corrects the v3.0.3 notes, which wrongly said Windows releases had shipped unstripped. They had not -- rustc strips at link time, and both executables carry zero symbols.
- connect, the PTY wrapper for interactive agents, no longer settles a turn on the echo of its own input, which could record an empty agent turn and discard the real answer.
- Its test fixture advertised bracketed paste without honouring it, so whether the agent ever replied was a race with machine speed. That was the cause of months of intermittent failures across platforms.
- Verified under CPU starvation rather than on an idle machine: 30/30 on a 4-vCPU box where the previous code scored 9/30.