v0.2.1 — Windows-safe daemon fallback
Patch release for Windows-safe daemon behavior and public release automation.
What's new
- Windows-safe daemon fallback. The POSIX-only prefork daemon now disables itself cleanly on unsupported platforms instead of crashing before commands run.
- Daemon diagnostics on Windows.
agentcad daemon start|stop|status|restartnow returns clean JSON withstatus: unsupportedwhen the daemon cannot run. - MCP traceback visibility. MCP responses now surface caught exception tracebacks instead of collapsing unexpected failures to
No output. - Public release workflows. Restored root-layout Smoke, PyPI publish, and skill-sync workflows on public
main; PyPI publish now has OIDC permissions and skill sync skips cleanly when the mirror token is absent.
Install
pip install --upgrade agentcad[mcp]