Skip to content

Commit

Permalink
bump package.json, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Nov 14, 2024
1 parent 7231f84 commit 1296ed6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .changes/unreleased/Added-20241113-165958.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
project: extensions/vscode
kind: Added
body: .continuerules file to set system prompt
time: 2024-11-13T16:59:58.544875-08:00
4 changes: 4 additions & 0 deletions .changes/unreleased/Added-20241113-170006.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
project: extensions/vscode
kind: Added
body: .prompt files v2
time: 2024-11-13T17:00:06.855468-08:00
9 changes: 7 additions & 2 deletions extensions/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie).

Pre-release Changes
### Added
* New Edit mode in sidebar (cmd/ctrl+I)
* Significantly faster and more accurate docs crawler by default
* OpenAI predicted outputs support
* Improve codebase retrieval with BM25
* Support for Grok from xAI
Expand All @@ -19,12 +17,19 @@ Pre-release Changes
* Improved reference for config.json
* New @web context provider
* Updates for llama3.2
* .continuerules file to set system prompt
* .prompt files v2
### Changed
* Improved @docs crawler
* Many improvements to make autocomplete more eager
### Fixed
* Brought back the Apply button for all code blocks

## 0.8.56 - 2024-11-08
### Added
* New Edit mode in sidebar (cmd/ctrl+I)
* Significantly faster and more accurate docs crawler by default

## 0.8.55 - 2024-10-25
### Added
* Web context provider
Expand Down
2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "continue",
"icon": "media/icon.png",
"author": "Continue Dev, Inc",
"version": "0.9.228",
"version": "0.9.229",
"repository": {
"type": "git",
"url": "https://github.com/continuedev/continue"
Expand Down

0 comments on commit 1296ed6

Please sign in to comment.