Skip to content

Commit

Permalink
Run prettier against the entire project. Run eslint against core
Browse files Browse the repository at this point in the history
  • Loading branch information
vadjs committed Nov 18, 2024
1 parent 6398679 commit 931e3e7
Show file tree
Hide file tree
Showing 191 changed files with 51,477 additions and 49,492 deletions.
14 changes: 10 additions & 4 deletions .changes/extensions/intellij/0.0.34.md
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
6 changes: 4 additions & 2 deletions .changes/extensions/intellij/0.0.38.md
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
12 changes: 8 additions & 4 deletions .changes/extensions/intellij/0.0.42.md
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
14 changes: 9 additions & 5 deletions .changes/extensions/intellij/0.0.53.md
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
10 changes: 7 additions & 3 deletions .changes/extensions/intellij/0.0.54.md
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
12 changes: 8 additions & 4 deletions .changes/extensions/intellij/0.0.69.md
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
12 changes: 9 additions & 3 deletions .changes/extensions/intellij/0.0.72.md
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
8 changes: 6 additions & 2 deletions .changes/extensions/intellij/v0.0.26.md
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
18 changes: 12 additions & 6 deletions .changes/extensions/vscode/0.8.14.md
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
4 changes: 3 additions & 1 deletion .changes/extensions/vscode/0.8.15.md
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
8 changes: 5 additions & 3 deletions .changes/extensions/vscode/0.8.24.md
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
6 changes: 4 additions & 2 deletions .changes/extensions/vscode/0.8.43.md
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
22 changes: 14 additions & 8 deletions .changes/extensions/vscode/0.8.45.md
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
10 changes: 7 additions & 3 deletions .changes/extensions/vscode/0.8.46.md
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
14 changes: 10 additions & 4 deletions .changes/extensions/vscode/0.8.47.md
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
14 changes: 9 additions & 5 deletions .changes/extensions/vscode/0.8.48.md
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
4 changes: 3 additions & 1 deletion .changes/extensions/vscode/0.8.49.md
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
4 changes: 3 additions & 1 deletion .changes/extensions/vscode/0.8.50.md
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
4 changes: 3 additions & 1 deletion .changes/extensions/vscode/0.8.51.md
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
6 changes: 4 additions & 2 deletions .changes/extensions/vscode/0.8.52.md
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
22 changes: 14 additions & 8 deletions .changes/extensions/vscode/0.8.53.md
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
4 changes: 3 additions & 1 deletion .changes/extensions/vscode/0.8.54.md
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
16 changes: 10 additions & 6 deletions .changes/extensions/vscode/0.8.55.md
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
6 changes: 4 additions & 2 deletions .changes/extensions/vscode/0.8.56.md
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
14 changes: 9 additions & 5 deletions .changes/extensions/vscode/v0.8.2.md
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)
3 changes: 2 additions & 1 deletion .changes/unreleased/Fixed-20241007-183820.yaml
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
20 changes: 10 additions & 10 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ religion, or sexual identity and orientation.
Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
- The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities
Expand Down
Loading

0 comments on commit 931e3e7

Please sign in to comment.