All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.
- Inline cmd/ctrl+I in JetBrains
- Fixed character encoding error causing display issues
- Fixed error causing input to constantly demand focus
- Fixed automatic reloading of config.json
- Remote config server support
- Autocomplete support in JetBrains
- diff context provider
- Allow LLM servers to handle templating
- Fix a few context providers / slash commands
- Fixed issues preventing proper extension startup
- auto-reloading of config on save
- Fixed /edit bug for versions without Python server
- Intellij extension no longer relies on the Continue Python server
- updated to match latest VS Code updates
- migrated to .json config file format
- Initial scaffold created from IntelliJ Platform Plugin Template