26 Commits

Author SHA1 Message Date
snyk-bot
9b192e4784 fix: upgrade @c15t/react from 1.8.1 to 1.8.2
Snyk has created this PR to upgrade @c15t/react from 1.8.1 to 1.8.2.

See this package in npm:
@c15t/react

See this project in Snyk:
https://app.snyk.io/org/continue-dev-inc.-default/project/fa857427-b8e5-4147-9913-8d56d6835b6d?utm_source=github&utm_medium=referral&page=upgrade-pr
2026-01-15 00:34:19 +00:00
Dallin Romney
f59f4c37be chore: dependency bumps from snyk prs 2025-11-18 10:23:40 -08:00
snyk-bot
aed1cacd50 fix: upgrade @c15t/react from 1.6.1 to 1.7.0
Snyk has created this PR to upgrade @c15t/react from 1.6.1 to 1.7.0.

See this package in npm:
@c15t/react

See this project in Snyk:
https://app.snyk.io/org/continue-dev-inc.-default/project/fa857427-b8e5-4147-9913-8d56d6835b6d?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-11-08 08:39:45 +00:00
Nate Sesti
c3294b6e57 [Snyk] Upgrade @c15t/react from 1.4.4 to 1.6.1 (#8580)
fix: upgrade @c15t/react from 1.4.4 to 1.6.1

Snyk has created this PR to upgrade @c15t/react from 1.4.4 to 1.6.1.

See this package in npm:
@c15t/react

See this project in Snyk:
https://app.snyk.io/org/continue-dev-inc.-default/project/fa857427-b8e5-4147-9913-8d56d6835b6d?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2025-11-06 10:24:24 -08:00
Brian 'bdougie' Douglas
87c48cddfb fix: add cookie banner to docs 2025-07-28 16:54:14 -07:00
Brian 'bdougie' Douglas
efe9d45a72 s/docs2/docs 2025-07-10 13:34:36 -07:00
Brian 'bdougie' Douglas
f7bdae37e4 add llms.txt generation for docs 2025-06-23 11:09:32 -07:00
Brian 'bdougie' Douglas
526ef6a381 fix posthog 2025-06-18 14:09:18 -07:00
Peter Dave Hello
1db5144b28 Update Node.js LTS to v20.19.0
Node.js v20 entered Maintenance LTS six months ago. Update the version
from 20.11.0 (released over a year ago) to 20.19.0, the latest LTS
release from last month.

This ensures the project leverages recent Node.js improvements,
including security updates, and stays on a supported LTS track.
2025-04-22 02:01:03 +08:00
Dallin Romney
b16ea5c32c add config yaml-reference 2025-01-08 01:21:48 +01:00
Sherman Boyd
e042b658b2 Docusaurus experimental faster build features opt in 2024-12-11 12:36:00 -07:00
Sherman Boyd
d54bc5ad26 Upgrade docusaurus to 3.6.3 2024-12-11 11:47:23 -07:00
Dallin Romney
f425cadcda docs config md part 1 2024-10-28 12:02:31 -07:00
Sherman Boyd
8a7aaa9cec Updated Running Doc Server section, fix for npm start in windows 2024-09-28 17:46:28 -07:00
Test
e0c1c0b17a docs: remove invalid ModelTitle schema 2024-09-03 11:00:58 -07:00
Priyash Patil
e72923032d build: add watching docusaurus.config.js 2024-08-14 15:06:07 +05:30
Priyash Patil
d38e2ef7c9 build: add nodemon server relaoding for sidebar changes 2024-08-13 13:11:10 +05:30
Patrick Erichsen
d7dbdfff48 feat: configure docs through config.json (#1864)
* feat: configure docs through config.json

* use correct baseUrl column

* add/remove docs through config.json

* add favicon

* add advanced section in form

* update package authors

* index all using sqlite

* use pre indexed doc

* refresh submenu on save

* setup tests

* stash apply

* update tests

* create singleton

* remove unused code

* fix migration err

* remove unused code

* bugfix: isPreindexedDoc
2024-08-01 16:56:27 -07:00
Nate Sesti
ca884b8212 fix ollama onboarding (#1539)
* allow setting apiBase for bedrock provider

* ️ better linking

*  new prompt file action

* ️ strip <COMPLETION> from GPT-4 completion

* continue proxy FIM support

* warn user if potentially dangerous command is generated

* tab autocomplete docs

* docs: update PR template (#1531)

* chore: add docs to install script (#1533)

* fix(extensions): schema for db ctx provider (#1534)

* fix(extensions): schema for db ctx provider

* fix: invalid enum

* prettierignore

* docs: add docs and schema for "OS" provider (#1536)

* tests (#1501)

* 👷 CI for jetbrains

* default working dir

* changelog

* build binaries

* binary testing setup

* idesettings

* core binary testing

* run binary tests in ci

* remove unused targets

* needs build

* console.log bin contents

* fix ci

* fix win32 binary download

* test

* no linux arm64

* macos latest

* macos-12

* binary permissions

* upload logs

* fix

* upload full folder as binary artifact

* test

* test macos only

* set full execute permissions

* copy sqlite binary

* cd

* it worked!

* build again in test job

* debug

* remove timeout

* info

* log

* log2

* more logs

* catch

* fewer logs

* test all platforms

* test downloaded artifact

* needs build

* updates

* build

* false

* release

* add tag and upload binaryes

* change tag name

* proper artifact upload

* jest updates

*  generate a few unit tests with Continue

* fix imports related to IdeSettings

* run tsc on PRs

* remove shareSession command (unused)

* update release process

* update plugin version

* don't show ghost text when jetbrains completion visible

* run jetbrains ci in main

* check ts in dev

* ignore .env

* 🚑 fix constant warnings when onboarding with Ollama

---------

Co-authored-by: Patrick Erichsen <patrick.a.erichsen@gmail.com>
2024-06-21 11:09:03 -07:00
Ty Dunn
4331e266be new docs updates (#1168)
* update GIF and model reccs

* docs update

* adjusting intro language

* finishing refactor

---------

Co-authored-by: Nate Sesti <sestinj@gmail.com>
2024-04-24 11:58:43 -07:00
Nate Sesti
3bd9c8996c 💫 Preview (#996)
* feat: add fixed version of the nodejs

* revert accidentally committed files

* add: unified version of the Node.js that is used locally and on Github Actions

* Set itemType for querySubmenuItem

This is necessary before calling props.command the same way we do it for non-query item types. Otherwise we receive an 'Unknow provider...' error message in the 'getContextItems' case in the 'panel.webview.onDidReceiveMessage, callback.

* include @vscode node module folder

we need the @vscode folder containing ripgrep in the distribution.

* Amended path for ripgrep executable

We have to preprend the 'out' folder in order to find the ripgrep executable in the distribution.
Prepending 'out' during development is not necessary. We need a way to distinguish in 'ideProtocol'?

* implemented locals context provider

* normal to submenu(select thread) for the locals provider

* added code context from the call stack

* use parameter for callstack retrieving

* added thread filtering and handle a edge case

* revert accidentally committed file

* temporary fix to use refreshSubmenuItems

* added updateSubmenuItems request

* refactor: changed the interface of threads

* polished format and file reading

* added a little doc

* typo

* revert accidentally committed file

*  UI for JetBrains autocomplete

* 🎨 decouple autocomplete from VS Code extension

*  autocomplete in core protocol

* 🚧 jetbrains autocomplete fixes

* 🐛 successfully get responses for jetbrains autocomplete

* Refactored web crawling code for document indexing. The updated code uses a breadth-first search, filters out specific paths, and ensures that websites are not downloaded twice.

* update hasDocs to use new pattern

* feat: add gitlab context class

* feat: update to work as normal context provider

* fix: add context provider

* feat: add code that comment is based on

* docs: add documentation

* feat: enable comment filtering

* 🐛 fix autocomplete with azure

*  jetbrains multiline completions

* 🐛 fix file reading in autocomplete

*  option to disable jetbrains autocomplete

* 📌 update package-lock files

* 🐛 fix localhost ollama bug with jetbrains binary

* 🔥 disable apply to file in jetbrains for now

* 🚸 fix constant re-rendering of code vision in jetbrains

* 🔖 update package.json versiojn

* 🐛 don't override user temperature value for tab autocomplete model

* Fix chat msg formatting in Output for image models (#971)

* 📝 tweak docs for "locals" ctx provider

* 🩹 small tweak to link filtering logic

* Add more C++ extensions for AST parser (#972)

* 🔥 remove ruby example file

* add claude3 to free trial

* 🐛 fix codelens in tutorial

* 🧱 change server url

* 🐛 don't send image_url if not image type

* 🔧 update config schemas

* 📌 update npm version to v20.11.0

* 📈 Locally track tokens generated and show stats (#987)

*  log tokens generated locally

* 💄 UI for usage stats

* 🔥 delete unused test file

* 🚚 rename core package for publishing on npm

* Remove duplicate itemType property (#986)

* 🔒️ add .env to .gitignore for npm package

* Add SystemContextProvider to context providers so that users can use … (#988)

* Add SystemContextProvider to context providers so that users can use their own system cpu and os for a resource

* change to OSContextProvider

* update descriptor

* 🎨 export transformers.js

* 🐛 fix /edit for anthropic

* 🚑 fix autocomplete by binding function

---------

Co-authored-by: my8bit <mail@my8bit.name>
Co-authored-by: Ihor Pavlenko <my8bit@users.noreply.github.com>
Co-authored-by: Lars Pagh <lp@airsupport.dk>
Co-authored-by: commandblock2 <tony_hu@live.com>
Co-authored-by: Jason Jacobs <nerfnerd@gmail.com>
Co-authored-by: Ben Force <benforce@gmail.com>
Co-authored-by: Peter Zaback <pzaback@gmail.com>
Co-authored-by: SR_team <sr_team@sr.team>
2024-03-19 10:35:28 -07:00
Nate Sesti
97e1c23067 📝 upgrade to docusaurus v3 and add JSON Schema viewer for config.json 2024-01-22 13:42:01 -08:00
Nate Sesti
65f2533dc7 redirect for old customization page 2023-09-12 10:45:01 -07:00
Nate Sesti
49e637129d docusaurus redirect 2023-06-29 15:12:20 -07:00
Ty Dunn
f1cfdd7266 Update package.json 2023-06-13 12:43:01 -07:00
Nate Sesti
27ecedb02e copying from old repo 2023-05-23 23:45:12 -04:00