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.
Pre-release Changes
- Off-screen rendering to solve white flash on load and lack of changing cursor type
- OSR-related fixes for non-Mac users
- Fixes for inline edit in JetBrains
- Listen for changes to Intellij settings without requiring window reload
- Updated tutorial file
- Fix ability to load config.ts in JetBrains IDEs
- Support for the "search" context provider
- Fixed bug where only first module would be recognized
- Improved concurrency handling to avoid freezes
- Made compatible with latest JetBrains versions
- Partial autocomplete acceptance
- Autocomplete status bar spinner
- Fixed duplicate completion bug and others
- Support for .prompt files
- New onboarding experience
- Indexing fixes from VS Code versions merged into IntelliJ
- Improved codebase indexing reliability and testing
- Fixes for autocomplete text positioning and timing
- 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