chore: rename agent-helper to coder-helper#816
Open
DevelopmentCats wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Renames the internal helper module from agent-helper to coder-helper and introduces/updates the module implementation and accompanying tests/docs under the new name.
Changes:
- Added the
coder-helperTerraform module implementation that orchestrates pre/install/post/start scripts viacoder exp sync. - Updated module README and test suite names/labels from
agent-helpertocoder-helper. - Updated the Terraform test fixture comment to reflect the new module name.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
registry/coder/modules/coder-helper/main.tf |
Adds the coder-helper module implementation (script orchestration + outputs). |
registry/coder/modules/coder-helper/README.md |
Renames module display/title and updates example source path to coder-helper. |
registry/coder/modules/coder-helper/main.test.ts |
Updates Bun test suite name to coder-helper. |
registry/coder/modules/coder-helper/main.tftest.hcl |
Updates the top-level test comment to coder-helper. |
Member
|
What do you think about |
Contributor
Author
I am not against Maybe we should do a poll for this internally haha |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Change
agent-helpertocoder-helperThe current tag for agent-helper needs to be deleted before this PR is merged.
Type of Change
Module Information
Path:
registry/coder/modules/coder-helperNew version:
v1.0.0Breaking change: [X] Yes [ ] No ( Module name is changing, but this is not nested in any modules yet )
Testing & Validation
bun test)bun fmt)Related
#802