21053 Commits

Author SHA1 Message Date
Dallin Romney
807d95dd3f Merge pull request #9568 from yumosx/fix-lsof
fix(resource-monitoring): fix lsof file descriptor leak
v1.5.39-beta.20260201
2026-01-31 15:33:39 -08:00
Dallin Romney
895632c0a5 fix: detect WSL remote for shell PATH resolution (#9934)
When Windows host connects to WSL remote, getEnvPathFromUserShell() was
returning undefined because it checked only process.platform === "win32".

Add remoteName parameter to getEnvPathFromUserShell() and use the
isWindowsHostWithWslRemote pattern (consistent with resolveCommandForPlatform)
to allow shell PATH detection for WSL remotes.

Fixes #9737

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 15:26:05 -08:00
shanevcantwell
38aae62e56 fix: pass pre-read content to RegistryClient for WSL compatibility (#9739)
Fixes #6242, #7810

When Windows VS Code connects to WSL, workspace files are accessed via
vscode-remote:// URIs. Previously, getAllDotContinueDefinitionFiles()
correctly read content via ide.readFile(), but loadYaml.ts discarded
the content and passed only the URI path to RegistryClient, which then
tried to re-read using fs.readFileSync() - failing for remote URIs.

Changes:
- Add optional content field to FileIdentifier (non-breaking)
- RegistryClient.getContent() returns pre-read content when present
- loadYaml.ts passes content along with file identifiers

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
@continuedev/config-yaml@1.40.0
2026-01-31 15:19:25 -08:00
Dallin Romney
20adbdcc2f Merge pull request #10052 from continuedev/snyk-fix-d2da6a31f3e21a39470201b01d93555d
[Snyk] Security upgrade @aws-sdk/client-sagemaker-runtime from 3.777.0 to 3.894.0
2026-01-31 15:06:03 -08:00
Dallin Romney
21ea6a7e4b chore: update package lock 2026-01-31 14:23:03 -08:00
Nate Sesti
b93bc47cf2 Merge pull request #10021 from continuedev/nate/simplify-docs
docs: link changelog to changelog.continue.dev
v1.5.39-beta.20260131
2026-01-31 00:59:31 -08:00
Nate
11976e5b29 Add frontmatter to example agent file
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 00:57:21 -08:00
Nate
b6138a80b4 Update example agents on landing page
Replace generic examples with specific default agents: Code Security Review,
Improve Test Coverage, Update AGENTS.md, and Draft Changelog Update.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 00:53:39 -08:00
snyk-bot
8ca79b9a5a fix: core/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-15155603
2026-01-31 07:05:33 +00:00
Nate
b2b197150b Fix broken link to agent-file-reference
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 19:01:58 -08:00
Nate
5858c5e48b hub -> continue.dev 2026-01-30 18:29:15 -08:00
Nate
92c593d1bf Merge remote-tracking branch 'origin/main' into nate/simplify-docs 2026-01-30 18:29:04 -08:00
Nate
487f5ba98c update icons 2026-01-30 17:34:52 -08:00
Nate
f9feab110c Replace community Discord links with GitHub Discussions
Discord links across docs, READMEs, GUI components, and issue templates
now point to https://github.com/continuedev/continue/discussions.
The Discord context provider (product feature) is left untouched.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 17:19:56 -08:00
Dallin Romney
03d1f26513 Merge pull request #10049 from continuedev/dallin/continue-dev-links
chore: hub.continue.dev -> continue.dev
2026-01-30 17:01:50 -08:00
Dallin Romney
03e5fc3b92 chore: hub.continue.dev -> continue.dev 2026-01-30 15:47:00 -08:00
Nate Sesti
1dbc3292a8 Merge pull request #9963 from continuedev/dallin/error-messages
fix: use underlying provider name for stream errors
2026-01-30 14:30:02 -08:00
Nate Sesti
e11d956d2d Merge pull request #9972 from continuedev/dallin/on-prem-note
docs: remove on-prem from secrets page
2026-01-30 14:29:35 -08:00
Nate Sesti
8acf42f530 Merge pull request #9970 from continuedev/mcp-tools-badge-x-y-format
feat: indicate excluded tools in MCP server # tools badge
2026-01-30 14:29:02 -08:00
Nate Sesti
4a2eb7e5dd Merge pull request #9929 from continuedev/dallin/vscode-rg-403
fix: pass GITHUB_TOKEN to vscode e2e tests for ripgrep download
2026-01-30 14:28:49 -08:00
Nate
d7708e26d1 Link changelog sidebar item to changelog.continue.dev
Remove the in-repo changelog page and instead link to the external
changelog site. Adds a redirect from /changelog to the external URL.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 17:57:34 -08:00
Dallin Romney
4f4b49b418 Merge branch 'main' of https://github.com/continuedev/continue into dallin/vscode-rg-403 2026-01-29 09:08:37 -08:00
Dallin Romney
88ffac60a0 Merge pull request #9945 from continuedev/snyk-upgrade-9decc1766015000fff508e59eab4aaeb
[Snyk] Upgrade systeminformation from 5.27.14 to 5.30.0
v1.5.39-beta.20260130
2026-01-29 09:03:08 -08:00
Dallin Romney
030aa6d51b Merge pull request #9946 from continuedev/snyk-upgrade-da26cb7eb57ef835e24ffd983d03d3c8
[Snyk] Upgrade ws from 8.18.0 to 8.19.0
2026-01-29 09:03:00 -08:00
Dallin Romney
d274f2d985 Merge pull request #9967 from sarthakNITT/issue#9673
fix: Local setup screen input text is black on dark background
v1.5.39-beta.20260129
2026-01-28 16:33:00 -08:00
Dallin Romney
7b802e6ab0 Merge pull request #9959 from continuedev/dependabot/npm_and_yarn/core/hono-4.11.7
chore(deps): bump hono from 4.11.4 to 4.11.7 in /core
2026-01-28 16:31:20 -08:00
Dallin Romney
53bf1d682a chore: package bump ws" 2026-01-28 16:31:02 -08:00
Dallin Romney
129fd86049 chore: package bump system info"
push
2026-01-28 16:30:27 -08:00
Dallin Romney
252b295011 Merge pull request #9985 from continuedev/dependabot/npm_and_yarn/core/tar-7.5.7
chore(deps): bump tar from 7.4.3 to 7.5.7 in /core
2026-01-28 16:29:04 -08:00
dependabot[bot]
3b9063d3a0 chore(deps): bump tar from 7.4.3 to 7.5.7 in /core
Bumps [tar](https://github.com/isaacs/node-tar) from 7.4.3 to 7.5.7.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.4.3...v7.5.7)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-28 17:01:21 +00:00
Dallin Romney
57f26b2b9d docs: remove on-prem from secrets page 2026-01-28 00:09:29 -08:00
sarthakNITT
0829e72d70 chore: rerun CI checks 2026-01-28 12:34:50 +05:30
sarthakNITT
1958bc9497 chore: trigger CI 2026-01-28 12:22:23 +05:30
RomneyDa
8140ec89a2 Show x/y format for MCP server tools badge
- Update ToolPoliciesGroup to display enabled/total count
- Badge shows 'x/y' when some tools are excluded
- Badge shows 'x' when all tools are enabled (x === y)
- Changed badge min-width to accommodate longer text

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <noreply@continue.dev>
Co-authored-by: dallin <dallin@continue.dev>
2026-01-28 06:30:27 +00:00
sarthakNITT
363292bdef fix: Local setup screen input text is black on dark background 2026-01-28 11:54:16 +05:30
Dallin Romney
0b7fe4813c fix: also show underlying provider for open github issue 2026-01-27 21:53:15 -08:00
Dallin Romney
cb83600a40 fix: use underlying provider name for stream errors 2026-01-27 21:45:51 -08:00
dependabot[bot]
c7e9a92882 chore(deps): bump hono from 4.11.4 to 4.11.7 in /core
Bumps [hono](https://github.com/honojs/hono) from 4.11.4 to 4.11.7.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.11.4...v4.11.7)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.11.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-27 19:36:05 +00:00
snyk-bot
418fd0346e fix: upgrade ws from 8.18.0 to 8.19.0
Snyk has created this PR to upgrade ws from 8.18.0 to 8.19.0.

See this package in npm:
ws

See this project in Snyk:
https://app.snyk.io/org/continue-dev-inc.-default/project/7ff64b12-9373-49d8-a6a5-70de1609223c?utm_source=github&utm_medium=referral&page=upgrade-pr
2026-01-27 09:19:00 +00:00
snyk-bot
6516b9c628 fix: upgrade systeminformation from 5.27.14 to 5.30.0
Snyk has created this PR to upgrade systeminformation from 5.27.14 to 5.30.0.

See this package in npm:
systeminformation

See this project in Snyk:
https://app.snyk.io/org/continue-dev-inc.-default/project/7ff64b12-9373-49d8-a6a5-70de1609223c?utm_source=github&utm_medium=referral&page=upgrade-pr
2026-01-27 09:18:56 +00:00
shanevcantwell
939b44b39f fix: detect WSL remote for shell PATH resolution
When Windows host connects to WSL remote, getEnvPathFromUserShell() was
returning undefined because it checked only process.platform === "win32".

Add remoteName parameter to getEnvPathFromUserShell() and use the
isWindowsHostWithWslRemote pattern (consistent with resolveCommandForPlatform)
to allow shell PATH detection for WSL remotes.

Fixes #9737

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 18:51:11 -07:00
Dallin Romney
cfd9bc4e31 Merge pull request #9915 from continuedev/snyk-upgrade-c638d1795fc9bd208db2c6ea22e25ea0
[Snyk] Upgrade @tiptap/extension-text from 2.26.1 to 2.27.1
v1.5.39-beta.20260127 v1.5.39-beta.20260128
2026-01-26 13:49:52 -08:00
continue-staging[bot]
b8586d6d90 fix: pass GITHUB_TOKEN to vscode e2e tests for ripgrep download
The @vscode/ripgrep package requires authentication when downloading from
GitHub's API to avoid rate limiting (403 errors). This was causing flaky
test failures in vscode-e2e-tests.

Added github_token input to the run-vscode-e2e-test action and pass
CI_GITHUB_TOKEN to the e2e tests in pr-checks.yaml.

Generated with Continue

Co-Authored-By: Continue <noreply@continue.dev>
Co-authored-by: isabensusan <isabensusan@gmail.com>
2026-01-26 13:24:12 -08:00
Dallin Romney
a495aa256a Merge pull request #9923 from uinstinct/flaky-hubloader
fix(cli): flaky hub loader tests
2026-01-26 13:08:45 -08:00
Dallin Romney
986cf10944 chore: package lock update for tip tap bump 2026-01-26 13:00:43 -08:00
Dallin Romney
4b24af992b Merge pull request #9832 from continuedev/dallin/vs30jb59
chore: vscode 30, jetbrains 59
v1.3.30-vscode v1.0.59-jetbrains
2026-01-26 12:57:29 -08:00
Dallin Romney
3697d9f03a Merge pull request #9663 from eliasto/ovhcloud/update-models-and-tool-calling
feat: Add new OVHcloud models
2026-01-26 12:42:20 -08:00
uinstinct
2fb88307ca fix(cli): flaky hub loader tests 2026-01-26 21:21:32 +05:30
Nate Sesti
1521f831f0 Merge pull request #9914 from continuedev/nate/publish-staging-blueprint
Publish cn-staging blueprint on stable release
v1.5.39-beta.20260126
2026-01-26 01:00:37 -08:00
snyk-bot
aeee9b9670 fix: upgrade @tiptap/extension-text from 2.26.1 to 2.27.1
Snyk has created this PR to upgrade @tiptap/extension-text from 2.26.1 to 2.27.1.

See this package in npm:
@tiptap/extension-text

See this project in Snyk:
https://app.snyk.io/org/continue-dev-inc.-default/project/c5fb30df-a06c-44cb-83af-5ada5ff6e4a9?utm_source=github&utm_medium=referral&page=upgrade-pr
2026-01-26 08:27:06 +00:00