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: main
Choose a base ref
...
head repository: chewcw/CopilotChat.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 27, 2025

  1. fix: improve visual selection handling

    Use `nvim_buf_get_text` instead of `nvim_buf_get_lines` to properly handle
    column positions in visual selections. Add special handling for Visual Line
    mode by adjusting start and end columns accordingly.
    chewcw committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    7bd4470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d8ea52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e193524 View commit details
    Browse the repository at this point in the history
  4. feat: add column support for selection highlighting

    - Updated `get_selection` and `highlight_selection` functions to handle
      start and end columns for more precise selection highlighting.
    - Modified `ask` function to maintain consistent indentation.
    - Added `start_col` and `end_col` fields to selection object in
      `select.lua`.
    chewcw committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    c4f3917 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce4614a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Configuration menu
    Copy the full SHA
    1a05e2d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Configuration menu
    Copy the full SHA
    3347ddd View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Configuration menu
    Copy the full SHA
    90eb95b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Configuration menu
    Copy the full SHA
    415fcc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    c738384 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Configuration menu
    Copy the full SHA
    28d5e56 View commit details
    Browse the repository at this point in the history
  2. feat(telescope): add callback support for pick action

    Add an optional callback parameter to telescope.pick() function that gets
    called after an action is selected. This allows for custom handling of
    selected actions instead of the default ask behavior.
    chewcw committed Feb 15, 2025
    Configuration menu
    Copy the full SHA
    9fa5551 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. feat(prompt): change prompt trigger from '/' to '!'

    Change the trigger character for prompts from '/' to '!' to avoid conflicts with
    Neovim's search functionality. This improves the user experience by preventing
    accidental searches when using CopilotChat prompts.
    chewcw committed Feb 16, 2025
    Configuration menu
    Copy the full SHA
    7788e73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff2ce99 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. Configuration menu
    Copy the full SHA
    1c69ff8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4210ae View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Merge branch 'source-main'

    chewcw committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    04c69da View commit details
    Browse the repository at this point in the history
Loading