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: 0553496
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: f22747a
Choose a head ref
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 10, 2025

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

Commits on Aug 11, 2025

  1. fix(prompts): update tool instructions for system prompt (#1304)

    Change references from "system context" to "system prompt" in tool use
    instructions for clarity and consistency. This improves documentation
    accuracy and helps prevent confusion when defining tool usage.
    deathbeam authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    5e091bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa8bb09 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. fix(chat): schedule chat initialization after window opens (#1308)

    Ensure chat initialization and prompt resolution are scheduled after
    opening the chat window to avoid race conditions and ensure proper
    state. This fixes issues where chat state was not fully resolved
    before processing user prompts or tool calls.
    
    Closes #1307
    deathbeam authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    15eebed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    925342b View commit details
    Browse the repository at this point in the history
  3. chore(main): release 4.4.1 (#1305)

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