-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run prettier against the entire project. Run eslint against core
- Loading branch information
Showing
191 changed files
with
51,477 additions
and
49,492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
## 0.0.34 - 2024-03-03 | ||
|
||
### Added | ||
* diff context provider | ||
|
||
- diff context provider | ||
|
||
### Changed | ||
* Allow LLM servers to handle templating | ||
|
||
- Allow LLM servers to handle templating | ||
|
||
### Fixed | ||
* Fix a few context providers / slash commands | ||
* Fixed issues preventing proper extension startup | ||
|
||
- Fix a few context providers / slash commands | ||
- Fixed issues preventing proper extension startup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
## 0.0.38 - 2024-03-15 | ||
|
||
### Added | ||
* Remote config server support | ||
* Autocomplete support in JetBrains | ||
|
||
- Remote config server support | ||
- Autocomplete support in JetBrains |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
## 0.0.42 - 2024-04-12 | ||
|
||
### Added | ||
* Inline cmd/ctrl+I in JetBrains | ||
|
||
- Inline cmd/ctrl+I in JetBrains | ||
|
||
### Fixed | ||
* Fixed character encoding error causing display issues | ||
* Fixed error causing input to constantly demand focus | ||
* Fixed automatic reloading of config.json | ||
|
||
- Fixed character encoding error causing display issues | ||
- Fixed error causing input to constantly demand focus | ||
- Fixed automatic reloading of config.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
## 0.0.53 - 2024-07-10 | ||
|
||
### Added | ||
* Support for .prompt files | ||
* New onboarding experience | ||
|
||
- Support for .prompt files | ||
- New onboarding experience | ||
|
||
### Fixed | ||
* Indexing fixes from VS Code versions merged into IntelliJ | ||
* Improved codebase indexing reliability and testing | ||
* Fixes for autocomplete text positioning and timing | ||
|
||
- Indexing fixes from VS Code versions merged into IntelliJ | ||
- Improved codebase indexing reliability and testing | ||
- Fixes for autocomplete text positioning and timing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
## 0.0.54 - 2024-07-13 | ||
|
||
### Added | ||
* Partial autocomplete acceptance | ||
* Autocomplete status bar spinner | ||
|
||
- Partial autocomplete acceptance | ||
- Autocomplete status bar spinner | ||
|
||
### Fixed | ||
* Fixed duplicate completion bug and others | ||
|
||
- Fixed duplicate completion bug and others |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
## 0.0.69 - 2024-09-22 | ||
|
||
### Added | ||
* Support for the "search" context provider | ||
|
||
- Support for the "search" context provider | ||
|
||
### Fixed | ||
* Fixed bug where only first module would be recognized | ||
* Improved concurrency handling to avoid freezes | ||
* Made compatible with latest JetBrains versions | ||
|
||
- Fixed bug where only first module would be recognized | ||
- Improved concurrency handling to avoid freezes | ||
- Made compatible with latest JetBrains versions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
## 0.0.72 - 2024-10-04 | ||
|
||
### Added | ||
* Listen for changes to Intellij settings without requiring window reload | ||
|
||
- Listen for changes to Intellij settings without requiring window reload | ||
|
||
### Changed | ||
* Updated tutorial file | ||
|
||
- Updated tutorial file | ||
|
||
### Fixed | ||
* Fix ability to load config.ts in JetBrains IDEs | ||
|
||
- Fix ability to load config.ts in JetBrains IDEs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
## v0.0.26 - 2023-12-28 | ||
|
||
### Added | ||
* auto-reloading of config on save | ||
|
||
- auto-reloading of config on save | ||
|
||
### Fixed | ||
* Fixed /edit bug for versions without Python server | ||
|
||
- Fixed /edit bug for versions without Python server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
## 0.8.14 - 2024-03-03 | ||
|
||
### Added | ||
* Image support | ||
* Full-text search index for retrieval | ||
* Docs context provider | ||
* CodeLlama-70b support | ||
|
||
- Image support | ||
- Full-text search index for retrieval | ||
- Docs context provider | ||
- CodeLlama-70b support | ||
|
||
### Changed | ||
* config.ts only runs in NodeJS, not browser | ||
|
||
- config.ts only runs in NodeJS, not browser | ||
|
||
### Fixed | ||
* Fixed proxy setting in config.json | ||
|
||
- Fixed proxy setting in config.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## 0.8.15 - 2024-03-05 | ||
|
||
### Added | ||
* Tab-autocomplete in beta | ||
|
||
- Tab-autocomplete in beta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
## 0.8.24 - 2024-04-12 | ||
|
||
### Added | ||
* Support for improved retrieval models (Voyage embeddings/reranking) | ||
* New @code context provider | ||
* Personal usage analytics | ||
|
||
- Support for improved retrieval models (Voyage embeddings/reranking) | ||
- New @code context provider | ||
- Personal usage analytics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
## 0.8.43 - 2024-07-08 | ||
|
||
### Added | ||
* Improved indexing reliability and testing | ||
* Quick Actions: use CodeLens to quickly take common actions like adding docstrings | ||
|
||
- Improved indexing reliability and testing | ||
- Quick Actions: use CodeLens to quickly take common actions like adding docstrings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
## 0.8.45 - 2024-08-05 | ||
|
||
### Added | ||
* Support for Llama 3.1 and gpt-4o-mini | ||
* Support for WatsonX+Granite models | ||
|
||
- Support for Llama 3.1 and gpt-4o-mini | ||
- Support for WatsonX+Granite models | ||
|
||
### Changed | ||
* Significant improvements to indexing performance | ||
* Improved @codebase quality by more accurately searching over file names and paths | ||
* Improved @codebase accuracy | ||
* Further improvements to indexing performance | ||
|
||
- Significant improvements to indexing performance | ||
- Improved @codebase quality by more accurately searching over file names and paths | ||
- Improved @codebase accuracy | ||
- Further improvements to indexing performance | ||
|
||
### Fixed | ||
* Improved docs indexing and management | ||
* Fixed Gemini embeddings provider | ||
|
||
- Improved docs indexing and management | ||
- Fixed Gemini embeddings provider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
## 0.8.46 - 2024-08-11 | ||
|
||
### Added | ||
* new /onboard slash command | ||
|
||
- new /onboard slash command | ||
|
||
### Fixed | ||
* Fixed problem loading config.ts | ||
* Fixed bug causing duplicate indexing work | ||
|
||
- Fixed problem loading config.ts | ||
- Fixed bug causing duplicate indexing work |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
## 0.8.47 - 2024-08-27 | ||
|
||
### Added | ||
* Use headless browser for crawling to get better results | ||
* TTS support in the chat window | ||
|
||
- Use headless browser for crawling to get better results | ||
- TTS support in the chat window | ||
|
||
### Changed | ||
* Improved support for WatsonX models | ||
|
||
- Improved support for WatsonX models | ||
|
||
### Fixed | ||
* Fixed several small indexing bugs | ||
|
||
- Fixed several small indexing bugs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
## 0.8.48 - 2024-09-01 | ||
|
||
### Added | ||
* Improved indexing progress UI | ||
* Improved @codebase using repomap | ||
* Repo map context provider | ||
|
||
- Improved indexing progress UI | ||
- Improved @codebase using repomap | ||
- Repo map context provider | ||
|
||
### Fixed | ||
* Many small UI improvements | ||
* Fixes db.search not a function | ||
|
||
- Many small UI improvements | ||
- Fixes db.search not a function |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## 0.8.49 - 2024-09-01 | ||
|
||
### Fixed | ||
* Hotfix: submenu context providers | ||
|
||
- Hotfix: submenu context providers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## 0.8.50 - 2024-09-02 | ||
|
||
### Fixed | ||
* Hotfix for ability to use more than one inline context provider | ||
|
||
- Hotfix for ability to use more than one inline context provider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## 0.8.51 - 2024-09-05 | ||
|
||
### Fixed | ||
* Fixed CRLF bug causing diff streams to treat every line as changed on Windows | ||
|
||
- Fixed CRLF bug causing diff streams to treat every line as changed on Windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
## 0.8.52 - 2024-09-16 | ||
|
||
### Changed | ||
* Use Chromium only as a fallback after asking user | ||
* Redesigned onboarding flow | ||
|
||
- Use Chromium only as a fallback after asking user | ||
- Redesigned onboarding flow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
## 0.8.53 - 2024-10-11 | ||
|
||
### Added | ||
* Improved loading/accept/reject UI for apply | ||
* Polished chat sidebar, especially context dropdown | ||
* Further prompt caching with Anthropic | ||
|
||
- Improved loading/accept/reject UI for apply | ||
- Polished chat sidebar, especially context dropdown | ||
- Further prompt caching with Anthropic | ||
|
||
### Changed | ||
* Updated tutorial file | ||
* Improved styling on "More" page | ||
|
||
- Updated tutorial file | ||
- Improved styling on "More" page | ||
|
||
### Fixed | ||
* Continue for teams auth bug fix | ||
* Fixed a number of apply bugs | ||
* Fixed autoscrolling behavior | ||
|
||
- Continue for teams auth bug fix | ||
- Fixed a number of apply bugs | ||
- Fixed autoscrolling behavior |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## 0.8.54 - 2024-10-15 | ||
|
||
### Fixed | ||
* Hotfix: throttle transformers.js embeddings provider | ||
|
||
- Hotfix: throttle transformers.js embeddings provider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
## 0.8.55 - 2024-10-25 | ||
|
||
### Added | ||
* Web context provider | ||
* Cerebras inference provider | ||
* Automatic descriptions for previous chats | ||
* Discord context provider | ||
* Improved full screen UI | ||
|
||
- Web context provider | ||
- Cerebras inference provider | ||
- Automatic descriptions for previous chats | ||
- Discord context provider | ||
- Improved full screen UI | ||
|
||
### Changed | ||
* Easier way to accept/reject/re-prompt after cmd/ctrl+I | ||
|
||
- Easier way to accept/reject/re-prompt after cmd/ctrl+I |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
## 0.8.56 - 2024-11-08 | ||
|
||
### Added | ||
* New Edit mode in sidebar (cmd/ctrl+I) | ||
* Significantly faster and more accurate docs crawler by default | ||
|
||
- New Edit mode in sidebar (cmd/ctrl+I) | ||
- Significantly faster and more accurate docs crawler by default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
## v0.8.2 - 2024-01-23 | ||
|
||
### Added | ||
* Add codellama and gemini to free trial, using new server | ||
* Local codebase syncing and embeddings using LanceDB | ||
* Improved VS Code theme matching | ||
|
||
- Add codellama and gemini to free trial, using new server | ||
- Local codebase syncing and embeddings using LanceDB | ||
- Improved VS Code theme matching | ||
|
||
### Changed | ||
* Updates to packaging to download native modules for current platform (lancedb, sqlite, onnxruntime, tree-sitter wasms) | ||
* Context providers now run from the extension side (in Node.js instead of browser javascript) | ||
|
||
- Updates to packaging to download native modules for current platform (lancedb, sqlite, onnxruntime, tree-sitter wasms) | ||
- Context providers now run from the extension side (in Node.js instead of browser javascript) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
project: extensions/intellij | ||
kind: Fixed | ||
body: Off-screen rendering to solve white flash on load and lack of changing cursor | ||
body: | ||
Off-screen rendering to solve white flash on load and lack of changing cursor | ||
type | ||
time: 2024-10-07T18:38:20.733658-07:00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.