Skip to content

Commit

Permalink
v1.3.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Emrah Kondur committed May 24, 2024
1 parent 3133309 commit 92da67f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
![image](https://github.com/ekondur/AI-Studio/assets/4971326/896600b6-14c5-4e1a-aaf6-087b4ceb141c)

- If you prefer refactoring the code changes, keep **Format Changed Text** as True.
- Choose a **Language Model** options: "ChatGPTTurbo", GPT4_Turbo, "GPT4" or "GPT4_32k_Context"
- Choose a **Language Model** options: "ChatGPTTurbo", GPT4_Turbo, "GPT4", "GPT4o" or "GPT4_32k_Context"

### Code It:
Write a use case where you want to write the code, select the statement (if it's a single line just click on the line), right-click, and click "AI Studio / **Code It**".
Expand Down
2 changes: 1 addition & 1 deletion source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal sealed partial class Vsix
public const string Name = "AI Studio";
public const string Description = @"AI Studio helps you with the power of chatGPT in many subjects such as adding unit tests, refactoring code, adding summary, etc. while writing code, just by right click on the code.";
public const string Language = "en-US";
public const string Version = "1.3.1";
public const string Version = "1.3.2";
public const string Author = "Emrah Kondur";
public const string Tags = "AI, chatGPT, UnitTest, Refactor, Summary, OpenAI";
}
Expand Down
4 changes: 2 additions & 2 deletions source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?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="AI_Studio.74F4FED3-20F1-4F08-BEC5-1219C8EDC2AD" Version="1.3.1" Language="en-US" Publisher="Emrah Kondur" />
<Identity Id="AI_Studio.74F4FED3-20F1-4F08-BEC5-1219C8EDC2AD" Version="1.3.2" Language="en-US" Publisher="Emrah Kondur" />
<DisplayName>AI Studio</DisplayName>
<Description xml:space="preserve">AI Studio helps you with the power of chatGPT in many subjects such as adding unit tests, refactoring code, adding summary, etc. while writing code, just by right click on the code.</Description>
<ReleaseNotes>Added GPT_Turbo support</ReleaseNotes>
<ReleaseNotes>Added GPT-4o support</ReleaseNotes>
<Icon>Resources\Icon.png</Icon>
<PreviewImage>Resources\Icon.png</PreviewImage>
<Tags>AI, chatGPT, UnitTest, Refactor, Summary, OpenAI</Tags>
Expand Down

0 comments on commit 92da67f

Please sign in to comment.