Skip to content

v0.2.2

Latest

Choose a tag to compare

@ambient-code ambient-code released this 16 Feb 05:48

v0.2.2 (2026-02-16)

Bug Fixes

  • ci: Disable uv cache in release workflow (#34, 5a28fff)

When semantic-release determines no release is needed, the build/publish steps are skipped and uv is never invoked. The post-job cache cleanup then fails because the cache directory was never created, marking the entire run as failed.

Disable caching since uv is only used conditionally (via uvx for builds).

Fixes: https://github.com/ambient-code/mcp/actions/runs/22051441188

Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com


Detailed Changes: v0.2.1...v0.2.2