Skip to content

The most no-nonsense, locally or API-hosted AI code completion plugin for Visual Studio Code - like GitHub Copilot but completely free and 100% private.

License

Notifications You must be signed in to change notification settings

shlebbypops/twinny

 
 

Repository files navigation

twinny

Free and private AI extension for Visual Studio Code.

🚀 Getting Started

Visit the quick start guide to get started.

Main Features

Fill in the Middle Code Completion

Get AI-based suggestions in real time. Let Twinny autocomplete your code as you type. Fill in the Middle Example

Chat with AI About Your Code

Discuss your code via the sidebar: get function explanations, generate tests, request refactoring, and more.

Workspace Embeddings

Enhance your coding experience with context-aware AI assistance using workspace embeddings.

  • Embed Your Workspace: Easily embed your entire workspace with a single click.
  • Context-Aware Responses: twinny uses relevant parts of your codebase to provide more accurate and contextual answers.
  • Customizable Embedding Provider: By default, uses Ollama for Embedding, but supports various providers.
  • Adjustable Relevance: Fine-tune the rerank probability threshold to control the inclusion of context in AI responses.

Additional Features

  • Operates online or offline
  • Highly customizable API endpoints for FIM and chat
  • Chat conversations are preserved
  • Conforms to the OpenAI API standard
  • Supports single or multiline fill-in-middle completions
  • Customizable prompt templates
  • Generate git commit messages from staged changes
  • Easy installation via the Visual Studio Code extensions marketplace
  • Customizable settings for API provider, model name, port number, and path
  • Compatible with Ollama, llama.cpp, oobabooga, and LM Studio APIs
  • Accepts code solutions directly in the editor
  • Creates new documents from code blocks
  • Copies generated code solution blocks
  • Workspace embeddings for context-aware AI assistance

Known Issues

Visit the GitHub issues page for known problems and troubleshooting.

Contributing

Interested in contributing? Reach out on Twitter, describe your changes in an issue, and submit a PR when ready. Twinny is open-source under the MIT license. See the LICENSE for more details.

Support Twinny

Thanks for using Twinny! This project is and will always be free and open source. If you find it helpful, please consider showing your appreciation with a small donation <3 Bitcoin: 1PVavNkMmBmUz8nRYdnVXiTgXrAyaxfehj

Disclaimer

Twinny is actively developed and provided "as is". Functionality may vary between updates.

About

The most no-nonsense, locally or API-hosted AI code completion plugin for Visual Studio Code - like GitHub Copilot but completely free and 100% private.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.2%
  • CSS 12.9%
  • Other 0.9%