Skip to content

chore(dogfood): remove unused parameters from coder template#26668

Merged
kylecarbs merged 2 commits into
mainfrom
blink/dogfood-cleanup-params
Jun 24, 2026
Merged

chore(dogfood): remove unused parameters from coder template#26668
kylecarbs merged 2 commits into
mainfrom
blink/dogfood-cleanup-params

Conversation

@blinkagent

@blinkagent blinkagent Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Removes the following parameters from the dogfood coder template that no one was using:

  • repo_base_dir (hardcoded to /home/coder)
  • res_mon_memory_threshold (hardcoded to 80)
  • res_mon_volume_threshold (hardcoded to 90)
  • res_mon_volume_path (hardcoded to /home/coder)
  • enable_ai_gateway (hardcoded to true)
  • vscode_channel (hardcoded to stable)

The underlying values match each parameter's previous default, so existing workspaces continue to function identically — these just don't appear as configurable inputs anymore.

ide_choices is kept per @Emyrk's review.

var.anthropic_api_key and var.openai_api_key are left declared because they're still wired up from .github/workflows/dogfood.yaml. They're effectively unused now (AI Gateway is always on) but removing them would require coordinated workflow changes.

Requested by @kylecarbs in Slack.

Removes the following parameters that no one was using:
- repo_base_dir (hardcoded to /home/coder)
- res_mon_memory_threshold (hardcoded to 80)
- res_mon_volume_threshold (hardcoded to 90)
- res_mon_volume_path (hardcoded to /home/coder)
- enable_ai_gateway (hardcoded to true)
- vscode_channel (hardcoded to stable)
- ide_choices (hardcoded to vscode, code-server, cursor)

Underlying values match the previous defaults so existing
workspaces continue to function identically.
@github-actions github-actions Bot added the community Pull Requests and issues created by the community. label Jun 24, 2026

@Emyrk Emyrk left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep the ide choices.

@blinkagent

blinkagent Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

@Emyrk restored the ide_choices parameter in 03e8e1c. vscode_channel is still removed (defaults to stable). Updated the PR description as well.

@kylecarbs kylecarbs merged commit 9defdb4 into main Jun 24, 2026
34 of 35 checks passed
@kylecarbs kylecarbs deleted the blink/dogfood-cleanup-params branch June 24, 2026 16:31
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 24, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

community Pull Requests and issues created by the community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants