238 Commits

Author SHA1 Message Date
dependabot[bot]
46991c1d05 chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /binary
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-23 21:13:34 +00:00
dependabot[bot]
2371bf99ac chore(deps): bump undici from 7.16.0 to 7.18.2 in /binary
Bumps [undici](https://github.com/nodejs/undici) from 7.16.0 to 7.18.2.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.16.0...v7.18.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.18.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-14 21:22:31 +00:00
Patrick Erichsen
291f8f5dd2 fix: ensure cross-target LanceDB binaries are correctly copied (#9100)
* fix: install lancedb binary for cross-target builds

* chore: add temporary darwin build workflow

* chore: remove temporary darwin workflow

* fix: prettier formatting in prepackage.js

Co-authored-by: nate <nate@continue.dev>

* fix: ensure cross-target LanceDB binaries copied

* fix: retain target lancedb binary in vsix

* Update prepackage.js

* fix: install LanceDB packages sequentially in binary build

The previous code ran installAndCopyNodeModules in parallel for all
targets, but they all write to node_modules/@lancedb. This caused
race conditions where files could be partially written or empty.

Changed to sequential installation to prevent file corruption.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* chore: add diagnostic logging for lancedb copy

* chore: add detailed diagnostics to install-copy-nodemodule

* fix: remove cached lancedb before fresh copy

ncp's clobber option doesn't reliably overwrite cached files.
Delete destination directory before copying to ensure fresh install.

* chore: clean up diagnostic code, keep fix for cached lancedb

Root cause: ncp doesn't reliably overwrite cached files.
Fix: Remove destination directory before copying fresh lancedb binaries.

---------

Co-authored-by: continue[bot] <continue[bot]@users.noreply.github.com>
Co-authored-by: nate <nate@continue.dev>
Co-authored-by: Claude <noreply@anthropic.com>
2025-12-10 10:39:42 -08:00
Patrick Erichsen
e0fa57749d feat: simplify onboarding card 2025-12-04 10:10:40 -08:00
Dallin Romney
51a374c4fe fix: pin vectordb 2025-12-01 14:29:44 -08:00
Dallin Romney
4d9c92f949 Merge pull request #8842 from continuedev/snyk-upgrade-de9ea8b2c7dd7a4a1055823b798b8621
[Snyk] Upgrade @octokit/rest from 20.1.1 to 20.1.2
2025-11-24 11:12:18 -08:00
Dallin Romney
f537879f5c chore: package lock 2025-11-24 10:31:56 -08:00
Dallin Romney
294aefe548 fix: package lock 2025-11-24 10:31:23 -08:00
snyk-bot
201f055789 fix: upgrade @octokit/rest from 20.1.1 to 20.1.2
Snyk has created this PR to upgrade @octokit/rest from 20.1.1 to 20.1.2.

See this package in npm:
@octokit/rest

See this project in Snyk:
https://app.snyk.io/org/continue-dev-inc.-default/project/0fd6080a-ed7c-4c97-bd60-ea6101d6b096?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-11-22 07:34:35 +00:00
snyk-bot
8d11baa4e4 fix: upgrade undici from 7.10.0 to 7.16.0
Snyk has created this PR to upgrade undici from 7.10.0 to 7.16.0.

See this package in npm:
undici

See this project in Snyk:
https://app.snyk.io/org/continue-dev-inc.-default/project/0fd6080a-ed7c-4c97-bd60-ea6101d6b096?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-11-22 07:34:31 +00:00
dependabot[bot]
eac699dfac chore(deps): bump glob from 10.3.15 to 10.5.0 in /binary
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.15 to 10.5.0.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.15...v10.5.0)

---
updated-dependencies:
- dependency-name: glob
  dependency-version: 10.5.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 09:10:24 +00:00
Dallin Romney
4ee39f3d22 fix: binary package lock issue 2025-11-18 09:41:48 -08:00
BekahHW
8598ee765a docs: mission control updates (#8708)
* Close by default

* Update docs index page to reflect updated focus

* Rename hub to mission control

* Replace Hub with mission control

* Draft for github agent

* Add draft of sentry agent

* Add to docs.json

* Reorganize MC

* Update Mission Control Overview

* Add Tasks

* Merge cards into workflows

* Add workflows

* Fix docs.json

* Change automations to workflows

* Change automations to workflows

* Replace automation with workflow

* Fix formatting and cta

* Remove source-control from nav

* Remove blocks references

* Update Sharing page to direct users to profile

* Move sharing up so it doesn't look awkward

* Add integrations index

* Change Mission Control overview to index page

* Remove some info from integration

* Simplify sentry integration page

* Fix broken links

* Fix links and terminology

* Add a section on agent monitoring

* Fix broken links

* Fix broken links

* Remove hub references

* Fix broken redirect

* Make plural

* Fix link

* Add the

* Replace hub

* Update MC link

* Fix links and messaging

* Appeasing the mintlify formatting gods

* Run npm i

* Npm i in binary file
2025-11-14 15:26:19 -08:00
snyk-bot
3443a65264 fix: upgrade tar from 7.4.3 to 7.5.1
Snyk has created this PR to upgrade tar from 7.4.3 to 7.5.1.

See this package in npm:
tar

See this project in Snyk:
https://app.snyk.io/org/continue-dev-inc.-default/project/0fd6080a-ed7c-4c97-bd60-ea6101d6b096?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-11-11 08:37:44 +00:00
Patrick Erichsen
b72b261376 fix: remove keepAliveMsecs from fetch agent (#8378)
* fix: remove `keepAliveMsecs` from fetch agent

* fix tests
2025-10-21 15:49:20 -07:00
joffeoja
77547ab8af chore(vscode): rename download-copy-sqlite-esbuild.js to download-copy-sqlite.js and update imports 2025-09-29 15:14:19 +02:00
dependabot[bot]
7ed6153403 chore(deps-dev): bump tar-fs from 2.1.2 to 2.1.4 in /binary
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.4.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.2...v2.1.4)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-version: 2.1.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-26 18:34:20 +00:00
Tomasz Iniewicz
ca2a5d7f29 Lemonade Integration (#7749) 2025-09-17 10:15:33 -07:00
Tomasz Stefaniak
904ec5dea3 fix: dependencies 2025-09-02 09:45:22 -07:00
dependabot[bot]
04b79af6d0 chore(deps): bump form-data from 4.0.0 to 4.0.4 in /binary
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 to 4.0.4.
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v4.0.0...v4.0.4)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-24 00:00:14 +00:00
Dallin Romney
ee610d0bea fix: update binary package lock, remove security checks from gui 2025-08-21 16:02:22 -07:00
Dallin Romney
f5c8bcb479 chore: bump ts in binary 2025-08-18 13:22:29 -07:00
Patrick Erichsen
be9a6381c2 fix: dont block debugger on packages build (#6900)
* use secrets not env for gh token

* fix: dont block debugger on packages build

* Revert "use secrets not env for gh token"

This reverts commit 4174e1e64b.

* update jb test inputs

* Update action.yml

* ci fix
2025-07-30 16:03:41 -07:00
Jacob Kim
a265cbd5cb chore: bump version 2025-07-28 16:47:41 -07:00
zimu
3d4d777b07 fix: adjust binary/build.js. copy vscode/tree-sitter folder to binary/ and pack into binary file 2025-07-10 20:00:43 +08:00
Patrick Erichsen
318910df16 chore: build all packages in install scripts 2025-07-07 15:13:38 -07:00
Dallin Romney
cd0b328327 package updates 2025-07-03 12:29:47 -07:00
Nate Sesti
78426cc224 Merge pull request #6022 from uinstinct/speedup-builds
chore: speedup builds for binary and prepackage
2025-06-26 21:04:06 -07:00
Nate
a6dbe946ea address feedback from recurse 2025-06-26 20:54:15 -07:00
Patrick Erichsen
0803fe7c25 Update package-lock.json 2025-06-25 19:19:43 -07:00
Patrick Erichsen
4d47e91f67 chore: bump package-lock.json files 2025-06-25 18:11:15 -07:00
uinstinct
8f7be11657 Merge branch 'main' into speedup-builds 2025-06-19 13:05:52 +05:30
dipfocus
1188688764 style: fix code formatting with prettier 2025-06-18 08:53:40 +08:00
uinstinct
0786fb8e43 Merge branch 'main' into speedup-builds 2025-06-13 20:53:27 +05:30
dipfocus
d42c050e36 feat: add proxy support for ripgrep download 2025-06-13 09:23:54 +08:00
Lucas Shamanic
45e39ed509 bump dependencies and update package versions in package-lock files 2025-06-07 02:19:07 +01:00
uinstinct
9c087bb8b8 revert package-lock to main 2025-06-06 23:04:08 +05:30
uinstinct
a363e34f75 refactor bundle binary to modular function 2025-06-06 23:03:20 +05:30
uinstinct
1d4a31af22 rename install-copy-sqlite-esbuild to download-copy-sqlite-esbuild 2025-06-06 22:59:39 +05:30
uinstinct
e8e8821134 move install-copy-nodemodule to vscode scripts 2025-06-06 22:58:45 +05:30
uinstinct
3722b8c4f8 refactor download node-sqlite to common 2025-06-06 22:51:55 +05:30
uinstinct
9fae1a2f05 refactor utils to child process files 2025-06-06 22:30:40 +05:30
uinstinct
8d48cefc2e correct to copy-nodemodule.js 2025-06-06 21:20:16 +05:30
uinstinct
112bdcb0ef move copy-lancedb to root scripts/util 2025-06-06 20:29:00 +05:30
uinstinct
be9b32984c parallel downloads for node-sqlite and ripgrep
- reduction by 4 seconds
2025-06-06 12:29:54 +05:30
uinstinct
dd353c6571 speedup binary build
- 70s to 20s
2025-06-06 12:18:14 +05:30
Nate
02e4fa6e45 Merge branch 'main' into nate/prettier-ci 2025-06-02 13:03:36 -07:00
Maxx Rodriguez
1f29af4483 updated package lock files to use latest mcp sdk 1.12.0 2025-05-26 12:08:27 -07:00
Nate
b43ff32446 fix type errs 2025-05-25 20:27:23 -07:00
Nate
4f7ebf0c1b npx prettier --check "**/*.{js,jsx,ts,tsx,json,css,md}" --ignore-path .
gitignore --ignore-path .prettierignore --write
2025-05-25 18:41:32 -07:00