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: v4.7.3
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: v4.7.4
Choose a head ref
  • 5 commits
  • 5 files changed
  • 4 contributors

Commits on Sep 29, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#1450)

    updates:
    - [github.com/JohnnyMorganz/StyLua: v2.2.0 → v2.3.0](JohnnyMorganz/StyLua@v2.2.0...v2.3.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    60ad512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    481db77 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. fix(url): ensure main thread scheduling before fetching (#1453)

    Call utils.schedule_main() before fetching URL data to ensure that
    subsequent operations run on the main thread. This prevents potential
    issues with asynchronous execution and improves reliability when
    accessing resources.
    
    Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
    deathbeam authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    7a8e238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77cfadb View commit details
    Browse the repository at this point in the history
  3. chore(main): release 4.7.4 (#1454)

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