feat(coderd/templatebuilder): author initial module catalog for 19 modules#26194
Draft
jeremyruppel wants to merge 2 commits into
Conversation
This was referenced Jun 9, 2026
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
c2001ae to
9b5edc9
Compare
a22ee04 to
30c756d
Compare
9b5edc9 to
b1e1078
Compare
4679a0b to
fe5d6b4
Compare
b1e1078 to
6a591ad
Compare
…dules Generated via scripts/modulegen from the Coder registry repo. Covers four categories: IDE (code-server, jetbrains, vscode-desktop, vscode-web, cursor, windsurf, zed, kiro), AI Agent (claude-code, aider, goose, amazon-q), Source Control (git-clone, git-config, git-commit-signing), and Utility (dotfiles, personalize, filebrowser, jupyterlab). Versions are pinned from registry git tags. Sensitive variables produce bare variable declarations in the .tf.tmpl so values are collected at workspace-create time. Variables with heredoc defaults are skipped.
fe5d6b4 to
78166e5
Compare
6a591ad to
e1dff0c
Compare
…faults Replace *string Default fields with json.RawMessage across the module catalog schema, SDK types, and generator. This preserves the original JSON types from the registry API (bool, number, string, null) instead of stringifying everything, so the frontend receives typed defaults. Drops the formatDefault conversion function from modulegen since json.Marshal on the API response handles the round-trip directly.
Docs preview📖 View docs preview for |
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.

Note
This PR was authored by Coder Agents on behalf of @jeremyruppel.
Runs the
scripts/modulegengenerator against the coder/registry to produce the initial module catalog for the template builder. Generatesmodule.jsonand.tf.tmplfiles for 19 modules across four categories:Also updates
catalog_test.goto validate the new embedded modules load correctly.