Update CONTRIBUTING.md

This commit is contained in:
Mathew Pareles 2024-09-11 21:19:46 -07:00 committed by GitHub
parent c78d19473f
commit 0166de1d81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ We have an Ollama integration coded up in the extension, but it breaks. This is
## ⭐⭐⭐⭐ Four-stars (creative).
We'd like to build AI features beyond the standard Cursor ones. For example, creating better code search, or supporting AI agents that can edit across files and make multiple LLM calls.
Feel free to build AI features beyond the standard Cursor ones. For example, creating better code search, or supporting AI agents that can edit across files and make multiple LLM calls.
Eventually, we want to build a convenient API for creating AI tools. The API will make it easy to create the UI (showing an autocomplete suggestion, or creating a new diff) and will provide hooks for you to use (like `onKeystroke` or `onFileOpen`), making it much easier for you to make your own AI plugin.