-
-
Notifications
You must be signed in to change notification settings - Fork 141
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 6 files changed
- 3 contributors
Commits on Apr 4, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 34d1b4f - Browse repository at this point
Copy the full SHA 34d1b4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a1c463 - Browse repository at this point
Copy the full SHA 0a1c463View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 00bf27e - Browse repository at this point
Copy the full SHA 00bf27eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 81754ea - Browse repository at this point
Copy the full SHA 81754eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7cd79a - Browse repository at this point
Copy the full SHA e7cd79aView commit details
There are no files selected for viewing