- Notifications
You must be signed in to change notification settings - Fork71
Comparing changes
Open a pull request
base repository:coder/registry
Uh oh!
There was an error while loading.Please reload this page.
base:60fec19
head repository:coder/registry
Uh oh!
There was an error while loading.Please reload this page.
compare:8acda84
- 18commits
- 42files changed
- 12contributors
Commits on Oct 1, 2025
fix: claude-code api_key terraform test (#444)
## DescriptionFix claude-code module `test_claude_code_with_api_key` terraform test.
Commits on Oct 5, 2025
chore: fix for jetbrains gateway agent_id issue (#437)
## DescriptionFixes a regression added in#167 which implemented support for multipleagents by appending the agent id to the URI, however in a single agentenvironment it results in the agent id from the template apply (onupload to Coder from client) being injected, and when a workspace islater built using the template the agent id is no longer correct.Resolves the error `The workspace “<name>” does not have an agent withID “<id>”` being thrown by Jetbrains Gateway app upon attempting to opena Jetbrains app from within a Coder workspace.When wishing to target a specific Coder Agent with the Jetbrains Gatewaymodule one should use the `agent_name` variable in the moduleconfiguration to specify the desired agent name. This will append theagent name to the URI.## Type of Change- [ ] New module- [x] Bug fix- [ ] Feature/enhancement- [ ] Documentation- [ ] Other## Module Information**Path:** `registry/coder/modules/jetbrains-gateway` **New version:** `v1.2.4` **Breaking change:** [ ] Yes [x] No## Testing & Validation- [x] Tests pass (`bun test`)- [x] Code formatted (`bun run fmt`)- [x] Changes tested locally## Related IssuesReported by customer on Zendesk ticket 4391
Commits on Oct 6, 2025
chore(deps): bump crate-ci/typos from 1.36.3 to 1.37.2 in the github-…
…actions group (#451)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: M Atif Ali <atif@coder.com>
docs: add MAINTAINER.md link to CONTRIBUTING.md and README.md (#453)
## Description<!-- Briefly describe what this PR does and why -->Add links to `MAINTAINER.md` in `README.md` and `CONTRIBUTING.md` tohelp guide internal contributors.## Type of Change- [ ] New module- [ ] Bug fix- [ ] Feature/enhancement- [X] Documentation- [ ] Other## Testing & Validation- [ ] Tests pass (`bun test`)- [X] Code formatted (`bun run fmt`)- [ ] Changes tested locally## Related Issues<!-- Link related issues or write "None" if not applicable -->
Commits on Oct 7, 2025
feat(claude-code): add coder-specific prompt to system_prompt (#443)
## DescriptionThis PR updates the `claude-code` module to automatically include theCoder task-reporting system prompt whenever `report_tasks = true`, andto wrap the final system prompt in `<system>…</system>` when non-empty.Previously, users needed to manually include this content in theirsystem prompts to enable proper task reporting. When `report_tasks =true`, the system prompt is prepended with the Coder task-reporting, andany user `system_prompt` (if provided) is appended after it, ensuringconsistent integration without manual copy/paste.When `report_tasks = false`, the module includes only the user`system_prompt` (if any). If both `report_tasks = false` and`system_prompt` is empty, the system prompt sent to Claude is empty.## Type of Change- [ ] New module- [x] Bug fix- [ ] Feature/enhancement- [ ] Documentation- [ ] Other## Module Information**Path:** `registry/coder/modules/claude-code` **New version:** `v3.0.2` **Breaking change:** [] Yes [x] No## Testing & Validation- [x] Tests pass (`bun test`)- [x] Code formatted (`bun run fmt`)- [x] Changes tested locallyRelated to internal slack thread:https://codercom.slack.com/archives/C0992H8HGCS/p1759317555713269---------Co-authored-by: DevCats <christofer@coder.com>
chore: update MAINTAINER.md to check PR version label (#460)
## DescriptionUpdate MAINTAINER.md to include a check of the version label on the PRs## Type of Change- [ ] New module- [ ] Bug fix- [ ] Feature/enhancement- [x] Documentation- [ ] Other
feat: New Copilot-CLI Module (#441)
## DescriptionNew Copilot-CLI Module using AgentAPINeed to test once AgentAPI Changes are pushed.## Type of Change- [X] New module- [ ] Bug fix- [ ] Feature/enhancement- [ ] Documentation- [ ] Other## Module Information**Path:** `registry/coder-labs/modules/copilot-cli` **New version:** `v0.1.0` **Breaking change:** [ ] Yes [ ] No## Testing & Validation- [X] Tests pass (`bun test`)- [X] Code formatted (`bun run fmt`)- [ ] Changes tested locally## Related Issues<!-- Link related issues or write "None" if not applicable -->---------Co-authored-by: Atif Ali <atif@coder.com>
fix(claude-code): update inner system prompt to include summary rules (…
…#461)## DescriptionUpdate `report_tasks_system_prompt` to include `coder_report_task`summary rules.## Type of Change- [ ] New module- [x] Bug fix- [ ] Feature/enhancement- [ ] Documentation- [ ] Other## Module Information**Path:** `registry/coder/modules/claude-code` **New version:** `v3.0.3` **Breaking change:** [ ] Yes [x] No## Testing & Validation- [x] Tests pass (`bun test`)- [x] Code formatted (`bun run fmt`)- [x] Changes tested locally## Related IssuesFollow-up from:#443Related to:https://github.com/coder/coder/pull/20191/files#r2410441026
fix: Add COPILOT_MODEL to install script args (#464)
Closes#462## Description<!-- Briefly describe what this PR does and why -->Fixes missing COPILOT_MODEL arg from install script## Type of Change- [ ] New module- [X] Bug fix- [ ] Feature/enhancement- [ ] Documentation- [ ] Other## Module Information<!-- Delete this section if not applicable -->**Path:** `registry/coder-labs/modules/copilot` **New version:** `v0.1.1` **Breaking change:** [ ] Yes [X] No## Testing & Validation- [X] Tests pass (`bun test`)- [X] Code formatted (`bun run fmt`)- [X] Changes tested locally
chore: update display name for copilot module to Copilot CLI (#467)
## Descriptionupdate display name for copilot module to Copilot CLI## Type of Change- [ ] New module- [ ] Bug fix- [ ] Feature/enhancement- [X] Documentation- [ ] Other## Module Information<!-- Delete this section if not applicable -->**Path:** `registry/coder-labs/modules/copilot` **New version:** `v0.1.2` **Breaking change:** [ ] Yes [X] No## Testing & Validation- [X] Tests pass (`bun test`)- [X] Code formatted (`bun run fmt`)- [X] Changes tested locally
feat: update agentapi_version to 0.10.0 (#456)
Closes ### Description<!-- Briefly describe what this PR does and why -->## Type of Change- [ ] New module- [ ] Bug fix- [ ] Feature/enhancement- [ ] Documentation- [ ] Other## Module Information<!-- Delete this section if not applicable -->**Path:** `registry/[namespace]/modules/[module-name]` **New version:** `v1.0.0` **Breaking change:** [ ] Yes [ ] No## Testing & Validation- [ ] Tests pass (`bun test`)- [ ] Code formatted (`bun run fmt`)- [ ] Changes tested locally## Related Issues<!-- Link related issues or write "None" if not applicable -->
fix: update CLI icon for copilot module to same icon as web app (#469)
## DescriptionSets `cli_app_icon` in agentapi to the same icon used for`web_app_icon`. Its currently using the default of Claude.## Type of Change- [ ] New module- [x] Bug fix- [ ] Feature/enhancement- [ ] Documentation- [ ] Other## Module Information<!-- Delete this section if not applicable -->**Path:** `registry/coder-labs/modules/copilot` **New version:** `v0.2.1` **Breaking change:** [ ] Yes [x] No## Testing & Validation- [ ] Tests pass (`bun test`)- [ ] Code formatted (`bun run fmt`)- [x] Changes tested locally## Related Issues<!-- Link related issues or write "None" if not applicable -->
Auto-Start Development Servers Module (#316)
# Auto-Start Development Servers Module## Summary/claim#204Implements automatic detection and startup of development servers basedon project detection as requested in#204.- ✅ **Multi-language support**: Node.js, Rails, Django, Flask, SpringBoot, Go, PHP, Rust, .NET- ✅ **Background execution**: Servers start automatically without userintervention- ✅ **Devcontainer.json integration**: Uses custom start commands whenavailable- ✅ **Smart fallback**: Creates sample project when no existing projectsfound- ✅ **Comprehensive logging**: Full activity logs for troubleshootinghttps://github.com/user-attachments/assets/2eddf67c-3ac1-4e55-a5ba-79292d61e918## Addresses GitHub IssueCloses#204 - "Auto-start development servers based on projectdetection"---------Co-authored-by: DevCats <christofer@coder.com>Co-authored-by: DevCats <chris@dualriver.com>
fix(git-clone): Update README.md (#448)
Changes `coder_git_auth` to `coder_external_auth` in README## Description<!-- Briefly describe what this PR does and why -->## Type of Change- [ ] New module- [ ] Bug fix- [ ] Feature/enhancement- [X] Documentation- [ ] Other## Module Information<!-- Delete this section if not applicable -->**Path:** `registry/coder/modules/git-clone` **New version:** `v1.1.2` **Breaking change:** [ ] Yes [X] No## Testing & Validation- [ ] Tests pass (`bun test`)- [ ] Code formatted (`bun run fmt`)- [ ] Changes tested locally## Related Issues<!-- Link related issues or write "None" if not applicable -->---------Co-authored-by: Jullian Pepito <jullian@MacBook-Pro.local>Co-authored-by: DevCats <christofer@coder.com>
Commits on Oct 8, 2025
chore: update icons for auto-start-dev-server module (#471)
## DescriptionAdds icons for module, and update all refrences.PR for Site Icon's Addition:coder/coder#20219## Type of Change- [ ] New module- [X] Bug fix- [ ] Feature/enhancement- [ ] Documentation- [ ] Other## Module Information<!-- Delete this section if not applicable -->**Path:** `registry/mavrickrishi/modules/auto-start-dev-server` **New version:** `v1.0.1` **Breaking change:** [ ] Yes [ ] No## Testing & Validation- [X] Tests pass (`bun test`)- [X] Code formatted (`bun run fmt`)- [X] Changes tested locally
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 60fec19...8acda84
Uh oh!
There was an error while loading.Please reload this page.