File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -217,3 +217,6 @@ allowlist:
217217 - domain=www.json-schema.org
218218 - domain=json.schemastore.org
219219 - domain=www.schemastore.org
220+ log_dir : /tmp/boundary_logs
221+ log_level : warn
222+ proxy_port : 8087
Original file line number Diff line number Diff line change @@ -860,13 +860,9 @@ resource "coder_script" "boundary_config_setup" {
860860module "claude-code" {
861861 count = data. coder_task . me . enabled ? data. coder_workspace . me . start_count : 0
862862 source = " dev.registry.coder.com/coder/claude-code/coder"
863- version = " 4.0 .0"
863+ version = " 4.1 .0"
864864 enable_boundary = true
865- boundary_version = " cb50342a4065f7d44e497f26cb2c769922ed60a9" # feat: initial implementation of config file support #79
866- boundary_log_dir = " /tmp/boundary_logs"
867- boundary_log_level = " WARN"
868- boundary_additional_allowed_urls = []
869- boundary_proxy_port = " 8087"
865+ boundary_version = " v0.2.0
870866 agent_id = coder_agent.dev.id
871867 workdir = local.repo_dir
872868 claude_code_version = " latest"
You can’t perform that action at this time.
0 commit comments