container-use v0.3.0
This release focuses on environment customization.
- container-use config provides a way to customize agent environments: changing the base image, setup commands, env vars, etc
- Secrets Management: Environments can now reference secrets. Supported backends are Environment Variables, Files, Vault and 1Password.
- Agents can customize their own environment (for example to install missing tools). Those customizations are ephemeral and can be reviewed (by using
container-use config view
) and saved permanently (by usingcontainer-use config import
)
Other changes:
container-use apply
is now an alternative tocontainer-use merge
. It will apply locally changes from an environment without committing.- Experimental
container-use config agent
wizard to automate agent configuration (set up MCP server, install rules, etc)
Changelog
- 7e0de4a:
cu config agent
(#137) (@kpenfound) - 7e267e4: brew: cleanup cu on uninstall (#205) (@cwlbraa)
- 9f8aed4: cli: use charmbracelet/fang (#185) (@aluzzardi)
- 0fe4df3: cu apply (#177) (@aluzzardi)
- b4a376a: cu config: user-defined environment configuration (#202) (@aluzzardi)
- c59918b: ephemeral config changes (#203) (@aluzzardi)
- 6f25210: upgrade dagger to 18.12 (#215) (@cwlbraa)
Full Changelog: v0.2.0...v0.3.0