Skip to content

ra-jeev/write-assist-ai

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Write Assist AI

WriteAssistAI is a VSCode extension that leverages OpenAI APIs to provide users with AI-assisted writing capabilities for their markdown / plain text files. This extension enables users to rephrase, summarize, or expand existing texts. It can also suggest short headlines for the selected text.

Features

This AI text assistant offers a variety of writing styles to choose from. To access these styles, or other features, select the desired text in your markdown/text files, click on the Code Actions bulb tooltip, and then click on the desired action.

Extension Demo

Below is the available feature list:

  • Rewrite text in various tones. Available tones: professional, casual, formal, friendly, informative, authoritative
  • Rephrase selected text
  • Suggest headlines for selected text
  • Summarize selected text
  • Expand selected text (make it verbose)
  • Shorten selected text (make it concise)

Requirements

To use the extension you need to provide your own OpenAI API Key in the VSCode settings.

Extension Settings

It exposes the following settings:

  • writeAssistAi.openAiApiKey: Your Open AI API Key.
  • writeAssistAi.maxTokens: Maximum number of tokens to use for each Open AI API call. Default is 1200.

Known Issues

--

Release Notes

0.0.9

Update the demo gif

0.0.8

Added

  • Support for plain text files
  • One new rewrite tone, authoritative
  • More actions
    • Rephrase text
    • Suggest headlines
    • Summarize selection
    • Expand selection (Make text verbose)
    • Shorten selection (Make text concise)

0.0.7

Changing the API Key type to String

0.0.6

  • Correct the extension configuration Id
  • Update README and add extension demo gif

0.0.5

Update README

0.0.4

  • Add the extension icon.
  • Update changelog

0.0.3

Remove the browser field from webpack

0.0.2

Changing the environment to node

0.0.1

Initial release of WriteAssistAI

Enjoy!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published