Back to feed
GCP·Gemini Enterprise Agent Platform·

Process-level sandboxing and auto-updates (Preview): This release introduces process-level sandboxing and automatic update checks to the CodeMender CLI (Preview):


This release introduces process-level sandboxing and automatic update checks to the CodeMender CLI (Preview):

• Process-level sandboxing: To safeguard your workstation against unintended file modifications or unexpected tool side effects, you can now execute all agent-proposed tools (such as compiling code, running tests, or executing shell scripts) inside an OS-level sandbox. Sandboxing is disabled by default to allow seamless dependency resolution, but can be enabled persistently in config.yaml or per-command using the new --sandbox flag. • Automatic updates: The CLI now automatically checks for updates in the background (at most once every 24 hours) when running in an interactive terminal. You can also run cm update to forcefully check for and apply updates immediately.

For more information, see Install the CLI and configure.