Skip to content

v0.16.0

Choose a tag to compare

@guess guess released this 10 Feb 07:20
· 332 commits to main since this release

Added

  • :env option - Pass custom environment variables to the CLI subprocess ([aa2d3eb])
    • Merge precedence: system env → user :env → SDK vars → :api_key
    • Useful for MCP tools that need specific env vars or custom PATH configurations
    • Aligns with Python SDK's environment handling