github dagger/container-use v0.4.2

13 days ago

container-use v0.4.2

This is a mostly a patch release, but a feature or 2 snuck in. Notably:

  1. Improved lock granularity around export -- fixes issues with cu list and other commands hanging while an agent is running a tool.
  2. Added container-use stdio --single-tenant, an experimental mode intended for use with claude code or other CLI based agents. This mode locks each MCP server process to a single environment, reducing the tokens needed for each toolcall and improving subtask performance and accuracy. To try this out, add the --single-tenant flag to your agent's MCP server configuration block.
  3. version --system shows versions of our dependencies
  4. Environment creation can now take a git ref, so you can prompt "starting from $branch_or_sha, do task" and expect the agent to no longer be concerned with what you've got in your local checkout

Download the pre-compiled binaries from the assets below.

Changelog

Full Changelog: v0.4.1...v0.4.2

Don't miss a new container-use release

NewReleases is sending notifications on new releases.