Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:coder/registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:60fec19
Choose a base ref
Loading
...
head repository:coder/registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:8acda84
Choose a head ref
Loading
  • 18commits
  • 42files changed
  • 12contributors

Commits on Oct 1, 2025

  1. fix: claude-code api_key terraform test (#444)

    ## DescriptionFix claude-code module `test_claude_code_with_api_key` terraform test.
    @ssncferreira
    ssncferreira authoredOct 1, 2025
    Configuration menu
    Copy the full SHA
    2de6a57View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. 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
    @rowansmithau
    rowansmithau authoredOct 5, 2025
    Configuration menu
    Copy the full SHA
    af8b4f0View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. 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>
    @dependabot@matifali
    dependabot[bot] andmatifali authoredOct 6, 2025
    Configuration menu
    Copy the full SHA
    056937aView commit details
    Browse the repository at this point in the history
  2. 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 -->
    @DevelopmentCats
    DevelopmentCats authoredOct 6, 2025
    Configuration menu
    Copy the full SHA
    50ac3b3View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Configuration menu
    Copy the full SHA
    b4e9545View commit details
    Browse the repository at this point in the history
  2. 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>
    @ssncferreira@DevelopmentCats
    ssncferreira andDevelopmentCats authoredOct 7, 2025
    Configuration menu
    Copy the full SHA
    d057a82View commit details
    Browse the repository at this point in the history
  3. 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
    @ssncferreira
    ssncferreira authoredOct 7, 2025
    Configuration menu
    Copy the full SHA
    182e554View commit details
    Browse the repository at this point in the history
  4. 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>
    @DevelopmentCats@matifali
    DevelopmentCats andmatifali authoredOct 7, 2025
    Configuration menu
    Copy the full SHA
    f75afebView commit details
    Browse the repository at this point in the history
  5. 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
    @ssncferreira
    ssncferreira authoredOct 7, 2025
    Configuration menu
    Copy the full SHA
    db8217eView commit details
    Browse the repository at this point in the history
  6. 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
    @DevelopmentCats
    DevelopmentCats authoredOct 7, 2025
    Configuration menu
    Copy the full SHA
    7abe422View commit details
    Browse the repository at this point in the history
  7. 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
    @DevelopmentCats
    DevelopmentCats authoredOct 7, 2025
    Configuration menu
    Copy the full SHA
    59b67c2View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1c0decView commit details
    Browse the repository at this point in the history
  9. 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 -->
    @35C4n0r
    35C4n0r authoredOct 7, 2025
    Configuration menu
    Copy the full SHA
    5d0504aView commit details
    Browse the repository at this point in the history
  10. 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 -->
    @romracer
    romracer authoredOct 7, 2025
    Configuration menu
    Copy the full SHA
    cb55320View commit details
    Browse the repository at this point in the history
  11. 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>
    @MAVRICK-1@DevelopmentCats
    3 people authoredOct 7, 2025
    Configuration menu
    Copy the full SHA
    f28bcdbView commit details
    Browse the repository at this point in the history
  12. 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>
    @jatcod3r@DevelopmentCats
    3 people authoredOct 7, 2025
    Configuration menu
    Copy the full SHA
    60372ffView commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Configuration menu
    Copy the full SHA
    76c1299View commit details
    Browse the repository at this point in the history
  2. 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
    @DevelopmentCats
    DevelopmentCats authoredOct 8, 2025
    Configuration menu
    Copy the full SHA
    8acda84View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp