Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork155
Comparing changes
Open a pull request
base repository:CopilotC-Nvim/CopilotChat.nvim
Uh oh!
There was an error while loading.Please reload this page.
base:v4.5.1
head repository:CopilotC-Nvim/CopilotChat.nvim
Uh oh!
There was an error while loading.Please reload this page.
compare:v4.6.0
- 8commits
- 10files changed
- 6contributors
Commits on Aug 28, 2025
fix(utils): use proper empty check (#1380)
M.empty do not exists and is on the base utilsSigned-off-by: Tomas Slusny <slusnucky@gmail.com>
feat(tiktoken): improve token counting accuracy (#1382)
Use more accurate token prediction when tiktoken core is not availableSigned-off-by: Tomas Slusny <slusnucky@gmail.com>
Commits on Aug 29, 2025
fix(chat): correct header highlighting for multi-byte characters (#1385)
The previous implementation used vim.fn.strwidth() to calculate the end column for header highlighting. This function returns the display width, which can differ from the byte length when multi-byte characters like emojis are present.Since the end_col for extmarks expects a byte-based index, this caused the highlighting to be applied incorrectly.This patch corrects the issue by using the byte length (#header_value) for the end_col of the highlight extmark, while still using vim.fn.strwidth() for virt_text_win_col to ensure correct visual alignment of UI elements.Fixes#1384
docs: add ctchen222 as a contributor for code (#1386)
* docs: update README.md [skip ci]* docs: update .all-contributorsrc [skip ci]* [pre-commit.ci] auto fixes from pre-commit.com hooksfor more information, seehttps://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>
Commits on Aug 31, 2025
fix(auth): improve token saving and polling logic (#1389)
- Remove redundant directory creation and scheduling from file write- Ensure token file directory is created only when saving token- Refactor GitHub device flow polling to use recursion instead of loop- Add logging for token save location- Restore chat overlay when message is empty- Clear status and message notifications after authorizationCloses#1388Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
chore(main): release 4.6.0 (#1381)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v4.5.1...v4.6.0
Uh oh!
There was an error while loading.Please reload this page.