continue
continue copied to clipboard
⏩ Create, share, and use custom AI code assistants with our open-source IDE extensions and hub of models, rules, prompts, docs, and other building blocks
I implemented this as a `CustomContextProvider` and it works great. I can't figure out how to get the extension running in debug mode to verify it. If someone who has...
Hi, I have the following in the list of context providers: ``` "contextProviders": [ { "name": "codebase", "params": { "nRetrieve": 25, "nFinal": 5, "useReranking": true } }, { "name": "search"...
Adds a Postgres context provider that prints - Table schema - A few sample rows The context provider needs to be configured to a specific DB, and may be scoped...
Type: Bug When working in the bun.js repo continue uses 100% CPU and lags vscode. Extension version: 0.8.12 VS Code version: Code 1.86.1 (Universal) (31c37ee8f63491495ac49e43b8544550fbae4533, 2024-02-07T09:09:01.236Z) OS version: Darwin arm64...
### Validations - [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find an [open...
Previously the `ftsIndex.retrieve` would fail if any of the search terms contain characters like dots. This would be the case where you use the `folder` context provider searching using a...
### Before submitting your bug report - [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find...
Deleted and previously index files were not removed from the tag_catalog database table. To reproduce just add a file (not ignored by .gitignore or .continueignore) let continue index it and...
I simplified the highlighting code, and speeded up the binary search which maximizes the context within the token budget.
### Validations - [x] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [x] I'm not able to find an [open...