herdr/tests
Season Saw f99647b2c2
fix: report a clear cli error when no herdr server is running (#1963)
* fix: report a clear cli error when no herdr server is running

socket cli commands surfaced a raw io::Error debug string
(`Error: Os { code: 2, ... }`) when nothing was listening on the
api socket, which read like a bad --cwd path. map dead-socket
connect failures to a `server_not_running` json error carrying the
resolved socket path, printed once at the edge that surfaces the
error; recovering callers (plugin offline registry fallback, agent
start polling) recognize the marker and keep their existing
behavior.

refs #1941

* fix: map dead-socket errors on the unchecked cli request path

refs #1941

* fix: make server-not-running guidance session-aware

refs #1941
2026-08-01 16:17:23 +03:00
..
cli fix: report a clear cli error when no herdr server is running (#1963) 2026-08-01 16:17:23 +03:00
fixtures fix: handle kitty keypad input 2026-06-15 15:12:56 +03:00
support fix(input): preserve native key lifecycle across routing (#2142) 2026-08-01 04:27:50 +03:00
api_ping.rs fix(input): preserve native key lifecycle across routing (#2142) 2026-08-01 04:27:50 +03:00
auto_detect.rs feat(logging): add robust rotating support logs 2026-04-23 00:48:22 +03:00
cli.rs feat: make agent automation a first-class cli primitive 2026-07-19 23:56:07 +03:00
client_mode.rs fix(client): restore terminal on sighup and sigterm 2026-07-31 00:46:01 +03:00
cross_area.rs perf: replace agent spinners with static status marks 2026-07-28 14:56:53 +03:00
detach_reattach.rs feat: emit placement mutation events 2026-06-29 20:39:54 +03:00
live_handoff.rs fix: count ptmx master fds under devpts layouts (#1984) 2026-07-29 01:20:58 +03:00
multi_client.rs test: wait for multi-client resize propagation 2026-07-15 23:33:23 +03:00
server_headless.rs feat: emit placement mutation events 2026-06-29 20:39:54 +03:00