Trifall / pearai-extension

Code that powers pear.ai

Home Page:https://trypear.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PearAI Extension

This is the source code for the bulk of PearAI's functionality. Founded by nang and FryingPan

To download the full product: visit https://trypear.ai To see the parent repository: visit https://github.com/trypear/pearai

License: MIT Discord Contributors

PearAI currently only supports OpenAI (more to come soon). It requires an OpenAI API key. You can get an OpenAI API key from platform.openai.com/account/api-keys.

Features

AI Chat | Generate Code | Explain Code | Generate Tests | Find Bugs | Diagnose Errors

AI Chat

Chat with PearAI about your code and software development topics. PearAI knows the editor selection at the time of conversation start.

Generate Code

Instruct PearAI to generate code for you.

Edit Code

Change the selected code by instructing PearAI to create an edit.

Explain Code

Ask PearAI to explain the selected code.

Generate Tests

Generate test cases for the selected code.

Find Bugs

Find potential defects in your code.

Diagnose Errors

Let PearAI identify error causes and suggest fixes to fix compiler and linter errors faster.

Running it Locally & Contributing

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.

To help you get your feet wet and become familiar with our contribution process, we have a list of good first issues that contains things with a relatively limited scope. This is a great place to get started!

Built With

  • ModelFusion - AI library
  • Prism.js - Syntax highlighting
  • React - UI rendering
  • RubberDuck - The foundation for this is from the open-sourced project RubberDuck. We hope to be much more than this.

About

Code that powers pear.ai

https://trypear.ai

License:MIT License


Languages

Language:TypeScript 71.9%Language:CSS 27.6%Language:Shell 0.5%Language:JavaScript 0.1%