Skip to content

v0.2.1 — Windows-safe daemon fallback

Choose a tag to compare

@jdilla1277 jdilla1277 released this 02 Jun 03:01
719d4ab

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|restart now returns clean JSON with status: unsupported when 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]

PRs: #1, #2