Skip to content

Fix interaction with other plugins

Choose a tag to compare

@tmcw tmcw released this 17 Jan 21:27
· 7 commits to main since this release
02d5420

The main component of this release is how codemirror-copilot interacts with other plugins: transactions created by other plugins had the potential to cause flickering of the suggestion. This PR aims to fix that issue.

  • Merge pull request #12 from tmcw/other-plugin-interference 02d5420
  • Don’t disappear if another plugin produces a transaction 1416093
  • Merge pull request #10 from tmcw/symlink-readme 3469032
  • Symlink readme, update package.json b63421d

v0.0.5...v0.0.6