v0.58.0

Netw0rkNoob/VulnClawv0.58.0Sep 1, 2026by gemini-cli-robot

AI Summary

This release focuses on stability and security improvements for the core engine and sandbox environments. It includes fixes for symlink handling, macOS Docker isolation, and server-side error management.

Key Highlights

  • Fixed consistent symlink evaluation in ignore path handling
  • Isolated Docker and container runtime sockets and binaries in macOS Seatbelt
  • Cleared stale cancellation errors on new message turns
  • Optimized history rollback and retry nudges

Full Release Notes

## What's Changed
* Changelog for v0.57.0-preview.0 by @gemini-cli-robot in https://github.com/google-gemini/gemini-cli/pull/28918
* fix(core): ensure consistent symlink evaluation in ignore path handling by @luisfelipe-alt in https://github.com/google-gemini/gemini-cli/pull/28915
* refactor(core): remove eslint-disable and type-asserts from shellExecutionService by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/28862
* fix(sandbox): isolate Docker and container runtime sockets and binaries in macOS Seatbelt by @josebalius in https://github.com/google-gemini/gemini-cli/pull/28935
* fix(a2a-server): clear stale cancellation error on new message turns by @amelidev in https://github.com/google-gemini/gemini-cli/pull/28940
* fix(core): declare top-level safety checkers in write policy configuration by @luisfelipe-alt in https://github.com/google-gemini/gemini-cli/pull/28961
* (FIX) history rollback and retry nudge optimizations by @DavidAPierce in https://github.com/google-gemini/gemini-cli/pull/28934


**Full Changelog**: https://github.com/google-gemini/gemini-cli/compare/v0.57.0...v0.58.0