Commit Graph

195 Commits

Author SHA1 Message Date
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
Connor Moran
13f0ab5849 Updated @openapitools/openapi-generator-cli /binary/axios /core/vendor/tar-fs and added nodemodules gitignore in core/vendors 2025-05-20 13:32:22 -04:00
Patrick Erichsen
890c9b3e7b Merge branch 'main' into pe/apply-fixes-pt2 2025-05-16 15:06:51 -07:00
Patrick Erichsen
ceb92773e9 fix: apply insertion bug 2025-05-15 19:56:25 -07:00
Tomasz Stefaniak
acf1e30900 Merge branch 'main' into pr/5587 2025-05-15 15:56:03 -07:00
Patrick Erichsen
6953fc8ecd Merge pull request #5582 from continuedev/pe/ripgrep-download
feat: manual ripgrep downloads for JB
2025-05-09 13:13:35 -07:00
uinstinct
0d17575553 use npx and install cross-env as a dev depenendency
the run scripts fail as they use absolute path and expected cross-env to be shell command
2025-05-09 16:05:44 +05:30
Patrick Erichsen
22f6fdfa1b feat: better error handling around ripgrep 2025-05-08 18:56:14 -07:00
Patrick Erichsen
587459c007 feat: manual ripgrep downloads for JB 2025-05-08 18:47:13 -07:00
Tomasz Stefaniak
87c7f2d1bf improv: prevent logger from crashing when logs do not initially exist 2025-05-06 16:26:53 -07:00
Patrick Erichsen
1fd2ce90f2 feat: more visible assistant refresh + submenus 2025-04-30 10:51:15 -07:00
dependabot[bot]
0e58572be9 Bump @octokit/request from 8.4.0 to 8.4.1 in /binary
Bumps [@octokit/request](https://github.com/octokit/request.js) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/octokit/request.js/releases)
- [Commits](https://github.com/octokit/request.js/compare/v8.4.0...v8.4.1)

---
updated-dependencies:
- dependency-name: "@octokit/request"
  dependency-version: 8.4.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-29 00:16:49 +00:00
Nate Sesti
5562805b19 Merge pull request #5271 from PeterDaveHelloKitchen/UpdateNode.js
Update Node.js LTS to v20.19.0
2025-04-23 08:48:31 -07:00
Nate
7aed0b8c3e improved Start Core Dev Server 2025-04-22 12:51:38 -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
Patrick Erichsen
04f5e3e165 feat: assistant select refresh on right 2025-04-10 09:58:51 -07:00
Patrick Erichsen
7f8882eee1 feat: remove models property 2025-04-08 19:28:48 -07:00
Owen W. Taylor
e0ee0f63de LLMLogFormatter: rich logging to an output stream
Add a streaming implementation of rich LLM logging to use
if we don't have the webview connected; it converts the
LLMInteractionItems into a human-readable stream with
timestamps, handling of overlapping interactions, and so
forth.

Use this for the binary.
2025-04-07 14:11:38 -04:00
Owen W. Taylor
3553dfaae4 Add rich logging of LLM interactions
Instead of treating LLM logging as simply writing lines of text
sequentially, emit a stream of typed data objects that include
rich information about the interaction, such as timestamps,
message types, tool calls, etc.

These are then collected by a new custom webview in the vscode
extension (the "Continue Console"), allowing a user or developer
to browse through the different interactions and view them in detail.
In progress interactions are now streamed live, instead of being held back
to avoid concurrency issues.

This webview could be also exposed for IntelliJ or file logging
could be reimplemented on top of the new framework.
2025-04-07 14:11:38 -04:00
Nate Sesti
ae59e597da Merge pull request #4974 from continuedev/tomasz/if-rules
Tomasz/if rules
2025-04-03 20:51:27 -07:00
tomasz-io
384fb562e5 fix: dependencies 2025-04-03 15:47:12 -07:00
chezsmithy
d04b7eecb9 feat/bedrock-prompt-caching 2025-04-02 00:38:56 -07:00
dependabot[bot]
41b571e1cb Bump tar-fs from 2.1.1 to 2.1.2 in /binary
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.2.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v2.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-28 23:04:36 +00:00
Nate
8320d0aa0c use compress option on pkg 2025-03-25 01:04:33 -07:00
Patrick Erichsen
b82d29c2df feat: profiles slice 2025-03-21 15:11:57 -07:00
aadarshkt
c8d7e1c041 Reduce the click area of "click-to-re-index. 2025-03-18 12:44:46 +05:30
ferenci84
bb9ab5e871 update Bedrock and fix types 2025-03-09 12:21:31 +01:00
=
e9bfccd278 prompt logs cross platform 2025-02-28 17:45:13 -08:00
=
c388e47cd5 jetbrains cross env support for CE 2025-02-28 17:25:35 -08:00
Andres Smith
e557c139d3 Fix renderInlineAs 2025-02-28 00:04:05 +01:00
Nate
8dd3e409b5 remove feature flags 2025-02-26 00:45:17 -08:00
Nate
1e39df3632 updates for on-prem-proxy 2025-02-23 20:04:31 -08:00
Dallin Romney
e8f6cf9bd1 Revert "Merge branch 'main' of https://github.com/continuedev/continue into dallin/model-toggles"
This reverts commit 1b76237b4b, reversing
changes made to 6e46bf0135.
2025-02-21 13:48:35 -08:00
Dallin Romney
1b76237b4b Merge branch 'main' of https://github.com/continuedev/continue into dallin/model-toggles 2025-02-21 13:45:13 -08:00
Dallin Romney
6e46bf0135 re-add package json thingy 2025-02-21 12:48:52 -08:00
Dallin Romney
86ff6f7d4a Update package.json 2025-02-21 12:04:11 -08:00
Dallin Romney
a8a8607456 quick build 2025-02-21 11:17:23 -08:00
Nate
2cbea9e3e1 update url, implement in intellij 2025-02-13 10:39:42 -08:00
tomasz-io
6e71d92283 Reapply "improv: upgrade esbuild"
This reverts commit 0e7ea0fdb0.
2025-02-12 13:44:04 -08:00
tomasz-io
0e7ea0fdb0 Revert "improv: upgrade esbuild"
This reverts commit 0ef4d66016.
2025-02-12 13:39:04 -08:00
tomasz-io
0ef4d66016 improv: upgrade esbuild 2025-02-12 13:32:16 -08:00
Nate
a79bdda868 update package-lock 2025-02-11 22:15:33 -08:00
Patrick Erichsen
b1649e2627 Merge pull request #4019 from continuedev/pe/win-arm64-lancedb-pt2
feat: use @lancedb/vectordb-win32-arm64-msvc
2025-02-11 10:24:30 -08:00
Patrick Erichsen
f4a11e7603 use correct .tar.gz 2025-02-10 18:26:48 -08:00