Skip to content
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 or learn 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/coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.36.4
Choose a base ref
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.36.5
Choose a head ref
  • 4 commits
  • 19 files changed
  • 5 contributors

Commits on Sep 1, 2026

  1. fix(site): dispose Monaco diff models on unmount (#28503) (#28808)

    > 🤖 This PR was written by Coder Agents on behalf of Jake Howell.
    
    Backport of #28503 to `release/2.36`.
    
    Refs
    [DEVEX-736](https://linear.app/codercom/issue/DEVEX-736/template-editor-crashes-becomes-unusable-when-opening-versions).
    This carries the Monaco diff-model lifecycle cleanup and Storybook
    regression coverage into 2.36, preventing template-version navigation
    from retaining models until the editor becomes unusable.
    
    The cherry-pick conflict was limited to theme imports. This keeps the
    release branch's existing `@emotion/react` integration while applying
    the original functional fix.
    
    Co-authored-by: Marcin Tojek <mtojek@users.noreply.github.com>
    jakehwll and mtojek authored Sep 1, 2026
    Configuration menu
    Copy the full SHA
    0d7cd26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e81dac8 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2026

  1. fix(coderd/x/chatd): avoid closing poller hint channels (#28746) (#28978

    )
    
    Backport of #28746
    
    Original PR: #28746 — fix(coderd/x/chatd): avoid closing poller hint
    channels
    Merge commit: ced03dc
    Requested by: @ethanndickson
    ethanndickson authored Sep 4, 2026
    Configuration menu
    Copy the full SHA
    5627dae View commit details
    Browse the repository at this point in the history
  2. fix: prevent coderd crashes from unsupported Tailnet RPCs (#28429) (#…

    …28961)
    
    Backport of #28429
    
    Original PR: #28429 — fix: prevent coderd crashes from unsupported
    Tailnet RPCs
    Merge commit: 156c8b6
    PR created manually because the backport CI job is timing out.
    geokat authored Sep 4, 2026
    Configuration menu
    Copy the full SHA
    28c4c83 View commit details
    Browse the repository at this point in the history
Loading