Releases: Pierrad/obsidian-github-copilot
Releases · Pierrad/obsidian-github-copilot
1.0.11
What's new
- Update copilot core (#37)
1.0.10
What's new
- Add proxy setting for the copilot agent (#30)
- Update copilot core
1.0.9
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
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
What's new
- New keybind to cycle between suggestions provided by copilot (#21)
1.0.6
What's new
- New keybinding to partially accept suggestions (on a word by word basis) (#19)
1.0.5
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
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
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
What's new
- Add settings to change the default
Tab
and Escape
keybinding to accept and cancel suggestions. (#11)