Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:v4.5.1
Choose a base ref
Loading
...
head repository:CopilotC-Nvim/CopilotChat.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v4.6.0
Choose a head ref
Loading
  • 8commits
  • 10files changed
  • 6contributors

Commits on Aug 28, 2025

  1. 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>
    @deathbeam
    deathbeam authoredAug 28, 2025
    Configuration menu
    Copy the full SHA
    c4b2e03View commit details
    Browse the repository at this point in the history
  2. 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>
    @deathbeam
    deathbeam authoredAug 28, 2025
    Configuration menu
    Copy the full SHA
    a657694View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. 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
    @ctchen222
    ctchen222 authoredAug 29, 2025
    Configuration menu
    Copy the full SHA
    f844a68View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    069c806View commit details
    Browse the repository at this point in the history
  3. 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>
    Configuration menu
    Copy the full SHA
    ae2f593View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2025

  1. 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>
    @deathbeam
    deathbeam authoredAug 31, 2025
    Configuration menu
    Copy the full SHA
    b7728f4View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ab8ad1View commit details
    Browse the repository at this point in the history
  3. chore(main): release 4.6.0 (#1381)

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

[8]ページ先頭

©2009-2025 Movatter.jp