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: CopilotC-Nvim/CopilotChat.nvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.12.0
Choose a base ref
...
head repository: CopilotC-Nvim/CopilotChat.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.12.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 5 contributors

Commits on May 13, 2025

  1. Configuration menu
    Copy the full SHA
    16d897f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. fix: move plenary import into function (#1162)

    Commit cf02033 broke test detection in Neotest. When another plugin
    calls `require("plenary.filetype")` before Neotest does, it seems that
    Neotest cannot successfully complete the call to
    `require("neotest.lib").treesitter.parse_positions` and does not find
    any tests.
    
    This seem like a bug in either plenary or Neotest and this commit is
    merely a workaround.
    
    Related issues:
    - nvim-neotest/neotest#502
    - #1099
    fredrikaverpil authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    5229bc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9614251 View commit details
    Browse the repository at this point in the history
  3. docs: add fredrikaverpil as a contributor for code (#1165)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    allcontributors[bot] and pre-commit-ci[bot] authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    5df0b66 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2025

  1. chore(main): release 3.12.1 (#1164)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 22, 2025
    Configuration menu
    Copy the full SHA
    4944b11 View commit details
    Browse the repository at this point in the history
Loading