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: anomalyco/opencode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: matthewlehner/opencode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 20 files changed
  • 1 contributor

Commits on Mar 1, 2026

  1. Replace elixir-ls with Expert, the official Elixir LSP

    Expert [1] is the official language server for Elixir, announced
    by the Elixir core team and hosted under the elixir-lang GitHub
    org. It ships as a pre-compiled binary, so unlike elixir-ls it
    no longer requires a local Elixir installation to bootstrap the
    LSP, and installs in seconds rather than minutes.
    
    - Replace the ElixirLS server definition with Expert, which
      auto-downloads the latest release from GitHub
    - Add .heex (Phoenix HEEx templates) to supported extensions
    - Add .heex -> phoenix-heex language mapping
    - Update the LSP docs table across all 18 locales
    
    This is a breaking change for users who had "elixir-ls" overrides
    in their opencode.json config — they will need to update the key
    to "expert".
    
    [1] https://github.com/elixir-lang/expert
        https://expert-lsp.org
    matthewlehner committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    9641305 View commit details
    Browse the repository at this point in the history
Loading