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: v1.5.0
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: v1.6.0
Choose a head ref
  • 11 commits
  • 11 files changed
  • 6 contributors

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    13dfbba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb8c8c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81c5060 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe1808e View commit details
    Browse the repository at this point in the history
  5. feat: add language settings for copilot answers

    * added answer language setting
    
    * Update rplugin/python3/CopilotChat/handlers/chat_handler.py
    
    Co-authored-by: Dung Duc Huynh (Kaka) <870029+jellydn@users.noreply.github.com>
    
    * added document to README and setup function
    
    ---------
    
    Co-authored-by: neutrinoA4 <test@test.com>
    Co-authored-by: Dung Duc Huynh (Kaka) <870029+jellydn@users.noreply.github.com>
    3 people authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    8e40e41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0979520 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c60021 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea383a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. fix: reorder system prompt and language prompt

    The system prompt and language prompt in the ChatHandler class have been reordered for better readability and consistency. The language prompt is now displayed first, followed by the system prompt.
    jellydn committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    0d474a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4886837 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9b7dca View commit details
    Browse the repository at this point in the history
Loading