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

Commits on Apr 4, 2025

  1. fix(client): update response_text after parsing response (#1093)

    The response_text variable was being captured before the response body
    was parsed. This commit ensures that response_text is updated after
    parsing is complete, which provides the correct final text for
    processing.
    
    Closes #1064
    deathbeam authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    34d1b4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a1c463 View commit details
    Browse the repository at this point in the history
  3. fix: handle invalid context window size in GitHub models (#1094)

    Before the code was assuming that context window = input tokens, but its total.
    Also some models arent reporting the input and output correctly, so use default when
    result is 0
    deathbeam authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    00bf27e View commit details
    Browse the repository at this point in the history
  4. fix(diff): normalize filename (#1095)

    Use utils.filename() to normalize the filename value in the diff object,
    ensuring consistent path handling.
    
    Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
    deathbeam authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    81754ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7cd79a View commit details
    Browse the repository at this point in the history
Loading