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.3.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.4.0
Choose a head ref
Loading
  • 12commits
  • 12files changed
  • 3contributors

Commits on Aug 8, 2025

  1. refactor(client): use OrderedMap for provider management (#1295)

    Refactored provider handling in Client to use OrderedMap, improvingconsistency and sorting. Added generic type annotations for OrderedMapand introduced a get_cached helper for cache management. This changesimplifies provider filtering and caching logic for models and info.
    @deathbeam
    deathbeam authoredAug 8, 2025
    Configuration menu
    Copy the full SHA
    aac1a26View commit details
    Browse the repository at this point in the history
  2. refactor(chat): move completion logic to separate module (#1267)

    This change refactors the chat completion logic by moving it frominit.lua into a new completion.lua module. It also updates mappingsand setup to use the new module, improving code organization andmaintainability. Autocomplete setup is now handled in the completionmodule, and prompt listing is extracted to a helper function.Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
    @deathbeam
    deathbeam authoredAug 8, 2025
    Configuration menu
    Copy the full SHA
    1b04ddcView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0580d1View commit details
    Browse the repository at this point in the history
  4. fix(info): show resource uri instead of name in preview (#1296)

    Previously, the resource preview header displayed the resource name, whichcould be missing. This change updates the header to show the resource URI,providing clearer context. Also, removes unused type annotations for improvedcode clarity.
    @deathbeam
    deathbeam authoredAug 8, 2025
    Configuration menu
    Copy the full SHA
    90c3241View commit details
    Browse the repository at this point in the history
  5. refactor(chat): unify message/block API for cursor access (#1298)

    Refactored chat window API to use `get_message(role, cursor)` and`get_block(role, cursor)` for both last and cursor-closest access.Removed legacy `get_closest_message` and `get_closest_block` methods.Updated mappings and documentation to reflect unified API. Thissimplifies usage and improves consistency for message/block retrievaland removal actions.
    @deathbeam
    deathbeam authoredAug 8, 2025
    Configuration menu
    Copy the full SHA
    27c24c4View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77971bbView commit details
    Browse the repository at this point in the history
  7. feat(ui): show assistant reasoning as virtual text (#1299)

    Adds support for displaying the assistant's reasoning above messages inthe chat UI as virtual text. Reasoning is now streamed and storedseparately from content, and models with reasoning capability areindicated in the model selector. This improves transparency of modelresponses and debugging.
    @deathbeam
    deathbeam authoredAug 8, 2025
    Configuration menu
    Copy the full SHA
    92777fbView commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. fix(chat): correct block selection logic by cursor (#1301)

    Refactored Chat:get_block to properly select the closest block to thecursor, considering the role filter and ensuring correct fallback to thelast matching block. This improves accuracy when interacting with chatblocks in the UI.
    @deathbeam
    deathbeam authoredAug 9, 2025
    Configuration menu
    Copy the full SHA
    7e027dfView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45c923dView commit details
    Browse the repository at this point in the history
  3. refactor(constants): centralize role and plugin name constants (#1302)

    Move role strings and plugin name to a dedicated constants module.Refactor all usages to reference the new constants. This improvesmaintainability and reduces duplication across the codebase.
    @deathbeam
    deathbeam authoredAug 9, 2025
    Configuration menu
    Copy the full SHA
    6d49da8View commit details
    Browse the repository at this point in the history
  4. refactor(ui): simplify chat and overlay initialization (#1303)

    Refactored chat and overlay constructors to remove redundant help argumentand use key_to_info for help and close mappings directly. This improvesclarity and maintainability by centralizing mapping logic and reducingparameter complexity.Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
    @deathbeam
    deathbeam authoredAug 9, 2025
    Configuration menu
    Copy the full SHA
    f1d6bb5View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2025

  1. chore(main): release 4.4.0 (#1297)

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

[8]ページ先頭

©2009-2025 Movatter.jp