Skip to content

v0.1.0 — first release

Choose a tag to compare

@jayashankarvr jayashankarvr released this 05 Jun 15:33
· 90 commits to main since this release

First release of execkit — stateful, structured, safe command execution for AI agents.

Crates

  • execkit — the embeddable library (local PTY + SSH).
  • execkit-mcp — MCP (stdio) server for Claude Code / Cursor / Gemini CLI.

Highlights

  • Persistent, stateful sessions (cwd/env stick) over local PTY and SSH.
  • Structured ExecResult — split stdout/stderr, exit code, duration, cwd.
  • Safety: advisory command policy, secret redaction, bounded output, SSH host-key verification.
  • MCP server so an agent can drive it directly.

Early 0.1.x release — not production-ready. See the README Limitations and ROADMAP.