@@ -134,36 +134,36 @@ nix:
134134 --fish <($out/bin/cu completion fish) \
135135 --zsh <($out/bin/cu completion zsh)
136136
137- chocolateys :
138- - name : container-use
139- ids :
140- - container-use-archive
141- owners : Dagger
142- title : Container Use
143- authors : Dagger Team
144- project_url : https://github.com/dagger/container-use
145- url_template : " https://github.com/dagger/container-use/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
146- icon_url : https://raw.githubusercontent.com/dagger/container-use/main/docs/images/dagger-icon.png
147- copyright : 2025 Dagger, Inc.
148- license_url : https://github.com/dagger/container-use/blob/main/LICENSE
149- require_license_acceptance : false
150- project_source_url : https://github.com/dagger/container-use
151- docs_url : https://container-use.com/
152- bug_tracker_url : https://github.com/dagger/container-use/issues
153- tags : " container docker mcp agent development cli devtools"
154- summary : Containerized environments for coding agents
155- description : |
156- Container Use provides isolated, containerized environments for AI coding agents using Docker and Git.
137+ # chocolateys:
138+ # - name: container-use
139+ # ids:
140+ # - container-use-archive
141+ # owners: Dagger
142+ # title: Container Use
143+ # authors: Dagger Team
144+ # project_url: https://github.com/dagger/container-use
145+ # url_template: "https://github.com/dagger/container-use/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
146+ # icon_url: https://raw.githubusercontent.com/dagger/container-use/main/docs/images/dagger-icon.png
147+ # copyright: 2025 Dagger, Inc.
148+ # license_url: https://github.com/dagger/container-use/blob/main/LICENSE
149+ # require_license_acceptance: false
150+ # project_source_url: https://github.com/dagger/container-use
151+ # docs_url: https://container-use.com/
152+ # bug_tracker_url: https://github.com/dagger/container-use/issues
153+ # tags: "container docker mcp agent development cli devtools"
154+ # summary: Containerized environments for coding agents
155+ # description: |
156+ # Container Use provides isolated, containerized environments for AI coding agents using Docker and Git.
157157
158- Features:
159- - Isolated environments for AI agents to work safely
160- - Git-based version control for all changes
161- - Docker containers for consistent development environments
162- - Model Context Protocol (MCP) integration
163- - Support for multiple popular AI coding assistants
164- release_notes : " https://github.com/dagger/container-use/releases/tag/{{ .Tag }}"
165- api_key : " {{ .Env.CHOCOLATEY_API_KEY }}"
166- # skip_publish: auto
158+ # Features:
159+ # - Isolated environments for AI agents to work safely
160+ # - Git-based version control for all changes
161+ # - Docker containers for consistent development environments
162+ # - Model Context Protocol (MCP) integration
163+ # - Support for multiple popular AI coding assistants
164+ # release_notes: "https://github.com/dagger/container-use/releases/tag/{{ .Tag }}"
165+ # api_key: "{{ .Env.CHOCOLATEY_API_KEY }}"
166+ # skip_publish: auto
167167
168168checksum :
169169 name_template : " checksums.txt"
0 commit comments