Skip to content

Commit

Permalink
Release 0.0.3 (#119)
Browse files Browse the repository at this point in the history
- Update CHANGELOG.md to include changes for 0.0.3 release
- Update extension version to 0.0.3
- Minor docs update
  • Loading branch information
abeatrix authored Oct 18, 2024
1 parent f3ac8d9 commit dcd1870
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
29 changes: 29 additions & 0 deletions docs/limitation.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion src/Cody.VisualStudio/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Cody.VisualStudio" Version="0.0.2" Language="en-US" Publisher="sourcegraph" />
<Identity Id="Cody.VisualStudio" Version="0.0.3" Language="en-US" Publisher="sourcegraph" />
<DisplayName>Cody for Visual Studio - AI Coding Assistant</DisplayName>
<Description xml:space="preserve">AI coding assistant that uses search and codebase context to help you write code faster!</Description>
<MoreInfo>https://sourcegraph.com/cody</MoreInfo>
Expand Down

0 comments on commit dcd1870

Please sign in to comment.