-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from ahrefs/merge-v0.9.184-vscode
Merge v0.9.184 vscode
- Loading branch information
Showing
712 changed files
with
114,783 additions
and
44,631 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## 0.0.34 - 2024-03-03 | ||
### Added | ||
* diff context provider | ||
### Changed | ||
* Allow LLM servers to handle templating | ||
### Fixed | ||
* 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## 0.0.38 - 2024-03-15 | ||
### Added | ||
* 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## 0.0.42 - 2024-04-12 | ||
### Added | ||
* 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 |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.0.1 - 2023-09-01 | ||
|
||
### Added | ||
|
||
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.0.19 - 2023-11-19 | ||
|
||
### Changed | ||
|
||
- migrated to .json config file format |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.0.21 - 2023-12-05 | ||
|
||
### Added | ||
|
||
- updated to match latest VS Code updates |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.0.25 - 2023-12-25 | ||
|
||
### Changed | ||
|
||
- Intellij extension no longer relies on the Continue 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.0.26 - 2023-12-28 | ||
### Added | ||
* auto-reloading of config on save | ||
### Fixed | ||
* 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## 0.8.14 - 2024-03-03 | ||
### Added | ||
* Image support | ||
* Full-text search index for retrieval | ||
* Docs context provider | ||
* CodeLlama-70b support | ||
### Changed | ||
* config.ts only runs in NodeJS, not browser | ||
### Fixed | ||
* 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 0.8.15 - 2024-03-05 | ||
### Added | ||
* 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## 0.8.24 - 2024-04-12 | ||
### Added | ||
* 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## 0.8.40 - 2024-07-02 | ||
### Added | ||
* Support for Gemini 1.5 Pro | ||
* Link to code in the sidebar when using codebase retrieval | ||
* Smoother onboarding experience | ||
* .prompt files, a way of saving and sharing slash commands | ||
* Support for Claude 3.5 Sonnet, Deepseek Coder v2, and other new models | ||
* Support for comments in config.json | ||
* Specify multiple autocomplete models and switch between them | ||
* Improved bracket matching strategy reduces noisy completions | ||
### Fixed | ||
* Numerous reliability upgrades to codebase indexing |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## v0.5.0 - 2023-11-09 | ||
|
||
### Added | ||
|
||
- Codebase Retrieval: Use /codebase or cmd+enter and Continue will automatically gather the most important context | ||
|
||
### Changed | ||
|
||
- Switch from Websockets to Socket.io |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## v0.6.0 - 2023-11-10 | ||
|
||
### Added | ||
|
||
- Full screen mode | ||
- StackOverflow slash command to augment with web search | ||
- VS Code context menus: right click to add code to context, debug the terminal, or share your Continue session | ||
|
||
### Fixed | ||
|
||
- Reliability improvements to JetBrains by bringing up-to-date with the socket.io refactor |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## v0.6.16 - 2023-12-25 | ||
|
||
### Changed | ||
|
||
- Context items are now kept around as a part of past messages, instead of staying at the main input | ||
- No more Python server - Continue runs entirely in Typescript |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## v0.6.19 - 2024-01-05 | ||
|
||
### Added | ||
|
||
- support for .continuerc.json in root of workspace to override config.json | ||
- Inline context providers | ||
- cmd+shift+L with new diff streaming UI for edits | ||
|
||
### Changed | ||
|
||
- Allow certain LLM servers to handle templating |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.6.4 - 2023-11-19 | ||
|
||
### Changed | ||
|
||
- migrated to .json config file format |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## v0.8.1 - 2024-01-08 | ||
|
||
### Added | ||
|
||
- disableSessionTitles option in config.json | ||
|
||
### Changed | ||
|
||
- Use Ollama /chat endpoint instead of raw completions by default, and /show endpoint to gather model parameters like context length and stop tokens |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## 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 | ||
### 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) |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), | ||
and is generated by [Changie](https://github.com/miniscruff/changie). |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## v0.1.104 - 2023-12-25 | ||
|
||
### Added | ||
|
||
- Continuous and faster syncing of codebase index | ||
|
||
### Removed | ||
|
||
- No longer using Continue 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## v0.1.99 - 2023-11-19 | ||
|
||
### Changed | ||
|
||
- migrated to .json config file format |
Empty file.
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
changesDir: .changes | ||
unreleasedDir: unreleased | ||
headerPath: header.tpl.md | ||
changelogPath: CHANGELOG.md | ||
versionExt: md | ||
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}' | ||
kindFormat: "### {{.Kind}}" | ||
changeFormat: "* {{.Body}}" | ||
kinds: | ||
- label: Added | ||
auto: minor | ||
- label: Changed | ||
auto: major | ||
- label: Deprecated | ||
auto: minor | ||
- label: Removed | ||
auto: major | ||
- label: Fixed | ||
auto: patch | ||
- label: Security | ||
auto: patch | ||
newlines: | ||
afterChangelogHeader: 1 | ||
beforeChangelogVersion: 1 | ||
endOfVersion: 1 | ||
envPrefix: CHANGIE_ | ||
|
||
projects: | ||
- label: extensions/intellij | ||
key: extensions/intellij | ||
changelog: extensions/intellij/CHANGELOG.md | ||
|
||
- label: extensions/vscode | ||
key: extensions/vscode | ||
changelog: extensions/vscode/CHANGELOG.md |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
**/*.run.xml | ||
docs/docs/languages | ||
.changes/ | ||
.idea/ | ||
.vscode/ | ||
.archive/ | ||
**/*.scm |
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 |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
name: 🐛 Bug report | ||
description: Create a report to help us fix your bug | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to report this bug! This will help us find the cause of the problem quickly with less back-and-forth required. | ||
- type: checkboxes | ||
attributes: | ||
label: Before submitting your bug report | ||
options: | ||
- label: I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions | ||
required: false | ||
- label: I'm not able to find an [open issue](https://github.com/continuedev/continue/issues?q=is%3Aopen+is%3Aissue) that reports the same bug | ||
required: false | ||
- label: I've seen the [troubleshooting guide](https://docs.continue.dev/troubleshooting) on the Continue Docs | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Relevant environment info | ||
description: | | ||
Feel free to omit any info that is not relevant to your issue. | ||
- **OS**: e.g. macOS 14.2.1 | ||
- **Continue**: e.g. v0.9.4 | ||
- **IDE**: e.g. VSCode 1.85.1 | ||
- Include also your LLM Model if it is relevant to your issue | ||
- **Model**: e.g. Ollama v0.1.19 | ||
- The contents of your config.json file (e.g. `~/.continue/config.json` on macOS) | ||
value: | | ||
- OS: | ||
- Continue: | ||
- IDE: | ||
- Model: | ||
- config.json: | ||
```json | ||
``` | ||
render: Markdown | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
Please provide a clear and concise description of the bug | ||
placeholder: | | ||
Short description | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: To reproduce | ||
description: Steps to reproduce the problem. If possible, include a gif, screenshot, or video to better illustrate. | ||
placeholder: | | ||
1. Go to … | ||
2. Click on … | ||
3. Scroll down to … | ||
4. See error | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Log output | ||
description: | | ||
Please refer to the [troubleshooting guide](https://docs.continue.dev/troubleshooting) in the Continue Docs for instructions on obtaining the logs. Copy either the relevant lines or the last 100 lines or so. | ||
render: Shell |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Something else? Message us on Discord :) | ||
url: https://discord.gg/vapESyrFmJ | ||
about: Join our Discord to ask questions, share thoughts, and more! |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: 💪 Improvement suggestion | ||
description: Share how you think Continue could be better | ||
labels: [enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to share your perspective! We are keen to hear how you think Continue could work better for you. | ||
- type: checkboxes | ||
id: checkboxes | ||
attributes: | ||
label: Validations | ||
description: Before submitting your suggested improvement | ||
options: | ||
- label: I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions | ||
required: false | ||
- label: I'm not able to find an [open issue](https://github.com/continuedev/continue/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement) that requests the same enhancement | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Problem | ||
description: Please describe the problem you are aiming to solve with this suggested improvement. If applicable, add a screenshot, gif, or video to better convey your idea. | ||
placeholder: | | ||
Short description | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Solution | ||
description: Please describe what you might want to happen to address this issue. If applicable, add a screenshot, gif, or video to better convey your idea. | ||
placeholder: | | ||
Short description | ||
validations: | ||
required: false |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
ignore: | ||
- dependency-name: dtolnay/rust-toolchain |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Description | ||
|
||
[ What changed? Feel free to be brief. ] | ||
|
||
## Checklist | ||
|
||
- [ ] The base branch of this PR is `dev`, rather than `main` | ||
- [ ] The relevant docs, if any, have been updated or created | ||
|
||
## Screenshots | ||
|
||
[ "For visual changes, include screenshots." ] | ||
|
||
## Testing | ||
|
||
[ For new or modified features, provide testing instructions. ] |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Deployment Process | ||
|
||
## preview | ||
|
||
When merging to `preview`: | ||
|
||
- the VS Code extension along with Rust extension is built and uploaded as an artifact | ||
- all of the artifacts are downloaded and pushed to the store/registry all at once, as full releases. | ||
- the version is bumped and this change is commited to preview | ||
- in the future, the Intellij extension will be built and uploaded to the marketplace here | ||
|
||
## main | ||
|
||
When merging to `main`: | ||
|
||
- the VS Code extension along with Rust extension is built and uploaded as an artifact | ||
- all of the artifacts are downloaded and pushed to the store/registry all at once, as full releases. | ||
- the version is bumped and this change is commited to main | ||
- in the future, the Intellij extension will be built and uploaded to the marketplace here |
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.