From ad1247a4af567c6ffde37adff526d5a0edb0ec39 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Fri, 2 Jun 2023 21:29:04 -0400 Subject: READMEs --- continuedev/README.md | 4 +++- continuedev/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'continuedev') diff --git a/continuedev/README.md b/continuedev/README.md index a1ddb084..e27cf3ae 100644 --- a/continuedev/README.md +++ b/continuedev/README.md @@ -1,6 +1,8 @@ # Continue PyPI Package -Continue is a Python library for automating repetitive sequences of software development tasks using language models. Using our VS Code extension, you can build, run, and refine these recipes as they natively interact with your codebase. Download on [our GitHub](https://github.com/continuedev/continue). +This package contains the [Continue](https://github.com/continuedev.com/continue) server and core classes needed to build your own recipes. + +Continue is a Python library for automating repetitive sequences of software development tasks using language models. Using our VS Code extension, you can build, run, and refine these recipes as they natively interact with your codebase. Read the docs [here](https://continuedev.netlify.app/) or download the VS Code extension [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue). ## Continue Server diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml index 0dc4d267..83a287c8 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "continuedev" -version = "0.1.0" +version = "0.1.1" description = "" authors = ["Nate Sesti "] readme = "README.md" -- cgit v1.2.3-70-g09d2