Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit d4baa14

Browse files
committed
Prepare Cody Web 0.33.0 version
1 parent dced3c1 commit d4baa14

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

web/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.33.0
2+
- A lot of changes since 0.23.1 which haven't been documented well
3+
(please test new versions manually on the instance locally before publishing).
4+
- Adds a possible fix for the "Memory leak" problem (improvements in components memoization).
5+
- Adds a feature flag cody setting `cody.chatCodeSyntaxHighlightingEnabled` to disable code highlighting of chat code snippets.
6+
17
## 0.23.1
28
- Support unicode characters in cody prompt templates @ mentions
39
- Remove cody repository as default @ mention for prompt templates

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcegraph/cody-web",
3-
"version": "0.32.12",
3+
"version": "0.33.0",
44
"description": "Cody standalone web app",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)