STetsing

Results 29 issues of STetsing

When selecting a piece of code, the user clicks right and can select `Fix this` When exactly this can be enable is to be determined. Example: - When there is...

RemixAI

When selecting a piece of code, the user clicks right and can select `Improve this` In general, this should happen on code that is succeptible of being optimized By improving...

RemixAI

Wherever the AI produce an output, if explanation and/or additional text is available, this must be redirected to the basic output this is the case for - Documentation generation -...

RemixAI

The output text must be embellished. Example - A text color is used for user input and AI output - or both AI and user inputs have the same text...

RemixAI

Create an intuitive logo for the remix AI plugin

RemixAI

Electron side plugin for handling AI on desktop Remix IDE. This electron plugin is meant to provide the base remixAI web plugin with specific desktop features

RemixAIDesktop

Following the Remix plugin interface, a skeleton base [web plugin](https://github.com/ethereum/remix-plugin/tree/master/examples/example/plugin) must be provided for further integrations. The plugin: - can be internal or external - is accessible from the remix...

RemixAIDesktop
RemixAI

# Introducing local AI on Remix desktop IDE This PR brings the already known features to the desktop environment while enabling the local AI inference on user machine. The user...

Introducing RemixAI Chat A new Chat interface for interacting with your contracts using AI. This PR also fixes the Monaco editor show suggestion by enforcing the suggestion location in the...