docs(README.md): expand to cover the modern Coder ecosystem#12
Merged
Conversation
Contributor
Author
|
This is just a first pass by agents I will be following up with Marketing for more links, posts, and videos. |
DevelopmentCats
commented
Jun 17, 2026
DevelopmentCats
commented
Jun 17, 2026
There was a problem hiding this comment.
Pull request overview
Expands the repository’s curated README to reflect the modern Coder ecosystem (platform components, AI agents, modules/providers, IDE integrations, desktop clients) and updates the “Suggest a resource” issue template to align with the new README structure.
Changes:
- Reorders and expands README sections, adding new categories (Platform and Tools, AI Coding Agents, Modules, Terraform Providers, IDE Integrations, Coder Desktop) and many new links.
- Refactors Templates into a single community-maintained list preceded by a pointer to the Coder Registry.
- Updates the issue template’s “Suggested section” dropdown options to include the new sections.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Adds/reorders sections and expands curated links for Coder’s current ecosystem. |
| .github/ISSUE_TEMPLATE/1-suggest-resource.yaml | Updates the section dropdown to include the new README categories. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
DevelopmentCats
commented
Jun 17, 2026
matifali
reviewed
Jun 17, 2026
matifali
reviewed
Jun 17, 2026
matifali
reviewed
Jun 17, 2026
Add new sections for first-party Coder projects that exist now but were not represented in the README, and restructure Templates to put the Coder Registry front and center. New sections: - Platform and Tools: coder/coder, coder/registry, coder/code-server, coder/envbuilder, coder/envbox, coder/preview. - IDE Integrations: coder/vscode-coder, coder/jetbrains-coder, coder/coder-jetbrains-toolbox, plus the existing Workspace access docs link and the private VS Code Marketplace blog post. - Coder Desktop: coder/coder-desktop-macos, coder/coder-desktop-windows. - AI Coding Agents: coder/agentapi, the AI Coder docs, and Tasks. - Modules: pointer to registry.coder.com/modules. - Terraform Providers: coder/terraform-provider-coder (template-side resources) and coder/terraform-provider-coderd (deployment management). Templates restructured into 'On the Registry' and 'Not on the Registry' sub-sections. The curated third-party list is preserved and alphabetized by owner. Issue template: - Add the new sections to the 'Suggested section' dropdown in 1-suggest-resource.yaml. Verified locally with prettier, awesome-lint, typos, and linkspector. Linkspector now sees 61 URLs (up from 39), 0 failed, 0 archived. This change was prepared by Coder Agents.
… and include the Devolution Podcast link
…ence, and AI-governance content Adds four substantive talks/webinars to round out the section: - Tim Quinlan at PlatformCon 2024 on shifting developer runtimes left without standing up a platform-engineering org. - Eric Paulsen (Field CTO) on Cloud Development Environments as policy-driven infrastructure. - Skydio + Coder on scaling AI coding agents to a million-line monorepo, a concrete customer story for the AI-agents narrative. - Rob Whiteley (CEO) HumanX 2026 lightning talk on ten practical governance controls for autonomous coding agents. Each entry is a real talk or in-depth conversation, not a short product demo or PR announcement, and complements the three existing entries. This change was prepared by Coder Agents.
cbd0ae8 to
db9ba68
Compare
bpmct
approved these changes
Jun 26, 2026
…r Desktop, and section order
README.md:
Platform and Tools
- Replace coder/envbox (unmaintained) with coder/mux and coder/boo,
Coder's newer products covering parallel agent multiplexing and
agent-friendly terminal multiplexing.
IDE Integrations
- Drop coder/jetbrains-coder (Gateway plugin) since JetBrains Gateway
is no longer in support.
- Note that coder/vscode-coder also works in Cursor, Windsurf, and
Kiro since they are VS Code forks.
- Add the Cursor, Zed, Windsurf, and Kiro registry modules so each
editor has a documented one-click integration entry.
- Extend the Workspace access blurb to mention Zed.
Coder Desktop
- Add coder/coder-desktop-linux for the Linux client.
.github/ISSUE_TEMPLATE/1-suggest-resource.yaml:
- Reorder the section dropdown to match the README's section order
so triage and self-categorization stay consistent.
Addresses review comments from @DevelopmentCats, @matifali, and
@copilot-pull-request-reviewer.
This change was prepared by Coder Agents.
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.
Adds the content expansion that PR #9 (hygiene and CI) deferred, and reorders the list so it reads roughly top-down by how someone encounters Coder: what it is, the platform components, how to define environments, how to connect to and operate them, then external content.
New sections
coder/coder,coder/registry,coder/code-server,coder/envbuilder,coder/envbox,coder/preview.registry.coder.com/modules.coder/terraform-provider-coderandcoder/terraform-provider-coderd.coder/coder-desktop-macos,coder/coder-desktop-windows.Existing sections
coder/vscode-coder,coder/jetbrains-coder,coder/coder-jetbrains-toolbox.sharkymark/v2-templates,matifali/coder-templates, anduwu/basic-envwere tightened.8Bitz0/coder-rust-templatewas dropped.coder/box.Section order is now: Official Resources, Platform and Tools, AI Coding Agents, Templates, Modules, Terraform Providers, IDE Integrations, Coder Desktop, Automation, Tutorials and Blog Posts, Talks and Videos.
Other
.github/ISSUE_TEMPLATE/1-suggest-resource.yaml:Suggested sectiondropdown updated to match the new structure.Rebased onto current
mainto pick up the dependabot bun ecosystem fix, theawesome-lint0.18.6 → 2.3.0 bump, the github-actions bumps, and the logo refresh from #19. Lints clean against the newawesome-lint2.3.0.This change was prepared by Coder Agents.