Commit Graph

  • 737ac6fc7b Add detailed logging for metadata endpoint requests Nate 2026-01-25 23:17:17 -08:00
  • 5f370df867 Merge branch 'main' into ovhcloud/update-models-and-tool-calling Dallin Romney 2026-01-25 22:16:10 -08:00
  • 68a0e4bf85 Merge pull request #9740 from shanevcantwell/fix/wsl-mcp-spawn Dallin Romney 2026-01-25 22:08:05 -08:00
  • f59d13329e Merge pull request #9893 from continuedev/dependabot/npm_and_yarn/packages/fetch/lodash-4.17.23 @continuedev/fetch@1.9.0 Dallin Romney 2026-01-25 22:04:50 -08:00
  • 28adea01b0 Merge pull request #9845 from continuedev/snyk-upgrade-af8c4b0370632aeaecd3bc9a09696db4 Dallin Romney 2026-01-25 21:55:53 -08:00
  • 9aa112124f Merge pull request #9834 from continuedev/dependabot/npm_and_yarn/binary/lodash-4.17.23 Dallin Romney 2026-01-25 21:55:19 -08:00
  • 0e5d8c0772 Merge pull request #9833 from continuedev/dependabot/npm_and_yarn/core/lodash-4.17.23 Dallin Romney 2026-01-25 21:55:02 -08:00
  • 1c7aacae34 Merge pull request #9828 from alex-mcgraw-askSage/asksage-cli-integration Dallin Romney 2026-01-25 21:54:22 -08:00
  • 62235c10bf Merge pull request #9810 from uinstinct/cli-terminal-wsl Dallin Romney 2026-01-25 21:53:31 -08:00
  • d90c5f8239 Merge pull request #9899 from continuedev/fix/agent-iscomplete-metadata v1.5.38 Nate Sesti 2026-01-25 20:42:27 -08:00
  • ebc81a6228 Fix: Set isComplete=true after agent turn ends without tool calls Nate 2026-01-25 20:19:06 -08:00
  • 52cf11f6f6 chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /packages/fetch dependabot[bot] 2026-01-26 00:14:33 +00:00
  • 6863397ff1 Merge pull request #9892 from continuedev/fix/agent-iscomplete-metadata v1.5.37 Nate Sesti 2026-01-25 16:10:06 -08:00
  • b65f44027a fix: Replace console.debug with logger in exit tool Nate 2026-01-25 16:07:54 -08:00
  • d865b5c4b6 Remove debug logging from serve.ts Nate 2026-01-25 15:57:19 -08:00
  • 65a1e1500b fix: Set isComplete metadata when agents finish execution Nate 2026-01-25 15:47:56 -08:00
  • 653eb4bcfb CLA signed in $pullRequestNo github-actions[bot] 2026-01-24 20:06:10 +00:00
  • e5afc41492 fix: upgrade @huggingface/jinja from 0.1.3 to 0.5.3 snyk-bot 2026-01-24 07:46:52 +00:00
  • 88d77d518f CLA signed in $pullRequestNo github-actions[bot] 2026-01-24 04:23:28 +00:00
  • 63a8f8cc05 fixed the finish_reason bug; was being determined by rawToolCalls, when it should have been determined by validToolCalls in case all of the raw tool calls were filtered out because of malformed responses Alex McGraw 2026-01-23 15:25:17 -06:00
  • 46991c1d05 chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /binary dependabot[bot] 2026-01-23 21:13:34 +00:00
  • 0425f6eabc Merge pull request #9830 from continuedev/dependabot/npm_and_yarn/gui/lodash-4.17.23 v1.5.36-beta.20260125 v1.5.36-beta.20260124 Dallin Romney 2026-01-23 13:11:26 -08:00
  • a4f0e7b844 chore(deps): bump lodash from 4.17.21 to 4.17.23 in /core dependabot[bot] 2026-01-23 21:08:16 +00:00
  • 7f6e995fdb Merge pull request #9803 from continuedev/dependabot/npm_and_yarn/docs/lodash-4.17.23 Dallin Romney 2026-01-23 13:06:32 -08:00
  • 261d2a6e7f Merge pull request #9817 from continuedev/snyk-upgrade-10c5329557b1201c4fdab5df81b86044 Dallin Romney 2026-01-23 13:01:54 -08:00
  • 5492a95ced chore: vscode 30, jetbrains 59 Dallin Romney 2026-01-23 12:24:16 -08:00
  • 87bd1834b8 chore(deps): bump lodash from 4.17.21 to 4.17.23 in /gui dependabot[bot] 2026-01-23 18:24:45 +00:00
  • b8a40e3a12 refactor some interface imports, and fixed a bug in the CLI tooling. File reads weren't working, but now are. Alex McGraw 2026-01-23 12:22:49 -06:00
  • 73937759ce chore: add other tiptap bump and package lock updates Dallin Romney 2026-01-23 10:22:31 -08:00
  • 363c3c7e72 Merge pull request #9743 from silencezhoudev/main v1.5.36 Dallin Romney 2026-01-23 10:20:40 -08:00
  • 43a759d72d fix: upgrade @tiptap/extension-paragraph from 2.26.1 to 2.27.1 snyk-bot 2026-01-23 09:06:30 +00:00
  • a9ae4205e1 feat(cli): detect wsl and spawn appropriate shell uinstinct 2026-01-23 11:56:56 +05:30
  • 3d8daf71a2 chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /docs dependabot[bot] 2026-01-23 01:27:23 +00:00
  • 46dc45ae32 Merge pull request #9802 from continuedev/dependabot/npm_and_yarn/extensions/cli/lodash-4.17.23 v1.5.35-beta.20260123 Dallin Romney 2026-01-22 17:25:46 -08:00
  • 9e07c1f988 Merge pull request #9757 from alex-mcgraw-askSage/patch-1 Dallin Romney 2026-01-22 17:25:29 -08:00
  • 9adf4220d9 chore(deps): bump lodash from 4.17.21 to 4.17.23 in /extensions/cli dependabot[bot] 2026-01-22 22:58:08 +00:00
  • 45218e923b Merge pull request #9772 from continuedev/dependabot/npm_and_yarn/packages/fetch/lodash-es-4.17.23 @continuedev/fetch@1.8.0 Dallin Romney 2026-01-22 14:56:38 -08:00
  • f5b1d57b1e Merge pull request #9719 from alex-mcgraw-askSage/asksage-cli-integration Dallin Romney 2026-01-22 14:55:54 -08:00
  • 1a848432b9 Merge pull request #9576 from uinstinct/remove-rule-button Dallin Romney 2026-01-22 14:49:34 -08:00
  • 71c04d9b74 Merge pull request #9653 from continuedev/snyk-upgrade-40804e07f4562cc2783df9263cd9925a Dallin Romney 2026-01-22 14:48:15 -08:00
  • cbc00248e0 chore(deps-dev): bump lodash-es in /packages/fetch dependabot[bot] 2026-01-22 22:33:29 +00:00
  • 0936c36930 Merge pull request #9781 from continuedev/dependabot/npm_and_yarn/lodash-4.17.23 Dallin Romney 2026-01-22 14:32:13 -08:00
  • 7a368da606 Merge pull request #9774 from continuedev/dependabot/npm_and_yarn/extensions/cli/lodash-es-4.17.23 Dallin Romney 2026-01-22 14:31:59 -08:00
  • 0d5a615191 Merge pull request #9775 from continuedev/dependabot/npm_and_yarn/packages/openai-adapters/lodash-es-4.17.23 Dallin Romney 2026-01-22 14:30:54 -08:00
  • 2316d1cc30 Merge pull request #9773 from continuedev/dependabot/npm_and_yarn/packages/config-yaml/lodash-es-4.17.23 Dallin Romney 2026-01-22 14:30:29 -08:00
  • 29aa68275e Merge pull request #9567 from continuedev/dallin/compaction-fixes-2 Nate Sesti 2026-01-22 13:15:07 -08:00
  • 74095d90ca chore: retrigger CI (clean run) shanevcantwell 2026-01-22 13:00:01 -07:00
  • 8ba6f0f703 chore: rerun ci sarthakNITT 2026-01-23 00:57:00 +05:30
  • c0a930919f fix: linting issue mising parallel count Dallin Romney 2026-01-22 11:21:30 -08:00
  • 92af1a24cb chore: empty commit sarthakNITT 2026-01-23 00:47:27 +05:30
  • a21eb151d3 fix: command fixed in contributing file (#9715) Sarthak Karode 2026-01-23 00:33:29 +05:30
  • a5be2bef06 Merge pull request #9798 from continuedev/nate/docs-updates-2 Nate Sesti 2026-01-22 10:32:43 -08:00
  • b73fefe700 fix: update ide-extensions link to point to quick-start page Nate 2026-01-22 10:31:00 -08:00
  • cc39ed8149 docs: add extension features and customization links to index Nate 2026-01-22 10:27:20 -08:00
  • 055214a069 chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 dependabot[bot] 2026-01-22 04:38:44 +00:00
  • 1b1565646b Merge pull request #9696 from uinstinct/cli-agent-skills v1.5.35-beta.20260122 Nate Sesti 2026-01-21 20:34:27 -08:00
  • 30d7fe75dd test: fix comapction tests etc Dallin Romney 2026-01-21 18:31:02 -08:00
  • f1527e761c chore: remove error message part explaining env vars Dallin Romney 2026-01-21 17:54:56 -08:00
  • 1d8aa4b1e4 test: fix tests for change from 20k to 15k autocompaction buffer Dallin Romney 2026-01-21 17:42:48 -08:00
  • c754289118 feat: proportional output truncation for read and bash Dallin Romney 2026-01-21 17:37:17 -08:00
  • b4bc3aedaa fix: account for different tokenizers Dallin Romney 2026-01-21 16:35:52 -08:00
  • 8494a27b0e Merge branch 'main' of https://github.com/continuedev/continue into dallin/compaction-fixes-2 Dallin Romney 2026-01-21 16:13:24 -08:00
  • 4d358b1a68 chore(deps-dev): bump lodash-es in /packages/openai-adapters dependabot[bot] 2026-01-22 00:04:28 +00:00
  • 01e2535cba chore(deps-dev): bump lodash-es in /extensions/cli dependabot[bot] 2026-01-21 23:53:02 +00:00
  • dac5022d34 chore(deps-dev): bump lodash-es in /packages/config-yaml dependabot[bot] 2026-01-21 23:49:38 +00:00
  • 9a13e931df chore: trigger CI re-run shanevcantwell 2026-01-21 12:32:54 -07:00
  • 1393d28d29 Update docs/customize/model-providers/more/asksage.mdx alex-mcgraw-askSage 2026-01-21 10:17:19 -06:00
  • b4d3844577 few fixes regarding some things the cubic ai found. streamed tools were being squashed into one index, but now each tool call will have its own index, and fixed a token caching issue where if the token creation failed, the promise isn't saved in cache Alex McGraw 2026-01-21 10:05:05 -06:00
  • 326d57c51e Update asksage.mdx alex-mcgraw-askSage 2026-01-21 09:17:24 -06:00
  • a552dfd964 CLA signed in $pullRequestNo github-actions[bot] 2026-01-21 10:17:16 +00:00
  • 82f6f69522 fix: support object-type arguments in tool call parsing silencezhoudev 2026-01-21 18:16:12 +08:00
  • 1219985ce1 fix: skip cmd.exe wrapping for MCP servers when Windows host connects to WSL shanevcantwell 2026-01-21 01:32:12 -07:00
  • ff0b412973 CLA signed in $pullRequestNo github-actions[bot] 2026-01-21 05:42:08 +00:00
  • b0fb345681 Continue CLI support provider Ask Sage Alex McGraw 2026-01-20 16:25:32 -06:00
  • ad1578e073 fix: improve error messages for invalid rule files sarthakNITT 2026-01-21 02:17:47 +05:30
  • a3b085c7c7 add tests for skill.ts uinstinct 2026-01-20 13:41:25 +05:30
  • 62a287894c add tests for loadMarkdownSkill uinstinct 2026-01-20 13:34:44 +05:30
  • 3ab5b5992b feat(cli): agent skills uinstinct 2026-01-20 13:25:56 +05:30
  • d95384f612 Merge pull request #9082 from uinstinct/retry-overloaded v1.5.35-beta.20260121 v1.5.35-beta.20260120 Dallin Romney 2026-01-19 22:40:55 -08:00
  • 8066540251 Merge pull request #9465 from uinstinct/compact-conversation-toolcall Dallin Romney 2026-01-19 22:36:13 -08:00
  • 754434dc2f Merge pull request #9679 from shanevcantwell/fix/wsl-shell-selection Dallin Romney 2026-01-19 22:11:27 -08:00
  • 6cb5f83748 chore: package lock update Dallin Romney 2026-01-19 22:08:42 -08:00
  • ce0602e5be ci: retrigger after hub 502 shanevcantwell 2026-01-19 18:21:07 -07:00
  • 5e57866172 Merge pull request #9682 from continuedev/nate/cn-docs v1.5.35 Nate Sesti 2026-01-19 13:40:48 -08:00
  • 05fe74ad95 Merge pull request #9681 from continuedev/revert-9680-revert-9539-nate/ide-extension-docs Nate Sesti 2026-01-19 13:40:36 -08:00
  • a3c46edb33 fix mission control link Nate 2026-01-19 13:38:46 -08:00
  • 03e3721224 remove esoteric cli config page Nate 2026-01-19 13:35:13 -08:00
  • 7129415db0 fix: resolve IDE Extensions tab navigation in docs Nate 2026-01-19 13:34:42 -08:00
  • 9f32e38158 Revert "Revert "docs: create IDE Extensions tab with Customize and Reference sections"" Nate Sesti 2026-01-19 13:23:53 -08:00
  • 2a99bffd2d Merge pull request #9680 from continuedev/revert-9539-nate/ide-extension-docs Nate Sesti 2026-01-19 13:23:48 -08:00
  • 9e3ea2c163 Revert "docs: create IDE Extensions tab with Customize and Reference sections" Nate Sesti 2026-01-19 13:23:33 -08:00
  • 337b5c0e4e Merge pull request #9539 from continuedev/nate/ide-extension-docs Nate Sesti 2026-01-19 13:07:10 -08:00
  • 6c0f71f8d2 Merge pull request #9672 from uinstinct/gradient-border Nate Sesti 2026-01-19 11:23:13 -08:00
  • 7f46011e7c fix: show full right side gradient border uinstinct 2026-01-20 00:35:38 +05:30
  • c565bdc464 fix: use ide.runCommand when Windows host connects to WSL shanevcantwell 2026-01-19 10:55:16 -07:00
  • 9600876ed9 CLA signed in $pullRequestNo github-actions[bot] 2026-01-19 16:59:13 +00:00
  • a6e5ef405c feat: Edit documentation Elias TOURNEUX 2026-01-19 10:43:28 -05:00
  • 9b5fd01cf3 CLA signed in $pullRequestNo github-actions[bot] 2026-01-19 15:41:56 +00:00
  • 9c2ffde418 feat: Add new OVHcloud models Elias TOURNEUX 2026-01-19 10:39:17 -05:00
  • 904357d06c verify that deleted filepath is a rules file uinstinct 2026-01-19 19:47:59 +05:30