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.10.1
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.11.0
Choose a head ref
  • 9 commits
  • 7 files changed
  • 3 contributors

Commits on Apr 7, 2025

  1. refactor: do not require chat on plugin load

    Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
    deathbeam committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    3228edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16f041e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. feat: add option to disable contexts in prompts

    Adds a new configuration option `include_contexts_in_prompt` that
    allows users to control whether context descriptions should be
    included when building the prompt for Copilot Chat. This is useful
    for cases where users want to reduce prompt size or customize how
    context information is presented to the AI.
    
    The option defaults to true to maintain backward compatibility.
    deathbeam committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    14c78d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b5c81f View commit details
    Browse the repository at this point in the history
  3. feat: change default selection to visual only

    this is a bit more controllable than visual || buffer + add mention in README
    at start
    
    Closes #1103
    
    Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
    deathbeam committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    a63031f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44fde5a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. fix: set default model to gpt-4o again

    they removed the versioned ones again and put back gpt-4o
    
    Closes #1105
    
    Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
    deathbeam committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    381d5cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc8d120 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.11.0 (#1102)

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