Skip to content

Releases: Pierrad/obsidian-github-copilot

1.0.11

31 Aug 09:52
Compare
Choose a tag to compare

What's new

  • Update copilot core (#37)

1.0.10

13 Jul 07:32
Compare
Choose a tag to compare

What's new

  • Add proxy setting for the copilot agent (#30)
  • Update copilot core

1.0.9

01 Jul 10:14
Compare
Choose a tag to compare

What's new

  • New loading state when copilot is generating suggestions (Thanks to @Donovan-Ye #29)
  • New keybind to enable/disable copilot suggestions (#28)

1.0.8

23 Jun 08:23
Compare
Choose a tag to compare

What's new

  • Can exclude folders and files from suggestion generation (#23)
  • Can save the nodePath to an external json file to support sync between devices (#25)
  • Update copilot core

Fix

  • Fix suggestion moving with cursor position (#26)

1.0.7

16 Jun 09:18
Compare
Choose a tag to compare

What's new

  • New keybind to cycle between suggestions provided by copilot (#21)

1.0.6

02 Jun 10:16
Compare
Choose a tag to compare

What's new

  • New keybinding to partially accept suggestions (on a word by word basis) (#19)

1.0.5

01 Jun 10:44
Compare
Choose a tag to compare

What's new

  • New copilot model
  • New keybind and options to request suggestions only when you want (#14)
  • New option to only trigger suggestions in code blocks (#14)

Fix

  • The node path can contain spaces (#20)

1.0.4

26 May 12:32
Compare
Choose a tag to compare

What's new

  • Copilot agent file is now a .cjs. Allows it to be treated as CommonJS even if there is an ESM package.json in the tree structure. (see #15)

1.0.3

26 May 10:51
Compare
Choose a tag to compare

What's new

  • Can manage delay before generating suggestion (#14)
  • Fix signIn & signOut process when copilot server is disabled (#15)
  • Can enable debug mode in plugin settings (#15)

1.0.2

25 May 18:45
Compare
Choose a tag to compare

What's new

  • Add settings to change the default Tab and Escape keybinding to accept and cancel suggestions. (#11)