From dcd18705cfe6eb6369b21960bd4d2f26c3e45d95 Mon Sep 17 00:00:00 2001 From: Beatrix <68532117+abeatrix@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:32:46 -0700 Subject: [PATCH] Release 0.0.3 (#119) - Update CHANGELOG.md to include changes for 0.0.3 release - Update extension version to 0.0.3 - Minor docs update --- CHANGELOG.md | 7 +++++ README.md | 4 +-- docs/limitation.md | 29 +++++++++++++++++++ .../source.extension.vsixmanifest | 2 +- 4 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 docs/limitation.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5013ccbc..bc3d4dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## Security +## [0.0.3] + +### Added + +- "Cody Settings" in user options. [pull/118](https://github.com/sourcegraph/cody-vs/pull/118) + + ## [0.0.2] ### Added diff --git a/README.md b/README.md index dc7ca335..77058779 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Cody for Visual Studio -## Preview Status +🚧 [Cody for Visual Studio](https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-vs) is currently in private preview. -🚧 [Cody for Visual Studio](https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-vs) is currently in preview. **It is intended for testing purposes only and may not be suitable for production use.** +**It is intended for testing purposes only and may not be suitable for production use.** ## AI that uses your codebase as context diff --git a/docs/limitation.md b/docs/limitation.md new file mode 100644 index 00000000..108fba70 --- /dev/null +++ b/docs/limitation.md @@ -0,0 +1,29 @@ +# Known Limitations + +The extension is currently in preview: + +- You might encounter bugs or unexpected behavior +- Features and user interface are subject to change +- The extension has limited functionality compared to the VS Code extension + +This document outlines the current limitations in the editor's implementation. + +## Features Not Yet Supported + +### Autocompletion + +The editor currently does not support autocompletion functionality. + +### Inline Editing + +Inline editing capabilities are not available in the current version. + +## Chat Functionality Issues + +### File Naming in Chat Input + +When creating a new file, a temporary name is displayed in the chat input instead of the actual file name. + +## Future Improvements + +If you encounter any additional limitations or have suggestions for improvements, please submit an issue on our project repository. diff --git a/src/Cody.VisualStudio/source.extension.vsixmanifest b/src/Cody.VisualStudio/source.extension.vsixmanifest index 1ff52c33..c0c104c4 100644 --- a/src/Cody.VisualStudio/source.extension.vsixmanifest +++ b/src/Cody.VisualStudio/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Cody for Visual Studio - AI Coding Assistant AI coding assistant that uses search and codebase context to help you write code faster! https://sourcegraph.com/cody