Skip to content

Commit 0ca55b3

Browse files
authored
Merge pull request #12 from ahrefs/merge-v0.9.184-vscode
Merge v0.9.184 vscode
2 parents f5d11ed + c3749ca commit 0ca55b3

File tree

712 files changed

+114783
-44631
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

712 files changed

+114783
-44631
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 0.0.34 - 2024-03-03
2+
### Added
3+
* diff context provider
4+
### Changed
5+
* Allow LLM servers to handle templating
6+
### Fixed
7+
* Fix a few context providers / slash commands
8+
* Fixed issues preventing proper extension startup
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 0.0.38 - 2024-03-15
2+
### Added
3+
* Remote config server support
4+
* Autocomplete support in JetBrains
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 0.0.42 - 2024-04-12
2+
### Added
3+
* Inline cmd/ctrl+I in JetBrains
4+
### Fixed
5+
* Fixed character encoding error causing display issues
6+
* Fixed error causing input to constantly demand focus
7+
* Fixed automatic reloading of config.json
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v0.0.1 - 2023-09-01
2+
3+
### Added
4+
5+
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v0.0.19 - 2023-11-19
2+
3+
### Changed
4+
5+
- migrated to .json config file format
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v0.0.21 - 2023-12-05
2+
3+
### Added
4+
5+
- updated to match latest VS Code updates
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v0.0.25 - 2023-12-25
2+
3+
### Changed
4+
5+
- Intellij extension no longer relies on the Continue Python server
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v0.0.26 - 2023-12-28
2+
### Added
3+
* auto-reloading of config on save
4+
### Fixed
5+
* Fixed /edit bug for versions without Python server
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.8.14 - 2024-03-03
2+
### Added
3+
* Image support
4+
* Full-text search index for retrieval
5+
* Docs context provider
6+
* CodeLlama-70b support
7+
### Changed
8+
* config.ts only runs in NodeJS, not browser
9+
### Fixed
10+
* Fixed proxy setting in config.json
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.8.15 - 2024-03-05
2+
### Added
3+
* Tab-autocomplete in beta

0 commit comments

Comments
 (0)