Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Defer sending doc changes to the agent to an idle timer. #176

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Sep 14, 2023

  1. queue doc changes to copilot agent until after-change-functions

    I am not an Emacs expert, but my hypothesis is that jsonrpc-notify
    causes buffer navigation to occur, which causes the (org-todo)
    function to break when called twice in a row.
    
    This fixes issue:
    copilot-emacs#172
    raymond-w-ko committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    fee129e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2254e99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c9be53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a53e6b8 View commit details
    Browse the repository at this point in the history
  5. rewrite doc change fn to nest save-* properly

    also refactor out some variables so lines are not as long,
    and add a commented out debug message for future use.
    raymond-w-ko committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0e00a1f View commit details
    Browse the repository at this point in the history
  6. add a copilot-resync-buffer command

    This is used in case copilot stops responding due to buffer state
    being desynchronized with the copilot process.
    
    It is unsure whether this is still necessary after the previous commits.
    raymond-w-ko committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a0a685f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    c5a10f8 View commit details
    Browse the repository at this point in the history
  2. Remove commented code

    emil-vdw committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    9e3474b View commit details
    Browse the repository at this point in the history
  3. Improve formatting

    emil-vdw committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    1fbd323 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89746d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a3be71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    301609a View commit details
    Browse the repository at this point in the history
  7. Improve docstrings

    emil-vdw committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    1ec9954 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

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

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    292fb41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7de1053 View commit details
    Browse the repository at this point in the history
  3. Add group property

    emil-vdw committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    2eb6366 View commit details
    Browse the repository at this point in the history
  4. Improve idle timer set check

    emil-vdw committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    9eafc05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce63aac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ad7b95 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fix broken sync-doc function

    emil-vdw committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4a6b626 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    5f46c6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    072faa0 View commit details
    Browse the repository at this point in the history