herdr/tests/cli
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
..
agent_options.rs feat: make agent automation a first-class cli primitive 2026-07-19 23:56:07 +03:00
agent_transport.rs feat: make agent automation a first-class cli primitive 2026-07-19 23:56:07 +03:00
agent_wait.rs fix: make known-agent exit process-owned 2026-07-24 02:50:58 +03:00
agents.rs fix: delay agent prompt submission 2026-07-27 00:12:25 +03:00
harness.rs feat: make agent automation a first-class cli primitive 2026-07-19 23:56:07 +03:00
hooks.rs fix: ignore nested codex session reports (#1927) 2026-07-28 04:13:35 +03:00
mod.rs feat: make agent automation a first-class cli primitive 2026-07-19 23:56:07 +03:00
panes.rs feat: make agent automation a first-class cli primitive 2026-07-19 23:56:07 +03:00
plugins.rs fix: link plugins without a running server 2026-07-21 17:37:43 +03:00
protocol.rs feat: make agent automation a first-class cli primitive 2026-07-19 23:56:07 +03:00
protocol_guard.rs feat: make agent automation a first-class cli primitive 2026-07-19 23:56:07 +03:00
sessions.rs fix: report a clear cli error when no herdr server is running (#1963) 2026-08-01 16:17:23 +03:00
surface.rs feat: make agent automation a first-class cli primitive 2026-07-19 23:56:07 +03:00
workspace.rs feat: make agent automation a first-class cli primitive 2026-07-19 23:56:07 +03:00