@continuedev/fetch 1.0.15 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1177 -0
- package/dist/fetch.e2e.test.js +356 -0
- package/dist/fetch.js +22 -2
- package/dist/ssl-certificate.test.d.ts +1 -0
- package/dist/ssl-certificate.test.js +231 -0
- package/dist/stream.js +7 -1
- package/dist/stream.test.js +5 -1
- package/package.json +9 -3
- package/src/fetch.e2e.test.ts +518 -0
- package/src/fetch.ts +23 -2
- package/src/ssl-certificate.test.ts +301 -0
- package/src/stream.test.ts +8 -1
- package/src/stream.ts +11 -1
- package/vitest.config.ts +3 -0
- package/dist/fetch.test.js +0 -130
- package/src/node_modules/.vite/vitest/d41d8cd98f00b204e9800998ecf8427e/results.json +0 -1
- package/src/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +0 -1
- /package/dist/{fetch.test.d.ts → fetch.e2e.test.d.ts} +0 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1177 @@
|
|
|
1
|
+
# [1.1.0](https://github.com/continuedev/continue/compare/@continuedev/fetch@1.0.16...@continuedev/fetch@1.1.0) (2025-09-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* -v means --version, not --verbose ([2f82821](https://github.com/continuedev/continue/commit/2f82821f30a56d1e37e666afa01476df7eccefe7))
|
|
7
|
+
* :ambulance: Fix bedrock conversation prompt caching ([7725a6f](https://github.com/continuedev/continue/commit/7725a6f01889377c80cbaada962f8bb3da3ea2b7))
|
|
8
|
+
* :ambulance: Move to background ([#6817](https://github.com/continuedev/continue/issues/6817)) ([314c418](https://github.com/continuedev/continue/commit/314c418bd1c3478c1384c7f2402ca95efa9a7b1b))
|
|
9
|
+
* :art: ([197479c](https://github.com/continuedev/continue/commit/197479c69d893cff3b80ed2428d86af8cb8b11a5))
|
|
10
|
+
* :art: Fix typescript error ([33b23ae](https://github.com/continuedev/continue/commit/33b23ae09ee19034ac136e558cb5f3d258ef3dcf))
|
|
11
|
+
* :art: prettier ([5fff215](https://github.com/continuedev/continue/commit/5fff215e0b00e05922db237f8cb71510718012f8))
|
|
12
|
+
* :art: Prettier ([e3b9eda](https://github.com/continuedev/continue/commit/e3b9edaa0c975b2b562eaed2011e8f47cba52e9a))
|
|
13
|
+
* :art: Prettier ([68fd28f](https://github.com/continuedev/continue/commit/68fd28fece115f70d463217d47f692e2972d5d5a))
|
|
14
|
+
* :art: Prettier ([7dd48d3](https://github.com/continuedev/continue/commit/7dd48d3689fa2183464eae5c58a2245a984fd1eb))
|
|
15
|
+
* :art: Prettier and Linting ([7ffc6fb](https://github.com/continuedev/continue/commit/7ffc6fb67ddec4fd3b34afdaa936f437a0c9b19c))
|
|
16
|
+
* :art: Prettier and Typescript fixes ([143f912](https://github.com/continuedev/continue/commit/143f912df1c12c513d62da56bc8ff12086b37043))
|
|
17
|
+
* :art: Prettier fixes ([c78db09](https://github.com/continuedev/continue/commit/c78db090371fa8b5d1d28e70292785d741785a76))
|
|
18
|
+
* :bug: Fix CodebaseIndexer Bugs ([#6890](https://github.com/continuedev/continue/issues/6890)) ([7d97866](https://github.com/continuedev/continue/commit/7d9786606fb93266b37ff7b5a673fa3142af0682))
|
|
19
|
+
* :bug: Fix failing test ([ab8babb](https://github.com/continuedev/continue/commit/ab8babbb097281efed01746e2ebc4291bb32d82a))
|
|
20
|
+
* :bug: Fix issue with streaming toolbar ([3ca3897](https://github.com/continuedev/continue/commit/3ca38974631330356841d721fa583334131bf559))
|
|
21
|
+
* :bug: Fix lsTool Exclusions ([f9c734f](https://github.com/continuedev/continue/commit/f9c734f251599278d5525feb156ea6b71661e21c))
|
|
22
|
+
* :bug: Fix platform specific tests ([e2692ca](https://github.com/continuedev/continue/commit/e2692cae792f535bfd2fcaebdd9406a4f5549e43))
|
|
23
|
+
* :bug: Fix rebase issues ([6e0775b](https://github.com/continuedev/continue/commit/6e0775b0ce414942433c42136a0e4830206c0ee4))
|
|
24
|
+
* :bug: Fix terminal use without a workspace ([e7d82a6](https://github.com/continuedev/continue/commit/e7d82a6290b0954280e03580220b51aa7ed50ff5))
|
|
25
|
+
* :bug: Fix the cli terminal shell ([02718b9](https://github.com/continuedev/continue/commit/02718b9343f457a0349c27bd040dc1fb6dcda6cf))
|
|
26
|
+
* :bug: Fixes based on reviewer comments ([acbba9b](https://github.com/continuedev/continue/commit/acbba9b7d084e83dced1dbdb28ee6f4b90ed8814))
|
|
27
|
+
* :bug: Further platform specific test fixes ([149ec1e](https://github.com/continuedev/continue/commit/149ec1e9aff272e9d917a078b8b6ffe23cac483a))
|
|
28
|
+
* :bug: More cross platform fixes ([3a4f683](https://github.com/continuedev/continue/commit/3a4f683bed1a0da04988fcda3284a50c75f023c9))
|
|
29
|
+
* :bug: More windows specific fixes for powershell ([882cbc9](https://github.com/continuedev/continue/commit/882cbc96d431abd43314df0d064293d6b1cab1e0))
|
|
30
|
+
* :bug: Project structure creation with bare codeblocks is breaking markdown display and creation ([00fc90b](https://github.com/continuedev/continue/commit/00fc90badca92b6d03c40eb2e2e3462ba3213aaf))
|
|
31
|
+
* :bug: Remove head tool and move range tool to experimental ([c596f8b](https://github.com/continuedev/continue/commit/c596f8b872943e3936bdcf551ed3fc17fd6e1577))
|
|
32
|
+
* :bug: Resolve comments from review ([0660687](https://github.com/continuedev/continue/commit/066068765341fa02b927336052455ab782a13900))
|
|
33
|
+
* :bug: Restore files ([e2e5730](https://github.com/continuedev/continue/commit/e2e57302154dfc004bd28123cf29f991c3273457))
|
|
34
|
+
* :bug: Simplify tests ([a568a28](https://github.com/continuedev/continue/commit/a568a28ea84085e2fa9087406295f773d382a6a6))
|
|
35
|
+
* :bug: Update tests with longer timeouts ([fe8548e](https://github.com/continuedev/continue/commit/fe8548e55fc6e9fa05fdc28a203a00a194d98d70))
|
|
36
|
+
* :bug: Use login shell and powershell ([#6850](https://github.com/continuedev/continue/issues/6850)) ([1ef2c0d](https://github.com/continuedev/continue/commit/1ef2c0da01de90960da2c6b26d42b5c3a15b9029))
|
|
37
|
+
* :green_heart: Fix Builds ([#6933](https://github.com/continuedev/continue/issues/6933)) ([42ea4b2](https://github.com/continuedev/continue/commit/42ea4b2d7ec45df7c67e532b31903bfb72e277f0))
|
|
38
|
+
* :green_heart: Retry failing builds ([a8ff087](https://github.com/continuedev/continue/commit/a8ff08788f51a45c0776d70258465010dd6559eb))
|
|
39
|
+
* :label: Fixed typescript errors ([37ef320](https://github.com/continuedev/continue/commit/37ef32021d45ab6cb1b5ef5a491c4a8eb35aa938))
|
|
40
|
+
* :lipstick: Align component styles ([19f58d4](https://github.com/continuedev/continue/commit/19f58d435f572eb329ac836744e2f3b51ddc7bfb))
|
|
41
|
+
* :lipstick: Fix border width, and status separator ([b56cbf2](https://github.com/continuedev/continue/commit/b56cbf269d8f967b7a2f3ba6262ff39207bb362e))
|
|
42
|
+
* :lipstick: Fix the enter button foreground color ([#6927](https://github.com/continuedev/continue/issues/6927)) ([aee2673](https://github.com/continuedev/continue/commit/aee26730336f3d357785418f06f425ef36ed48e3))
|
|
43
|
+
* :lipstick: Fix theme colors and prettier ([18eaabd](https://github.com/continuedev/continue/commit/18eaabdfb65b8d1caa9907d0a6970d0357e7d47c))
|
|
44
|
+
* :lipstick: Update to tailwind styles per feedback ([54fde47](https://github.com/continuedev/continue/commit/54fde47f3c30a22afd87c1281d9db90a0dd8e1a7))
|
|
45
|
+
* :lock: Simpler fix to exclude search_web tool to signed in users ([#7165](https://github.com/continuedev/continue/issues/7165)) ([a4c4f79](https://github.com/continuedev/continue/commit/a4c4f79fd07d7b542748db6eda2c2b4fc3dacfdf))
|
|
46
|
+
* :pencil2: Fix typo in No Parallel Tool Calling Instruction ([7b419f5](https://github.com/continuedev/continue/commit/7b419f5afe615e441cec880cb23c79638f5edab6))
|
|
47
|
+
* :white_check_mark: Prettier and test fixes ([7fdce04](https://github.com/continuedev/continue/commit/7fdce04449ca815b835ca3a480a40c20995c2dcc))
|
|
48
|
+
* /exit command ([7c62160](https://github.com/continuedev/continue/commit/7c6216084da1564f1e4b800d5a923acb3cafcf38))
|
|
49
|
+
* /help tests ([9ed7001](https://github.com/continuedev/continue/commit/9ed7001ae3ed7a1b1c671512b2a30d98eb4812a9))
|
|
50
|
+
* abort controller before clearing ([5b9fecc](https://github.com/continuedev/continue/commit/5b9feccc69efa8631258c499b461f9ed7a25df09))
|
|
51
|
+
* abort2error during stream fim ([382b42d](https://github.com/continuedev/continue/commit/382b42d092bca1cd39549143a7a1c82d73fe53e4))
|
|
52
|
+
* accepting next edit does not count as typing ([ffa1d64](https://github.com/continuedev/continue/commit/ffa1d64a554ab470f38be75e14da303e7786155c))
|
|
53
|
+
* actually update the recently edited ranges ([895c285](https://github.com/continuedev/continue/commit/895c2855145d1f33fcde3f57f2337d1a171c1c4a))
|
|
54
|
+
* add /clear command to clear chat history ([3782732](https://github.com/continuedev/continue/commit/378273239b32fce735266cb4835512f5c547a86d))
|
|
55
|
+
* add a newline accordingly ([eddb7bf](https://github.com/continuedev/continue/commit/eddb7bf1f2213537717ff64162e8429faf59e51c))
|
|
56
|
+
* Add apiBase to remote instance config ([219b13a](https://github.com/continuedev/continue/commit/219b13a879a2b57f768ac8f453e8d6703a0a4817))
|
|
57
|
+
* add cookie banner to docs ([87c48cd](https://github.com/continuedev/continue/commit/87c48cddfbd42cabcfe6d3e76ee91422ebd349a6))
|
|
58
|
+
* add dependency ([c6accdd](https://github.com/continuedev/continue/commit/c6accdde4e4928749361c5fefa4385342fe03a32))
|
|
59
|
+
* add description ([a902d01](https://github.com/continuedev/continue/commit/a902d018f618c7feca63b0983a06e16bce6ed771))
|
|
60
|
+
* add Enter Enterprise License Key action ([#7159](https://github.com/continuedev/continue/issues/7159)) ([103a98c](https://github.com/continuedev/continue/commit/103a98cb90b510b5315879c8d6138a729fa2dd0c))
|
|
61
|
+
* Add file tests + migrate to IntelliJ Platform Gradle Plugin v2 ([5f647af](https://github.com/continuedev/continue/commit/5f647afdf2f81a56a8c236746b1e0de39c925f3d)), closes [/github.com/continuedev/continue/pull/6431#issuecomment-3031838189](https://github.com//github.com/continuedev/continue/pull/6431/issues/issuecomment-3031838189)
|
|
62
|
+
* Add JCEF not supported warning ([#6762](https://github.com/continuedev/continue/issues/6762)) ([621e1db](https://github.com/continuedev/continue/commit/621e1dbf6bdd16183ed4e80e37fb49c15bc7f369)), closes [#5107](https://github.com/continuedev/continue/issues/5107) [#4598](https://github.com/continuedev/continue/issues/4598) [#649](https://github.com/continuedev/continue/issues/649) [#596](https://github.com/continuedev/continue/issues/596)
|
|
63
|
+
* add json flag ([2bf6034](https://github.com/continuedev/continue/commit/2bf6034068a0a996a012c0a4601685aaa22b12a0))
|
|
64
|
+
* add keyboard interruption handler until tui starts ([af58394](https://github.com/continuedev/continue/commit/af58394ae0d723c5a722b8aebb9371e4a92a1402))
|
|
65
|
+
* Add logging of Continue binary IO ([#6658](https://github.com/continuedev/continue/issues/6658)) ([5d45c46](https://github.com/continuedev/continue/commit/5d45c46afeb0050c1a9a5b24b4786707b5fcec8c))
|
|
66
|
+
* add maximum 4 cache control blocks for anthropic ([#6937](https://github.com/continuedev/continue/issues/6937)) ([217b463](https://github.com/continuedev/continue/commit/217b463ede2945c0a443b34edd71ad39f91d2ce5))
|
|
67
|
+
* add missing items type definition for edits array in multiEdit tool ([da25cd0](https://github.com/continuedev/continue/commit/da25cd0c5e06628dabd0e952fc0f961ae486239f))
|
|
68
|
+
* add missing modelProvider and modelName to nextEditWithHistory event ([217aa2d](https://github.com/continuedev/continue/commit/217aa2d265322b0428fabed17eec84d09369d77b))
|
|
69
|
+
* add missing token ([833443c](https://github.com/continuedev/continue/commit/833443cacfb9941fa5f34edcc78044568542dec7))
|
|
70
|
+
* Add missing transform option to YAML autocomplete configuration ([508229f](https://github.com/continuedev/continue/commit/508229feedb18efe2a38330f98033c1488ec3d88))
|
|
71
|
+
* Add ModelRecommendations component for central updating ([#7457](https://github.com/continuedev/continue/issues/7457)) ([8cedf06](https://github.com/continuedev/continue/commit/8cedf06c1f04c131d2a70c50f572b9f8da446c73))
|
|
72
|
+
* add more time ([945cd4a](https://github.com/continuedev/continue/commit/945cd4a8542ec35130c26d0a0056f3daee84ea3b))
|
|
73
|
+
* add more time ([afbcb58](https://github.com/continuedev/continue/commit/afbcb58b6a889c0d4f665cc386f73ac6834a0b8e))
|
|
74
|
+
* add oai key to release flow ([bfe930b](https://github.com/continuedev/continue/commit/bfe930b05d709cebf9793f084b272e34fd2e1d44))
|
|
75
|
+
* add redirect for old next-edit path to new location ([eee1001](https://github.com/continuedev/continue/commit/eee1001867e6d9330f35bacfd610767887aee21d))
|
|
76
|
+
* add Run Extension (standalone) config ([#7329](https://github.com/continuedev/continue/issues/7329)) ([36fe993](https://github.com/continuedev/continue/commit/36fe993a91f0228d8ade9b577634503a870ed929))
|
|
77
|
+
* add terminal-security package to CI build script ([47997af](https://github.com/continuedev/continue/commit/47997af99ef74ae9818353faeacef6cc3d7e7139))
|
|
78
|
+
* add the missing EP to add license action ([28ff456](https://github.com/continuedev/continue/commit/28ff45686f6dd22993c88f011eb1f1fba9ece34d))
|
|
79
|
+
* add the missing EP to add license action ([a378252](https://github.com/continuedev/continue/commit/a3782529218188445a57f498e839d4f890595166))
|
|
80
|
+
* Add timeout to CLI commands to prevent workflow hanging ([6c8c6ca](https://github.com/continuedev/continue/commit/6c8c6ca9d9a858fa17c4a3dfb456e4198564602f))
|
|
81
|
+
* Add TTY environment detection to prevent CI failures ([16c01b3](https://github.com/continuedev/continue/commit/16c01b3507e0fc596cfce9e4b5833239f656df41))
|
|
82
|
+
* add vscode question ([2a20d27](https://github.com/continuedev/continue/commit/2a20d2769134c49d587bb9e28260eb8689eb9c6e))
|
|
83
|
+
* added Process env secret key support ([00b43f0](https://github.com/continuedev/continue/commit/00b43f04a005bbad5fccfbd2e37fa014d24beeee))
|
|
84
|
+
* additional filter for apply / edit ([e475fb1](https://github.com/continuedev/continue/commit/e475fb1bdb98b1b9467def5fee0e0ee2cc25568b))
|
|
85
|
+
* address ai feedback ([c916be3](https://github.com/continuedev/continue/commit/c916be3b7885f2f55b229b1b8e5aad16eec0c1e6))
|
|
86
|
+
* address bot feedback ([3b6a290](https://github.com/continuedev/continue/commit/3b6a290121d03141471b0ce391f8f679d2157edb))
|
|
87
|
+
* address failing tests ([967f7b5](https://github.com/continuedev/continue/commit/967f7b5850898abdbbf7e9ac1aa2145dc5977173))
|
|
88
|
+
* address feedback ([94d1d9c](https://github.com/continuedev/continue/commit/94d1d9cf3a93123b11bebfbdf75f0ef5b4411deb))
|
|
89
|
+
* address feedback ([f9c36e2](https://github.com/continuedev/continue/commit/f9c36e2d2fcc01a1a265f962b5715c89758e0cc7))
|
|
90
|
+
* address feedback ([ea98051](https://github.com/continuedev/continue/commit/ea9805120c0e3a056c736f7b7f325bd32943f824))
|
|
91
|
+
* address feedback ([3d8eb90](https://github.com/continuedev/continue/commit/3d8eb9086ddde22e09e71ff87d1fcc6f30f18a67))
|
|
92
|
+
* address feedback ([af5766d](https://github.com/continuedev/continue/commit/af5766d63940f84e14c885550a3703038ff2ae79))
|
|
93
|
+
* address feedback ([f5065ab](https://github.com/continuedev/continue/commit/f5065abf41f47c0a1facfb134fc401620088f5bc))
|
|
94
|
+
* address feedback ([826182c](https://github.com/continuedev/continue/commit/826182ceec0e86eaeda8d4ef0e157f1cddd011ef))
|
|
95
|
+
* address feedback ([feefb7d](https://github.com/continuedev/continue/commit/feefb7d5c2cae3b37816a91aa6238b03746bd40e))
|
|
96
|
+
* address feedback ([49ff600](https://github.com/continuedev/continue/commit/49ff60026c736be6c8b8958d5228e4d0c2ccbd94))
|
|
97
|
+
* address feedback ([73135ff](https://github.com/continuedev/continue/commit/73135ffdc57206bb75cef923a11da1221878fdcf))
|
|
98
|
+
* address feedback ([e8d1303](https://github.com/continuedev/continue/commit/e8d1303dd3db2cda9c9524464c42fa09a0be01f1))
|
|
99
|
+
* address feedback ([99c6660](https://github.com/continuedev/continue/commit/99c66609817019718d68157e1f66ead284990946))
|
|
100
|
+
* address feedback ([500e640](https://github.com/continuedev/continue/commit/500e64084391b88058dfa10d67770af48d1a63d9))
|
|
101
|
+
* address feedback ([ed7bb0a](https://github.com/continuedev/continue/commit/ed7bb0a8e5c70165a1d6fe25a8f574cd9f0be709))
|
|
102
|
+
* address feedback ([983e9fb](https://github.com/continuedev/continue/commit/983e9fb2fe3f8c1b3010d761cf24372ad8a89dc2))
|
|
103
|
+
* address feedback ([ea747ca](https://github.com/continuedev/continue/commit/ea747cabd8bfead33e938df7673894c6caa9f04f))
|
|
104
|
+
* address feedback ([c87032b](https://github.com/continuedev/continue/commit/c87032b0373c963e0e1d50dfb99f5dc8c1b6dfce))
|
|
105
|
+
* address feedback ([4a27950](https://github.com/continuedev/continue/commit/4a27950788d2f02102a9b6f54689967b00e9e2ae))
|
|
106
|
+
* address review ([b17c829](https://github.com/continuedev/continue/commit/b17c8295ccc1464df97bd5cae87f77ebd8e82a15))
|
|
107
|
+
* address tests, add is_continue_remote ([2884028](https://github.com/continuedev/continue/commit/2884028d21d27551e276db4a2d368eb0ce3340e2))
|
|
108
|
+
* adds a extension asssist overview ([68afb8e](https://github.com/continuedev/continue/commit/68afb8eb641109d596ff4f8fa9cbd13e5948c8e3))
|
|
109
|
+
* adds redirect ([2befbcd](https://github.com/continuedev/continue/commit/2befbcd306a9e74663794559175f29faf9cb4ec5))
|
|
110
|
+
* adjust gpt-oss tool detection ([8389203](https://github.com/continuedev/continue/commit/8389203ea1fe8d0c0d5092e3ecfb9e07aad94890))
|
|
111
|
+
* adjust placeholder ([94e6f12](https://github.com/continuedev/continue/commit/94e6f12924ff5ee429a43c53d1810d5519f026bb))
|
|
112
|
+
* adjust waiting message ([454df15](https://github.com/continuedev/continue/commit/454df1554500a530645ef5e7a6a80fea6a27f207))
|
|
113
|
+
* after hub login, show user success message and tutorial ([48a5783](https://github.com/continuedev/continue/commit/48a5783abc352e56972c3487f2b620eac2b8ecba))
|
|
114
|
+
* allow args.filepath to start with . ([1aba0b5](https://github.com/continuedev/continue/commit/1aba0b59a0727ea96baa35b82ae3eec3f3886c09))
|
|
115
|
+
* allow bash in plan mode ([a3cd7de](https://github.com/continuedev/continue/commit/a3cd7de581ea0dbfab1f0c96b5fb8e30e1fb68a8))
|
|
116
|
+
* allow multiple consecutive new lines ([423dbdd](https://github.com/continuedev/continue/commit/423dbdd457683260f66eda9024f35dee9c49d5db))
|
|
117
|
+
* allow prompts starting with `/` ([#6704](https://github.com/continuedev/continue/issues/6704)) ([c7abc56](https://github.com/continuedev/continue/commit/c7abc56b0ced91cd65baf2af718c4e2c9b03803e))
|
|
118
|
+
* always read file before search and replace ([7401a3a](https://github.com/continuedev/continue/commit/7401a3abd2126e058b315c986b621d28f1be6be1))
|
|
119
|
+
* always show org slash command ([39801f3](https://github.com/continuedev/continue/commit/39801f300d77127464aa42b55bf1d1c3ca23c188))
|
|
120
|
+
* ant expected key format ([d961140](https://github.com/continuedev/continue/commit/d961140986741f8dda67e9d029854b239db96e92))
|
|
121
|
+
* anthropic openai adapters max tokens ([5b09028](https://github.com/continuedev/continue/commit/5b0902894b48ed1d935472a1f792f5372fedae18))
|
|
122
|
+
* anthropic optimized caching strategy ([f1afd14](https://github.com/continuedev/continue/commit/f1afd14202ce6bea244cf4cf13af1719d3f2d711))
|
|
123
|
+
* apply code changes requested in the diff ([221127e](https://github.com/continuedev/continue/commit/221127e09e6ba50494053b25826969a9e1fb9fe6))
|
|
124
|
+
* Apply proxy settings on the Continue process using environment variables (solves [#5242](https://github.com/continuedev/continue/issues/5242)) ([#6752](https://github.com/continuedev/continue/issues/6752)) ([e955827](https://github.com/continuedev/continue/commit/e9558277de17f9f22bec8262d358504a8fb3da6e))
|
|
125
|
+
* apply Sentry and PostHog telemetry settings correctly ([#6894](https://github.com/continuedev/continue/issues/6894)) ([b33726f](https://github.com/continuedev/continue/commit/b33726fa95deaac56994f9e1c51e626e424eadc0))
|
|
126
|
+
* assign to contextLength basellm getter ([32911c0](https://github.com/continuedev/continue/commit/32911c07790b0cf2f7e2d9ff67ad5081184dbb67))
|
|
127
|
+
* assistant select padding ([1da0947](https://github.com/continuedev/continue/commit/1da09475386bf2e2674b2d891167c11fb14e3ad0))
|
|
128
|
+
* attempt pass GUI.test.ts ([f7733a6](https://github.com/continuedev/continue/commit/f7733a65720a8276d99b1c227db4564d6cda016b))
|
|
129
|
+
* attempt to fix autocomplete e2e tests ([041108c](https://github.com/continuedev/continue/commit/041108cca0b8fbe75ed6cdea9ea11d1c488fe744))
|
|
130
|
+
* attempt to fix runtime coroutine-related exceptions + fix e2e selector ([05b2625](https://github.com/continuedev/continue/commit/05b2625adacca900db26f7e57db9f392ad187ece))
|
|
131
|
+
* attempt to pass / e2e/_output/tests/GUI.test.js test ([f6359bd](https://github.com/continuedev/continue/commit/f6359bd63643c8acb5b91fea1dea63a8fde1fb70))
|
|
132
|
+
* attempt to pass /e2e/_output/tests/GUI.test.js test ([781911a](https://github.com/continuedev/continue/commit/781911a87d37ad8b4e6916f4b003f096464405b6))
|
|
133
|
+
* attempt to pass /e2e/_output/tests/GUI.test.js test ([69e0f4c](https://github.com/continuedev/continue/commit/69e0f4c2adac7c90c4add5486e56a5b416178d25))
|
|
134
|
+
* attempt to pass /e2e/_output/tests/GUI.test.js test ([b492459](https://github.com/continuedev/continue/commit/b4924598f5e908849f0bc4f8424368e62bccccd9))
|
|
135
|
+
* attempt to pass /e2e/_output/tests/GUI.test.js test ([2bd4762](https://github.com/continuedev/continue/commit/2bd4762aec2fc98b1bb338776478ae4b2540c3c8))
|
|
136
|
+
* attempt to pass /e2e/_output/tests/GUI.test.js test ([eb61cd5](https://github.com/continuedev/continue/commit/eb61cd585be99ff6de0704d101d28e79d9b6dd00))
|
|
137
|
+
* attempt to pass /e2e/_output/tests/GUI.test.js test ([bdfaa81](https://github.com/continuedev/continue/commit/bdfaa81adbdb4a435a2a3512d79e6c63111122dd))
|
|
138
|
+
* attempt to pass /e2e/_output/tests/GUI.test.js test ([da08805](https://github.com/continuedev/continue/commit/da0880545db0bfa36546030b3360029f4ae89303))
|
|
139
|
+
* attempt to pass /e2e/_output/tests/GUI.test.js test ([15431be](https://github.com/continuedev/continue/commit/15431be0ca569b490c3eee6b65b1709805a9fda0))
|
|
140
|
+
* attempt to pass /e2e/_output/tests/GUI.test.js test ([f98088c](https://github.com/continuedev/continue/commit/f98088c4f65ea7f8b9d698d6faa8854459167f04))
|
|
141
|
+
* attempt to pass gui-tests ([c939772](https://github.com/continuedev/continue/commit/c9397726aa2a8961fad677c5883c50560f2b488b))
|
|
142
|
+
* auto compaction between tool calls ([4c829d7](https://github.com/continuedev/continue/commit/4c829d776bc58f58e9ea35e45068a217011b5505))
|
|
143
|
+
* autocompaction translation bug ([600b117](https://github.com/continuedev/continue/commit/600b11701c854eac462d15ec14ea1ff84348719f))
|
|
144
|
+
* autodetect UI tweaks ([537190e](https://github.com/continuedev/continue/commit/537190ee362a9a81c98cd38e57d700eb849e3d3e))
|
|
145
|
+
* automatically reload policy ([99a5082](https://github.com/continuedev/continue/commit/99a508274f68da4ccf1c6218ce8aeb339f735767))
|
|
146
|
+
* backspace on mac ([aa5606f](https://github.com/continuedev/continue/commit/aa5606f65f3284c9ff4d0a02cb1e4611b5cd080c))
|
|
147
|
+
* beta-release with correct path ([65887a9](https://github.com/continuedev/continue/commit/65887a9eedb050944d7df5b55d9b4c62b97c8c14))
|
|
148
|
+
* bg color for diff ([63c9ecf](https://github.com/continuedev/continue/commit/63c9ecf24fcf74f43d07244c963cef04f91baee8))
|
|
149
|
+
* binary typescript issue ([76710d1](https://github.com/continuedev/continue/commit/76710d19dc32240d5168e212f2a62573394627fa))
|
|
150
|
+
* blank spacE ([10f0433](https://github.com/continuedev/continue/commit/10f04339bb2b26d292c66e6feed21cbba1279361))
|
|
151
|
+
* border flash ([381237b](https://github.com/continuedev/continue/commit/381237b41991e022c59aa780ee25e17ac6d000a7))
|
|
152
|
+
* bottom margin of tool call ui ([76d06d3](https://github.com/continuedev/continue/commit/76d06d37725476293de4997f3fe0b3cfbc4251f7))
|
|
153
|
+
* bottom status bar tests ([9a4d63b](https://github.com/continuedev/continue/commit/9a4d63b37e2b474f119c380867b001fbe4a5aaa9))
|
|
154
|
+
* broekn tests ([86d3c08](https://github.com/continuedev/continue/commit/86d3c08552d86430ce8ea0c78c88898353d62a49))
|
|
155
|
+
* broken imports ([9b6f2d2](https://github.com/continuedev/continue/commit/9b6f2d262dce276aab273ad8e476976e853e62c7))
|
|
156
|
+
* broken types ([4d32134](https://github.com/continuedev/continue/commit/4d321345573468e9174b159e37c9deac1e339ed3))
|
|
157
|
+
* bug where newlines aren't escaped properly ([ea5859b](https://github.com/continuedev/continue/commit/ea5859b3daeafee4c79fb13d4a17d832360942f0))
|
|
158
|
+
* build packages and core ([29e619d](https://github.com/continuedev/continue/commit/29e619dcf9a32974e7d2a0f7e7fb529f45786c82))
|
|
159
|
+
* build problems ([8d1dc7f](https://github.com/continuedev/continue/commit/8d1dc7ff41518732d6acb3f4adc1dc43a6d92136))
|
|
160
|
+
* build without vitest.setup.js ([fcd9b83](https://github.com/continuedev/continue/commit/fcd9b83ff00525b8f6da2045d66d117abda5d9f0))
|
|
161
|
+
* bump oai adapters ([7d7500e](https://github.com/continuedev/continue/commit/7d7500e7ad12aad5c330c74b0fbd7dff1f6bac75))
|
|
162
|
+
* bump oai-adapters ([698089e](https://github.com/continuedev/continue/commit/698089e2a4dc1def07bd32aa3e1005de80e961be))
|
|
163
|
+
* bump semver check for extension release ([bb4c484](https://github.com/continuedev/continue/commit/bb4c484c0f661ba71642038487494ad763a041a9))
|
|
164
|
+
* cache key for cli pr checks ([5cab137](https://github.com/continuedev/continue/commit/5cab1376ab9d6161f91778a69acf9662d7af208c))
|
|
165
|
+
* cache OpenTelemetry instruments to prevent resource exhaustion ([96e0b8e](https://github.com/continuedev/continue/commit/96e0b8e4c097c23d92a768263db6272d2af51ffb))
|
|
166
|
+
* calculate svgDecoration before ([3b17026](https://github.com/continuedev/continue/commit/3b170263e64d8dde8958fc5ec83c2d3594fb1c35))
|
|
167
|
+
* canceled instead of errored tool call state on deny ([ec4b028](https://github.com/continuedev/continue/commit/ec4b0287bf5c4cf86aa13dc7f5e0e5bd46fdaa09))
|
|
168
|
+
* case when reranker returns invalid scores array ([e7d3625](https://github.com/continuedev/continue/commit/e7d3625b73c85f98d5582860dd4f180dccc51e3f))
|
|
169
|
+
* catch continue hub config loading errors ([37574cc](https://github.com/continuedev/continue/commit/37574cc55e2167707e3e7844f9b28880b7af614f))
|
|
170
|
+
* catch errors in hub org loading ([edd1a0b](https://github.com/continuedev/continue/commit/edd1a0b9baf047e30d31b65d66c7e62fe51fea23))
|
|
171
|
+
* checklist tool updates ([8137de4](https://github.com/continuedev/continue/commit/8137de41702a74130e61e0a52a67796f18469980))
|
|
172
|
+
* clarification on uses ([6c1a346](https://github.com/continuedev/continue/commit/6c1a3467c9aa0bc401c391448fbfbf93f146cf42))
|
|
173
|
+
* clean up ([38eb3ec](https://github.com/continuedev/continue/commit/38eb3ece2d619422f22da49ccae47157fcdc0c35))
|
|
174
|
+
* clean up diff viewer ([082af0f](https://github.com/continuedev/continue/commit/082af0f3dd4ce4db4a5aa5622e8c60c649374b51))
|
|
175
|
+
* cleanup ([941da91](https://github.com/continuedev/continue/commit/941da91784e1841c2e2d5fa96392ad5c7df6d17d))
|
|
176
|
+
* cleanup file security pr ([8d53bb3](https://github.com/continuedev/continue/commit/8d53bb333da33ee1dd7891bcc58b049f67cd9b78))
|
|
177
|
+
* clear globalContext.json if corrupt ([#6683](https://github.com/continuedev/continue/issues/6683)) ([2fb04eb](https://github.com/continuedev/continue/commit/2fb04eb2db3b617193afdc130c0dad15fd8793ce))
|
|
178
|
+
* clear scrollback buffer on terminal resize ([710faf2](https://github.com/continuedev/continue/commit/710faf2711d603d514100fedf183fc6622edc951))
|
|
179
|
+
* clear slash command ([44f4a5f](https://github.com/continuedev/continue/commit/44f4a5fb7066836db83908645fd7833756bad459))
|
|
180
|
+
* cli /exit and ctrl-d actually exits ([b19acdd](https://github.com/continuedev/continue/commit/b19acdd30d5a5c5a8bbe61cac0ab8dda86643d99))
|
|
181
|
+
* cli prettier ([cf2706f](https://github.com/continuedev/continue/commit/cf2706f1452185801dd18abc33f6078dbdbefde1))
|
|
182
|
+
* cli.mdx ([7639a06](https://github.com/continuedev/continue/commit/7639a064e916a02055891b051f26e71f5b42277d))
|
|
183
|
+
* **cli:** extract media type when submitting images in anthropic ([a2f6f2a](https://github.com/continuedev/continue/commit/a2f6f2a30d0da72024aeb6f1eae847f2691d7ea9))
|
|
184
|
+
* close drag over message overlay during onDrop ([b5e68d2](https://github.com/continuedev/continue/commit/b5e68d206052c240d69f9f4d90b5173fececdbc2))
|
|
185
|
+
* codebase indexing on start with no context provider ([adb81b0](https://github.com/continuedev/continue/commit/adb81b0682805fecb2e514735f191a6aa26dbf9b))
|
|
186
|
+
* color of context status ([09c4e18](https://github.com/continuedev/continue/commit/09c4e183e5e460d45b9010b600c5de3b7bd72827))
|
|
187
|
+
* coloring of word level diff ([186b5b6](https://github.com/continuedev/continue/commit/186b5b62a2f7bde590cd79819067998b02523da1))
|
|
188
|
+
* command arg handling ([e991e79](https://github.com/continuedev/continue/commit/e991e7923b46fa1de0322ebabc180f9e4ca1153c))
|
|
189
|
+
* comment out stale test ([4ddceaa](https://github.com/continuedev/continue/commit/4ddceaab26e653b3faf71fcdda404075c2c0054a))
|
|
190
|
+
* comment updates ([52bf0a8](https://github.com/continuedev/continue/commit/52bf0a8114eea44cdbdec8cbc5ad990b7da42925))
|
|
191
|
+
* compaction and more refactoring ([f68015f](https://github.com/continuedev/continue/commit/f68015f6de7393dcb932a4bbc8bd3f679f778d08))
|
|
192
|
+
* compaction and using more of ChatHistoryItem ([b6e403b](https://github.com/continuedev/continue/commit/b6e403b06044a65dfe04eb2b3afbc383ca76bc79))
|
|
193
|
+
* ConfigSelector showing incorrect green checkmark for first-time users ([6ed85c1](https://github.com/continuedev/continue/commit/6ed85c19b085d51aad5ec121228283f4cfaf1434))
|
|
194
|
+
* constructMessages missing param ([049f34b](https://github.com/continuedev/continue/commit/049f34b79dcf228e1ae1ba3734cfa56c1c1907ea))
|
|
195
|
+
* context items dialog not visible on conversation compaction ([1009a06](https://github.com/continuedev/continue/commit/1009a06c46f4c827fd3923662283c3318403f478))
|
|
196
|
+
* context provider ordering, add unit tests for context provider loading ([fc63746](https://github.com/continuedev/continue/commit/fc63746d90c47be478a1688ae0c5a834e75511cd))
|
|
197
|
+
* continue through loop and return [] instead of throwing ([907c576](https://github.com/continuedev/continue/commit/907c576947fbe26b61410db0a5eb46dd907c75c3))
|
|
198
|
+
* convert maxDepth to number in site indexing configuration ([16b80d9](https://github.com/continuedev/continue/commit/16b80d9117acd481e3b6ad531bb8649611f1bb77))
|
|
199
|
+
* copy ([5f52526](https://github.com/continuedev/continue/commit/5f525269a3c91899be06c6b6be14f1e72043325b))
|
|
200
|
+
* copy ([89b07e8](https://github.com/continuedev/continue/commit/89b07e87854b1bdc5ebae569d525ece614914bac))
|
|
201
|
+
* copy errors ([dc3e213](https://github.com/continuedev/continue/commit/dc3e2136a01e5bf98e45f23e34158b936dd05eb2))
|
|
202
|
+
* corners ([99bccf2](https://github.com/continuedev/continue/commit/99bccf27f2d734b0927356cde036f5cbb3bf8e40))
|
|
203
|
+
* correct broken links and image references in documentation ([7c24349](https://github.com/continuedev/continue/commit/7c243496f0181b958a17a0e8833cca2f3583f15b))
|
|
204
|
+
* correct malformed Warning tag in ollama-guide.mdx ([#7418](https://github.com/continuedev/continue/issues/7418)) ([37cbac5](https://github.com/continuedev/continue/commit/37cbac5dd52bad08c69b939b752a64217a3479c3))
|
|
205
|
+
* correctly handle failed tool calls ([f018112](https://github.com/continuedev/continue/commit/f018112d39119fee9c65e47ae66ff75098f7b16a))
|
|
206
|
+
* CSS files not being indexed ([#7072](https://github.com/continuedev/continue/issues/7072)) ([f675398](https://github.com/continuedev/continue/commit/f67539882c862e9b705c0a65dcdddf2b993b8cf7))
|
|
207
|
+
* cubic feedback ([56b7195](https://github.com/continuedev/continue/commit/56b7195c712403331c2a8a9b43d43e06915023f1))
|
|
208
|
+
* cursor position ([388eeeb](https://github.com/continuedev/continue/commit/388eeeb37afa7625b954e4dd44cbcd7cf0ab22bb))
|
|
209
|
+
* dangling messages cleanup behavior ([#6707](https://github.com/continuedev/continue/issues/6707)) ([d61be03](https://github.com/continuedev/continue/commit/d61be0377d7330989629deb215140c8275a83105))
|
|
210
|
+
* deduplicate comments ([f7c1140](https://github.com/continuedev/continue/commit/f7c1140064871260f562be499f9223c51e9807ab))
|
|
211
|
+
* delete duplicate type ([ef4a0e2](https://github.com/continuedev/continue/commit/ef4a0e2d2b2a947014ba18bd2846bb6645df9e08))
|
|
212
|
+
* delete hallucinated tools ([2d4cf55](https://github.com/continuedev/continue/commit/2d4cf55c393121570ff2c4459c6942e124bc88dd))
|
|
213
|
+
* delete stale test ([d32ff89](https://github.com/continuedev/continue/commit/d32ff8912bfe3db7ec9d0a0bb92a9396acc19e9c))
|
|
214
|
+
* delete unecessary build options ([6a6a0b3](https://github.com/continuedev/continue/commit/6a6a0b388e515e7bbcbba561abeb8a64d062a4fc))
|
|
215
|
+
* dependencies ([904ec5d](https://github.com/continuedev/continue/commit/904ec5dea35ad63d3c4836e83a661d9f6171ab59))
|
|
216
|
+
* diff ([7808b6d](https://github.com/continuedev/continue/commit/7808b6d160a9e090d126ff741441f7bef5a32ef5))
|
|
217
|
+
* diff calculations ([d6ff7da](https://github.com/continuedev/continue/commit/d6ff7dae2d523499cd1b496d98b0ed16a089852b))
|
|
218
|
+
* diff colors should reach till end ([b245e00](https://github.com/continuedev/continue/commit/b245e00dc8f177f2c0b9fe73cd7b8be65a5722a8))
|
|
219
|
+
* diff line color overflow ([1588629](https://github.com/continuedev/continue/commit/158862938a1e0fd468ebaef589b6c438fd6f21d0))
|
|
220
|
+
* diff ui tweaks ([1c4c897](https://github.com/continuedev/continue/commit/1c4c897c084d79f2c000e3e50e981d2f4e213e52))
|
|
221
|
+
* disable clipboard content by default in autocomplete ([3a44a9f](https://github.com/continuedev/continue/commit/3a44a9fb65cc942a038de55f499d1357f0ebe8ff))
|
|
222
|
+
* disable Next Edit cursor events when feature is disabled ([6468ced](https://github.com/continuedev/continue/commit/6468cedfc27a69508c4e1ee6e38df54489d7043a))
|
|
223
|
+
* disable system message tools for kimi k2 ([8021853](https://github.com/continuedev/continue/commit/8021853ee447bb549fc29d02be93db6eb2185cf8))
|
|
224
|
+
* disable tool support for moonshotai/kimi-k2:free model ([cbdd187](https://github.com/continuedev/continue/commit/cbdd187bbb494b2c7cd978728788bea4273b7ab9)), closes [#6619](https://github.com/continuedev/continue/issues/6619)
|
|
225
|
+
* display Chinese in VerticalDiffBlock DeletionTextArea bug, use UIUtil.getFontWithFallback to get the Font ([#7292](https://github.com/continuedev/continue/issues/7292)) ([0ade7dd](https://github.com/continuedev/continue/commit/0ade7dd7078e746695a07393bc660719c501fc0f))
|
|
226
|
+
* display diff ([fde6098](https://github.com/continuedev/continue/commit/fde6098ef2c4d99a9b9b8d6ffc1299436e0f52c1))
|
|
227
|
+
* dispose JCEF JSQuery handler correctly ([e6cf3fd](https://github.com/continuedev/continue/commit/e6cf3fd7566c73401a54334682cd9d50776acf49))
|
|
228
|
+
* ditch the prefetch queue for now ([bfbce53](https://github.com/continuedev/continue/commit/bfbce53f3a5c367a98558f6e0ef9e6b94251f465))
|
|
229
|
+
* do not run on draft PRs ([381ef1c](https://github.com/continuedev/continue/commit/381ef1c2d1d79495bf12d3db2b6a0bf4b93c62ff))
|
|
230
|
+
* **docs:** broken settings page links ([#7598](https://github.com/continuedev/continue/issues/7598)) ([b290e5b](https://github.com/continuedev/continue/commit/b290e5b4dc13ef25bb233b3ef7b7cdd2bea6c6a8))
|
|
231
|
+
* **doc:** update Ollama installation guide ([#7496](https://github.com/continuedev/continue/issues/7496)) ([4cec16a](https://github.com/continuedev/continue/commit/4cec16a8a54e04eb43a2b5e8cc78b86c8f99d8c8))
|
|
232
|
+
* don't add system message on tool call errors in serve ([f2fd364](https://github.com/continuedev/continue/commit/f2fd3642ffb8ebc13ec6a5f37db955dc0a715f1d))
|
|
233
|
+
* don't block user with "create your first assistant" ([9f5e36d](https://github.com/continuedev/continue/commit/9f5e36d328ad1d0979499884d092c0a7162b2998))
|
|
234
|
+
* don't fail if no usage ([89320f8](https://github.com/continuedev/continue/commit/89320f8fc0de9b627b78ca2c0575e2247a594fef))
|
|
235
|
+
* don't fail on compliance checks ([6eded31](https://github.com/continuedev/continue/commit/6eded3146b18ac6f50f0706b2cc302777709950f))
|
|
236
|
+
* don't fail on non-fatal errors ([9d21b67](https://github.com/continuedev/continue/commit/9d21b67ef36ec0ce5fb5c5b42322bc2e67238088))
|
|
237
|
+
* don't fail tests for conventional commit check ([489f82c](https://github.com/continuedev/continue/commit/489f82cbe047d580f0f6832e4e659c2802d14638))
|
|
238
|
+
* don't filter when empty type on tool ([e99d472](https://github.com/continuedev/continue/commit/e99d472339070100cd54e9ef61ce56348a2bb844))
|
|
239
|
+
* don't handle streamed response if aborted ([276e39e](https://github.com/continuedev/continue/commit/276e39eb8425f5f26c863ea8329582f0920f7296))
|
|
240
|
+
* don't leave posthog hanging ([dade438](https://github.com/continuedev/continue/commit/dade43830ab4906c94abfc1a951026235302509d))
|
|
241
|
+
* don't show unchanged diff sections in extension UI ([87b19ac](https://github.com/continuedev/continue/commit/87b19acfe9d8a7c995374fd3ddda8835339dfb4a))
|
|
242
|
+
* don't skip onboarding when there is a config.yaml ([10b50a3](https://github.com/continuedev/continue/commit/10b50a37432c1e16c5d163f1f3f4af83b480b404))
|
|
243
|
+
* don't stream apply for fast models ([8c18e8a](https://github.com/continuedev/continue/commit/8c18e8acc3309612b1cfd95b95758492b93a9cf5))
|
|
244
|
+
* don't stringify os methods ([ce26a84](https://github.com/continuedev/continue/commit/ce26a8439d9acaf13c37875265a4071c1552fc04))
|
|
245
|
+
* don't try to onboard during serve ([b75a963](https://github.com/continuedev/continue/commit/b75a96397c68cdd0aed292a6d9870ffd3b6fe7fa))
|
|
246
|
+
* don't use override-only actionPerformed to invoke action ([#7608](https://github.com/continuedev/continue/issues/7608)) ([18ec563](https://github.com/continuedev/continue/commit/18ec563762fdb45635c9e4da10f3664a95e1e2dd))
|
|
247
|
+
* dont block debugger on packages build ([#6900](https://github.com/continuedev/continue/issues/6900)) ([be9a638](https://github.com/continuedev/continue/commit/be9a6381c255461a0d5b793f9dc590d58a1fb9e2))
|
|
248
|
+
* dont immediately exit on mcp config error ([2dd39f7](https://github.com/continuedev/continue/commit/2dd39f7f548f05f7d7745bde735c74ee30c38b17))
|
|
249
|
+
* dot shade of green ([8f6ec39](https://github.com/continuedev/continue/commit/8f6ec398ff23ec1d59567cb5b2de92dabd58ab4b))
|
|
250
|
+
* double slash on opening hub urls ([f2c0357](https://github.com/continuedev/continue/commit/f2c0357b2ffcde5c6caf93c29b1cf365e65d6773))
|
|
251
|
+
* duplicate imports ([3183127](https://github.com/continuedev/continue/commit/3183127ea538164ca275b4a421936b48259a12ea))
|
|
252
|
+
* dynamic policies ([73073dd](https://github.com/continuedev/continue/commit/73073dd23589176a74d98b0ed72d92a1eba1b1c0))
|
|
253
|
+
* edit impl ([9cc3d69](https://github.com/continuedev/continue/commit/9cc3d69e4dfc467fefd9cd98b90ed9be64df8468))
|
|
254
|
+
* edit impl - catch error status, not error ([6162ca1](https://github.com/continuedev/continue/commit/6162ca12a1e22a87686405854d122fdf112966c8))
|
|
255
|
+
* edit models not changing ([#6926](https://github.com/continuedev/continue/issues/6926)) ([b11f5ca](https://github.com/continuedev/continue/commit/b11f5cab3a274104c932afadfae3f657b6d21d98))
|
|
256
|
+
* edit output overridden ([381b8a0](https://github.com/continuedev/continue/commit/381b8a0bf8c67de7a1a2fac9302122d2ef06fbbd))
|
|
257
|
+
* edit tests ([fcd1ec7](https://github.com/continuedev/continue/commit/fcd1ec7a158d6149b1f5e222020fc73949cef91a))
|
|
258
|
+
* editedCodeWithTokens uses the processed context block ([10d4d4c](https://github.com/continuedev/continue/commit/10d4d4cda0c252a36bac96178593d13b1ea6f2d6))
|
|
259
|
+
* eliminate EventEmitter memory leak warnings in ModeService ([5c4f210](https://github.com/continuedev/continue/commit/5c4f210496a4a428ffac839cb30f1fea18bcd4ce))
|
|
260
|
+
* empty assistant message ([5e773f5](https://github.com/continuedev/continue/commit/5e773f52684dc8b267fa33a94b0b707d292a6111))
|
|
261
|
+
* error injection order ([3bd00d0](https://github.com/continuedev/continue/commit/3bd00d09fd21196a0631e6d10df80616f9782c8f))
|
|
262
|
+
* eslint ([049aee3](https://github.com/continuedev/continue/commit/049aee3e3a72b4a85938cd7c6925867fa2736d76))
|
|
263
|
+
* eslint ([898fc44](https://github.com/continuedev/continue/commit/898fc440ca165e6d459b3b9ad8ef29954b80a6b6))
|
|
264
|
+
* eslint ([1e59964](https://github.com/continuedev/continue/commit/1e59964150579c64920f4695a23a6192742afe60))
|
|
265
|
+
* eslint requirements ([ac9a6f8](https://github.com/continuedev/continue/commit/ac9a6f8ee41049043d853b0746646f9bb5b21f05))
|
|
266
|
+
* even nicer tool UI ([3716ebc](https://github.com/continuedev/continue/commit/3716ebcdd73a23e021e59a9d162d61915ce31184))
|
|
267
|
+
* exclude problems and terminal on jetbrains ([625ec8c](https://github.com/continuedev/continue/commit/625ec8c1869b6725331429e19ed1523549ed2ddc))
|
|
268
|
+
* failed tool result update in serve ([fd28a3f](https://github.com/continuedev/continue/commit/fd28a3f75dcae2fcf77967918aa7ff27f2cb3f99))
|
|
269
|
+
* failing test ([12027bf](https://github.com/continuedev/continue/commit/12027bf03e7cb6085167422e361ffb18e3123c90))
|
|
270
|
+
* failing test ([3a203e3](https://github.com/continuedev/continue/commit/3a203e3f77a7bb58dc573830c2f060ddac0ee577))
|
|
271
|
+
* failing tests ([4bb03a1](https://github.com/continuedev/continue/commit/4bb03a126070f7748ce76e65fb1491a209b9ef25))
|
|
272
|
+
* failing tests ([60e1a67](https://github.com/continuedev/continue/commit/60e1a67dc4a4afdd563c928eab54d00e98379fba))
|
|
273
|
+
* failing tests ([08ccc19](https://github.com/continuedev/continue/commit/08ccc19ee8c636a6ae8f50a4984f292e86b2a0c8))
|
|
274
|
+
* failing tests ([a279919](https://github.com/continuedev/continue/commit/a279919617815f4fca8163a8831bb3b8d3b0f561))
|
|
275
|
+
* failing tests ([f2d0a31](https://github.com/continuedev/continue/commit/f2d0a31f0446527fe5f76d0c44eacd9245c49cea))
|
|
276
|
+
* failing tests ([b7d0581](https://github.com/continuedev/continue/commit/b7d05814c491c2d4d827405b8ae6c56ebab03b5e))
|
|
277
|
+
* failing tests ([2455eba](https://github.com/continuedev/continue/commit/2455eba074c0476c2dbff237704d410c1db48f6d))
|
|
278
|
+
* failing tests ([44021b6](https://github.com/continuedev/continue/commit/44021b6b54ce669fe66ac43fe17edd918567bf36))
|
|
279
|
+
* failing tests ([0797b1c](https://github.com/continuedev/continue/commit/0797b1c7f43c7a10c34cb4c5301e2dcb39e37b54))
|
|
280
|
+
* failing tests following reasoning flag changes ([0e1815c](https://github.com/continuedev/continue/commit/0e1815c8f9392e962181a9cb0e280e6e43524f32))
|
|
281
|
+
* FAQs first ([b0e3dca](https://github.com/continuedev/continue/commit/b0e3dca0095e943b0b6537ac3f46e265db707b60))
|
|
282
|
+
* fetch semantic release ([9c94a7d](https://github.com/continuedev/continue/commit/9c94a7dcab9f389bc13e3b56e0841291cab045d4))
|
|
283
|
+
* filter out non-first system msgs when saving to sessions for compatibility ([516f46e](https://github.com/continuedev/continue/commit/516f46e7d61f7e57574bf34b40defb7724521d97))
|
|
284
|
+
* find and replace comp tests ([e337769](https://github.com/continuedev/continue/commit/e337769fcafdccb9e756e98bafa4cc7c6b3a111a))
|
|
285
|
+
* find and replace utils ([4f18953](https://github.com/continuedev/continue/commit/4f18953a451600b8f74c10ad4483d6c2043598ea))
|
|
286
|
+
* fix /auth/refresh string value ([#6799](https://github.com/continuedev/continue/issues/6799)) ([b2986e3](https://github.com/continuedev/continue/commit/b2986e3a8414276c7292cf48b84fa07b845588bf))
|
|
287
|
+
* fix disposing of plugin service ([#7550](https://github.com/continuedev/continue/issues/7550)) ([00347aa](https://github.com/continuedev/continue/commit/00347aae0246961bef0ca4c279c62a52219a2052)), closes [/github.com/continuedev/continue/pull/7131/files#diff-d3886b7ebfd66e6390e222840e9a67487179837d15c0729fa4d7832bf1e39405L17](https://github.com//github.com/continuedev/continue/pull/7131/files/issues/diff-d3886b7ebfd66e6390e222840e9a67487179837d15c0729fa4d7832bf1e39405L17)
|
|
288
|
+
* fix edit file tool render abnormal ([7b7c017](https://github.com/continuedev/continue/commit/7b7c017d7aefdd0bde6f7cd1c07dea86678aaf2b))
|
|
289
|
+
* Fix failing tests in CI environment by adding proper mocks ([e0dd68f](https://github.com/continuedev/continue/commit/e0dd68f069f6c9e58c4b7cb9b365db5c457fe40b))
|
|
290
|
+
* fix JCEF browser issues ([#7291](https://github.com/continuedev/continue/issues/7291)) ([62f468a](https://github.com/continuedev/continue/commit/62f468abf949ec248cdb8dacb50f1d9f1082a51c))
|
|
291
|
+
* fix run config ([f088de8](https://github.com/continuedev/continue/commit/f088de87db49cf5a1d35de6c4f32f65257776f39))
|
|
292
|
+
* fix settings sync ([35d320d](https://github.com/continuedev/continue/commit/35d320debdb7410a429b26d3d32c66e3a36c2162))
|
|
293
|
+
* fix tool execute abnormal when there is no tool policy data in the local cache ([e251289](https://github.com/continuedev/continue/commit/e251289d06cdfcac7e5b501849f92fc277ce2d25))
|
|
294
|
+
* Follow JetBrains IDE proxy settings ([#6531](https://github.com/continuedev/continue/issues/6531)) ([60aa531](https://github.com/continuedev/continue/commit/60aa531650bed4f8393c6a4244e6446f4ca6e6d2))
|
|
295
|
+
* format json ([0153a73](https://github.com/continuedev/continue/commit/0153a73d77cad2622abd51cb521e894eb76d8c4b))
|
|
296
|
+
* formatting ([56cd443](https://github.com/continuedev/continue/commit/56cd44396ce4a095e3e695437aae2d099aad9310))
|
|
297
|
+
* formatting ([ef54a51](https://github.com/continuedev/continue/commit/ef54a51ea8fd190d19d6a26b3ed1b061bd69c483))
|
|
298
|
+
* formatting ([88f8681](https://github.com/continuedev/continue/commit/88f868133bbf10806800036fe1107eaa3fcb8065))
|
|
299
|
+
* formatting ([73b2250](https://github.com/continuedev/continue/commit/73b2250d339d518e94e41ea983c7665625ce19b6))
|
|
300
|
+
* formatting ([024644b](https://github.com/continuedev/continue/commit/024644b75815251f2227d6e67527b6f3225001f4))
|
|
301
|
+
* formatting ([6bcf040](https://github.com/continuedev/continue/commit/6bcf040dee07e21665860644a99f670142e8a80f))
|
|
302
|
+
* formatting ([6a0594c](https://github.com/continuedev/continue/commit/6a0594c7dd4171a475313f7a4ddf7c7efb65082f))
|
|
303
|
+
* formatting ([44981be](https://github.com/continuedev/continue/commit/44981be66d663c2865dbfe0588f4d2ab76d7c868))
|
|
304
|
+
* formatting ([d3b9fc7](https://github.com/continuedev/continue/commit/d3b9fc7c51b409e5a11060bda85a5079cabe4df1))
|
|
305
|
+
* formatting ([54dda92](https://github.com/continuedev/continue/commit/54dda9230e39e6ae07f35ca98c810af42f984fea))
|
|
306
|
+
* formatting ([b56c7f5](https://github.com/continuedev/continue/commit/b56c7f52e8fccfe8a9d0154a726e65808c0fe582))
|
|
307
|
+
* formatting ([1f2aed5](https://github.com/continuedev/continue/commit/1f2aed5ff54971a67f944716b2de53d968ff4823))
|
|
308
|
+
* formatting ([ae9f874](https://github.com/continuedev/continue/commit/ae9f87418da80c297de3f757b8755bb5e539d69a))
|
|
309
|
+
* formatting ([e569e3a](https://github.com/continuedev/continue/commit/e569e3a0c6f63cbc0bf14abff55e5a22c728ff54))
|
|
310
|
+
* formatting ([6ca09b0](https://github.com/continuedev/continue/commit/6ca09b09b58797cbd1184252bab4074017ec5906))
|
|
311
|
+
* formatting ([d254f50](https://github.com/continuedev/continue/commit/d254f502f713ae76955395a686b2f58a28d5793c))
|
|
312
|
+
* formatting ([20dcc41](https://github.com/continuedev/continue/commit/20dcc41de0cf2be427454a76a1ffa9ed9eb06176))
|
|
313
|
+
* formatting ([fda6c3b](https://github.com/continuedev/continue/commit/fda6c3b508b3821196fcaced969ef4dda8217c8f))
|
|
314
|
+
* Function 'autodetectTemplateType' has a complexity of 37. Maximum allowed is 36 ([9a4603b](https://github.com/continuedev/continue/commit/9a4603ba9b90412e9f65a290f31ff1c20777165e))
|
|
315
|
+
* function definition to respect max chunk size ([58f4fff](https://github.com/continuedev/continue/commit/58f4fffae2d071481a4d3655e017f37207a2263e))
|
|
316
|
+
* further mcp standardization ([53aaf24](https://github.com/continuedev/continue/commit/53aaf2416249fae1bb2df99e4fe25ca97379074a))
|
|
317
|
+
* get extra debug info ([ceb01c4](https://github.com/continuedev/continue/commit/ceb01c45c3de61a9051c3b1fb4c4ef118789e482))
|
|
318
|
+
* give permissions to run cn.js ([b29de66](https://github.com/continuedev/continue/commit/b29de66657dfec3546732e843252e1ab9b15672c))
|
|
319
|
+
* graceful exit instead of process.exit(1) in cli ([9b0367f](https://github.com/continuedev/continue/commit/9b0367fc284f088d267501f7d6f405b25b3df1c7))
|
|
320
|
+
* grep escaped chars and empty results ([#7323](https://github.com/continuedev/continue/issues/7323)) ([1c5df69](https://github.com/continuedev/continue/commit/1c5df69a3fe4db66d2dbff2f64312edf8510648f))
|
|
321
|
+
* gui tests for edit tools ([c3ad86f](https://github.com/continuedev/continue/commit/c3ad86f8765141ca1f8f333aa00759c3fbfdb77a))
|
|
322
|
+
* handle apply error for multi/single edit tools ([832b2d6](https://github.com/continuedev/continue/commit/832b2d6f463ee5f1a1fa06af6af5b3fd34d4a981))
|
|
323
|
+
* handle apply errors ([28565e6](https://github.com/continuedev/continue/commit/28565e60443abd509790433ea71af73a9f67c378))
|
|
324
|
+
* handle apply errors for tools ([281ed6a](https://github.com/continuedev/continue/commit/281ed6aeee59193f1c7b9625f9483489cfda2b6c))
|
|
325
|
+
* handle args for function specific tool call divs ([ae29787](https://github.com/continuedev/continue/commit/ae29787bd2d0724244275cccf97ae2628c829772))
|
|
326
|
+
* handle cases where filename includes spaces ([59a37c9](https://github.com/continuedev/continue/commit/59a37c95404dc86c9c01853a9d41e8f96cb6e173))
|
|
327
|
+
* handle empty map cases properly ([de54503](https://github.com/continuedev/continue/commit/de5450376bc3000bd82a4041643e2db268651100))
|
|
328
|
+
* handle exaone version naming ([9d60f16](https://github.com/continuedev/continue/commit/9d60f162b44bd54647f1c292c8af1ee430ca35f5))
|
|
329
|
+
* handle numbers as well ([404cce0](https://github.com/continuedev/continue/commit/404cce0047b2e665c7c7092a993a891d1bfae055))
|
|
330
|
+
* handle positions ([928aacc](https://github.com/continuedev/continue/commit/928aacc0f664a17b73a7ce465363f11321f08311))
|
|
331
|
+
* handle undefined disposables ([9924e86](https://github.com/continuedev/continue/commit/9924e868e0cd01d046a4ef8e80cdb3cf72f6ea3d))
|
|
332
|
+
* hanging tests ([4de3c90](https://github.com/continuedev/continue/commit/4de3c90eec8698d3097beaaee5b5734db651c5d7))
|
|
333
|
+
* headless mode ([3d9b12f](https://github.com/continuedev/continue/commit/3d9b12f497f80c399ae88b84c36283617d0649b4))
|
|
334
|
+
* help tests ([d03a726](https://github.com/continuedev/continue/commit/d03a726dd37b0586651f41b70277f84e2140d624))
|
|
335
|
+
* HOTFIX fix flashing mention list ([#7030](https://github.com/continuedev/continue/issues/7030)) ([018d8dd](https://github.com/continuedev/continue/commit/018d8dd557bb691066ac3e3f0d0144898429a1a1))
|
|
336
|
+
* HOTFIX local assistant loading ([#7354](https://github.com/continuedev/continue/issues/7354)) ([fba873e](https://github.com/continuedev/continue/commit/fba873e50eabb91d9f7b561b94fa0cd927a5a686))
|
|
337
|
+
* ignore .idea etc. ([5052dc7](https://github.com/continuedev/continue/commit/5052dc7969c1d8f5a7833d42f27ebbf285379a59))
|
|
338
|
+
* Ignore invalid JSON messages (like NODE_ENV undefined) ([#6576](https://github.com/continuedev/continue/issues/6576)) ([52e2f3c](https://github.com/continuedev/continue/commit/52e2f3c4e002ebc8f3da08126f54a3a160a3b16b))
|
|
339
|
+
* ignore Stream closed exceptions on flush ([#7610](https://github.com/continuedev/continue/issues/7610)) ([6789833](https://github.com/continuedev/continue/commit/6789833a77eb57e6a06d2578d2497fc17751e191))
|
|
340
|
+
* import checkFim properly ([c0d33d7](https://github.com/continuedev/continue/commit/c0d33d7bf7b2085deec66b181b37a6af6fb39bb9))
|
|
341
|
+
* imports ([bd9b095](https://github.com/continuedev/continue/commit/bd9b09530c2b1d715bed55187cb8483f6b7dfec6))
|
|
342
|
+
* improve commments ([04d8608](https://github.com/continuedev/continue/commit/04d8608a6483561a64fd1932f092b412c30a916a))
|
|
343
|
+
* improve Continue review workflows error handling and CLI version ([9b5508d](https://github.com/continuedev/continue/commit/9b5508de4a1b350b0a16fdb99696d70596b34cc6))
|
|
344
|
+
* improve findSearchMatch to fix whitespace matching errors ([#6816](https://github.com/continuedev/continue/issues/6816)) ([54b1a63](https://github.com/continuedev/continue/commit/54b1a6351d278228801a6d7eb271405e60f353ba))
|
|
345
|
+
* improve GitHub workflow comment handling with special characters ([311acf9](https://github.com/continuedev/continue/commit/311acf91fdee3ccf9f9f24513af550ca2481bd86))
|
|
346
|
+
* improve JSDoc comment formatting in selectorTypes.ts ([b643f63](https://github.com/continuedev/continue/commit/b643f63a5fdb256bd6fa641e4c5f3e5dcbc50b3b)), closes [#227](https://github.com/continuedev/continue/issues/227)
|
|
347
|
+
* improve modelSupportsImages logic ([d4d39aa](https://github.com/continuedev/continue/commit/d4d39aaeb05e90d43d495beb8fb7f623f79bf42e))
|
|
348
|
+
* improve org switching experience ([ed52c87](https://github.com/continuedev/continue/commit/ed52c875e4e93279c05e314398f1b0d007b2248e))
|
|
349
|
+
* improve streaming message handling and API endpoint ([b822b93](https://github.com/continuedev/continue/commit/b822b938f110af2de2c040f45cd3fca770d9a4a7))
|
|
350
|
+
* improve streaming message handling and display buffering ([d1372b3](https://github.com/continuedev/continue/commit/d1372b3aa2f79221957468fd1decbae2258becc0))
|
|
351
|
+
* improve the UI when diff can't be generated ([5d15219](https://github.com/continuedev/continue/commit/5d15219cfbe7a411e8520900949f1a000d535b4b))
|
|
352
|
+
* Improve Windows path detection in configLoader ([0f37720](https://github.com/continuedev/continue/commit/0f377203e5eda522909e2850ce395131a4113d64))
|
|
353
|
+
* improved /help slash command ([f9ccbb9](https://github.com/continuedev/continue/commit/f9ccbb91c5d8c6aa28f0d93c7a6b4eff9ca2063c))
|
|
354
|
+
* improved Bash tool description in CLI ([24c19ac](https://github.com/continuedev/continue/commit/24c19accfc28e11c9917aafb0751c8e6c7a1ac9b))
|
|
355
|
+
* Include Editor Content description with request ([06acfd7](https://github.com/continuedev/continue/commit/06acfd721e4f2caa5fcf797372e73125787bed6e))
|
|
356
|
+
* include items in tool definitions for arrays ([5f5a73a](https://github.com/continuedev/continue/commit/5f5a73a291b68f0cb269742de924cfd7b19e0d66))
|
|
357
|
+
* increase `debouncer`'s `interval` value to fix [#6199](https://github.com/continuedev/continue/issues/6199) ([4e5ee6f](https://github.com/continuedev/continue/commit/4e5ee6fbb6490c06294e1b6bc2a46e13d52c9c50))
|
|
358
|
+
* increase default max_tokens for Anthropic API to 32k ([a8b9ce8](https://github.com/continuedev/continue/commit/a8b9ce85a1a5bb1ffaa3e75e769b8f5dd767aaab))
|
|
359
|
+
* increase space size ([2f45640](https://github.com/continuedev/continue/commit/2f456402114e3831cbbe602d97247363e3441add))
|
|
360
|
+
* increase timeout on tests ([e8ec9b8](https://github.com/continuedev/continue/commit/e8ec9b8380a0d4b61aa95f68609dcfc28f342c7f))
|
|
361
|
+
* indexing toggle copy ([867b060](https://github.com/continuedev/continue/commit/867b06012ec1a4cdf5b8eba55482dee1c8f592ad))
|
|
362
|
+
* install core dependencies for cli ([fe16983](https://github.com/continuedev/continue/commit/fe169832038b14411008cbbe017548abbc8d9dbd))
|
|
363
|
+
* install rg if not found, show error messages if tool errored ([4fa0492](https://github.com/continuedev/continue/commit/4fa0492037b860960134aeef3358a85f43363ab8))
|
|
364
|
+
* install sharp in right place ([1a7ab26](https://github.com/continuedev/continue/commit/1a7ab26c37a202cf66aff67239828ac77453cb47))
|
|
365
|
+
* internal permalinks with file extensions ([58c721b](https://github.com/continuedev/continue/commit/58c721b8528b231f6499ae93935aa8f8b0f845c9))
|
|
366
|
+
* isHome for accounting for index.html more reliably ([37d7b2a](https://github.com/continuedev/continue/commit/37d7b2a48bf9c5a94edfdad81b8b6b6a0419d853))
|
|
367
|
+
* iterations on notch updates - create agent vs assistant, skip gui tests for now ([7e9dc30](https://github.com/continuedev/continue/commit/7e9dc30748a8738abf62a410852ab136c24f038f))
|
|
368
|
+
* jb tests ([5955488](https://github.com/continuedev/continue/commit/5955488430c2b324ab7752b8cf4101a9f2dc3b2e))
|
|
369
|
+
* JetBrains QoL improvement and bugfixes ([#7438](https://github.com/continuedev/continue/issues/7438)) ([200c293](https://github.com/continuedev/continue/commit/200c2931f2cf93207bfdbbd0978059a1686431cb))
|
|
370
|
+
* jetbrains release action ([856f4e5](https://github.com/continuedev/continue/commit/856f4e50d110eb5428bcbd373c65a0c7a1cb9143))
|
|
371
|
+
* jetbrains release script ([#7050](https://github.com/continuedev/continue/issues/7050)) ([ab4bb9c](https://github.com/continuedev/continue/commit/ab4bb9c1579b591bffb713b90e7cd207586f4dc2))
|
|
372
|
+
* keep slash command suggestions visible when typing exact command names ([#157](https://github.com/continuedev/continue/issues/157)) ([8536dc3](https://github.com/continuedev/continue/commit/8536dc3c8cee99d7e453bd1e8ccc9126a809162f))
|
|
373
|
+
* left align column ([dd16a9e](https://github.com/continuedev/continue/commit/dd16a9e10f8711aebba88cef12d87072a155d002))
|
|
374
|
+
* line wrapping ([97a2574](https://github.com/continuedev/continue/commit/97a2574175302647a5155640d315af12821a44b0))
|
|
375
|
+
* link to recommendations ([43118f4](https://github.com/continuedev/continue/commit/43118f4aa695c1026b508ff670ab6aad53d0dcbd))
|
|
376
|
+
* link to reference ([e0a6e90](https://github.com/continuedev/continue/commit/e0a6e9094a35cddf994dd4951532214eab4ad0f0))
|
|
377
|
+
* links ([b8057dc](https://github.com/continuedev/continue/commit/b8057dc3f28e782a54c6b6849e2e47c7eb81829e))
|
|
378
|
+
* lint ([862c3fc](https://github.com/continuedev/continue/commit/862c3fc665b82aa04b574f5a8c58d684dfa0f35e))
|
|
379
|
+
* lint ([6f42bd9](https://github.com/continuedev/continue/commit/6f42bd9749b04a25f90a6c745944e3f8377040f3))
|
|
380
|
+
* lint ([5f51a5b](https://github.com/continuedev/continue/commit/5f51a5b014321f9e7cdbcd92049ac09a70b432b3))
|
|
381
|
+
* lint ([1c746a6](https://github.com/continuedev/continue/commit/1c746a625a5aa25dc7523e68214de08979b1dda6))
|
|
382
|
+
* lint ([df496c0](https://github.com/continuedev/continue/commit/df496c0765bde7fec2a0d9b628cc8d19cf456477))
|
|
383
|
+
* lint ([b1c949b](https://github.com/continuedev/continue/commit/b1c949bcff2edcc7aa7e0871cf449409405d7cfa))
|
|
384
|
+
* lint complexity ([42e43df](https://github.com/continuedev/continue/commit/42e43dfd39632ed814feba75980143f5b5901188))
|
|
385
|
+
* lint err ([4bc0a84](https://github.com/continuedev/continue/commit/4bc0a84453a95c7d582076305907e56b28ef7b8c))
|
|
386
|
+
* lint error ([a93c39a](https://github.com/continuedev/continue/commit/a93c39a7248dba9bcb9cca7e4b5baa55a0554a13))
|
|
387
|
+
* lint errors ([9293703](https://github.com/continuedev/continue/commit/92937033da693aedf52248a60d129dfca929316b))
|
|
388
|
+
* lint errors from core ([01af8ce](https://github.com/continuedev/continue/commit/01af8ce6b1c6ad590a9e7f8a64638c48af1a769b))
|
|
389
|
+
* lint errros ([db96a9e](https://github.com/continuedev/continue/commit/db96a9eb6f581a5de501d84cb84856bc8bda142d))
|
|
390
|
+
* lint errs ([276afde](https://github.com/continuedev/continue/commit/276afde4abd1b817b43aa2e3b8bdaf395c3621f3))
|
|
391
|
+
* lint, etc ([fcaa80f](https://github.com/continuedev/continue/commit/fcaa80f4453b641eddb8779e1816c0cf2480dc6e))
|
|
392
|
+
* lint:fix ([7b5e1ad](https://github.com/continuedev/continue/commit/7b5e1ad0cde0b6cfa18587804212acdaeadf45ae))
|
|
393
|
+
* linter errors ([93296e5](https://github.com/continuedev/continue/commit/93296e50194bc13aa0700094d5d413bf1838626d))
|
|
394
|
+
* linter errors ([c30c856](https://github.com/continuedev/continue/commit/c30c856483832e20cf2759bdc4f4487690815c6c))
|
|
395
|
+
* linting and address feedback ([4d3b2f1](https://github.com/continuedev/continue/commit/4d3b2f19ed875d380524f574cc443d2e72b3827d))
|
|
396
|
+
* linting issues for cli ([8418c8b](https://github.com/continuedev/continue/commit/8418c8ba3ad783585f6a1a0e93567bff629410b0))
|
|
397
|
+
* linting, tests ([c7db502](https://github.com/continuedev/continue/commit/c7db5028ab76d2165958ee90bd14feedf7f73c76))
|
|
398
|
+
* loggging for CI failures ([839b03e](https://github.com/continuedev/continue/commit/839b03e71978479d4eebdfffd0d22f9503b27ef0))
|
|
399
|
+
* longer mcp errors to show in virtual file ([e3708ca](https://github.com/continuedev/continue/commit/e3708cae5766d45376950c8152ad8463ffaab763))
|
|
400
|
+
* macos test ([4de1784](https://github.com/continuedev/continue/commit/4de17847807fb95348db363fae8b81c1c232f1e4))
|
|
401
|
+
* make `/help` more readable ([b922f2f](https://github.com/continuedev/continue/commit/b922f2feec4d8257dbb0312b8d86e33c3a5a6dff))
|
|
402
|
+
* make current file tool a bit more happy ([d8c2247](https://github.com/continuedev/continue/commit/d8c2247713c788de4bae9f9bc6b9adcc209c7f87))
|
|
403
|
+
* make label easier to read ([e44fb33](https://github.com/continuedev/continue/commit/e44fb333adda159510a3e2eba1af33a57ba8cec4))
|
|
404
|
+
* make search and replace edit copy less confusing ([fc93a2e](https://github.com/continuedev/continue/commit/fc93a2e922d58b66a28a52ddf48812b2a98f70f5))
|
|
405
|
+
* make sure that anthropic api key only works ([502f49f](https://github.com/continuedev/continue/commit/502f49f8df1eed3fd7183fc405a4d0698f07cd85))
|
|
406
|
+
* match other fix ([7193dc9](https://github.com/continuedev/continue/commit/7193dc9927005554db5459219b3e5bbd0a06d241))
|
|
407
|
+
* Match working CLI syntax from contributor.info repo ([a4f3db0](https://github.com/continuedev/continue/commit/a4f3db08042eddb2862c0a333ca1cab60b2618cd))
|
|
408
|
+
* max_tokens for haiku is lower ([ee20911](https://github.com/continuedev/continue/commit/ee20911a6443b399f9d7256309eb75f603b687a0))
|
|
409
|
+
* MCP cleanup part 1 ([2b56851](https://github.com/continuedev/continue/commit/2b56851cda96c62fe75b095e2ca2fc60382aa57e))
|
|
410
|
+
* mcp now working ([07f0924](https://github.com/continuedev/continue/commit/07f092402d964e54d9b715552b8a322c7bb0bccb))
|
|
411
|
+
* mcp server copy and boolean ([04575d1](https://github.com/continuedev/continue/commit/04575d11e35b17860a6125af13e2a7d82d3bc596))
|
|
412
|
+
* MCP service name ([136f9dd](https://github.com/continuedev/continue/commit/136f9ddb3e02b2b0e35f40c9ad620a9c4477993e))
|
|
413
|
+
* MCP services part 12 ([674a750](https://github.com/continuedev/continue/commit/674a750047fb09511f2c8f03c7ab870baf343d50))
|
|
414
|
+
* mcp tests ([609b000](https://github.com/continuedev/continue/commit/609b000d74c0797ef7b082cae6329f0ed3374663))
|
|
415
|
+
* mcp tests ([6d1e901](https://github.com/continuedev/continue/commit/6d1e901bb82814cb2bdf03d8212cfad04c0139cd))
|
|
416
|
+
* mcp tests ([e1d2846](https://github.com/continuedev/continue/commit/e1d284618d696593a52e6a661118adefa86394ab))
|
|
417
|
+
* mcp tests ([4eb6fe8](https://github.com/continuedev/continue/commit/4eb6fe85b738f649822e292910c2e9d52a9b6d9f))
|
|
418
|
+
* mcp tests part 2343 ([8859da8](https://github.com/continuedev/continue/commit/8859da8b567bac1aba5e78e25706f9bbc159468b))
|
|
419
|
+
* MD doesn't work on CI, use XL again ([6ae38bf](https://github.com/continuedev/continue/commit/6ae38bfba454ea2a4d086b4420f4a24fe38a64e6))
|
|
420
|
+
* memoize ishome and use routes ([af9063d](https://github.com/continuedev/continue/commit/af9063dc41c195bee687e9fb4919bbf1803ddba9))
|
|
421
|
+
* merge ([0485aa1](https://github.com/continuedev/continue/commit/0485aa1f287cbeb61103f63dd9504970b1f89f56))
|
|
422
|
+
* merge main ([a521117](https://github.com/continuedev/continue/commit/a521117e8f8d6dfef8095baadba8f82cf25ee2c3))
|
|
423
|
+
* migrate FileUtils to VFS ([#6866](https://github.com/continuedev/continue/issues/6866)) ([9b77b52](https://github.com/continuedev/continue/commit/9b77b52caf109e32798befac0539aebfb436bb6f))
|
|
424
|
+
* migrate to built-in inline completion API from 2024.1 ([7f5e91d](https://github.com/continuedev/continue/commit/7f5e91d33529092af4ec7122d253bc56c7e00d9f))
|
|
425
|
+
* migrate to built-in inline completion API from 2024.1 ([#6947](https://github.com/continuedev/continue/issues/6947)) ([e31f2f4](https://github.com/continuedev/continue/commit/e31f2f424695fc42edce0cbeba9de8bc314f6049))
|
|
426
|
+
* missing `alwaysApply` in local rule block ([8819712](https://github.com/continuedev/continue/commit/8819712cf5a02262dd61256da2d9d406dd70d69d))
|
|
427
|
+
* missing files ([71e0494](https://github.com/continuedev/continue/commit/71e04946b5dd6d9b44600fe8bbf7d7f75911a2eb))
|
|
428
|
+
* missing package ([d37a767](https://github.com/continuedev/continue/commit/d37a76786a177dd9d719159fd5a069954c934528))
|
|
429
|
+
* Mock MCP Service ([cd9d24f](https://github.com/continuedev/continue/commit/cd9d24f2ea18f021966d3551c5485deda0650698))
|
|
430
|
+
* model should now recompute outcome at each next edit location ([2cbfe97](https://github.com/continuedev/continue/commit/2cbfe9748fc38b1c7f0207389e69ef8a883dc436))
|
|
431
|
+
* model specification for next edit ([#7239](https://github.com/continuedev/continue/issues/7239)) ([c526003](https://github.com/continuedev/continue/commit/c5260036855eaa44d4a48875016305c02a2d09f1))
|
|
432
|
+
* model switcher not working when signed out, and other improvements ([791ad6b](https://github.com/continuedev/continue/commit/791ad6bb178704b6fd6f79dd08ed232e9bc5540f))
|
|
433
|
+
* more aliases ([d21eaf1](https://github.com/continuedev/continue/commit/d21eaf1ec7d6f3662e1d44a8d9acc5d501773789))
|
|
434
|
+
* more slashcommand UI ([daa4538](https://github.com/continuedev/continue/commit/daa45387725f6b0b9b247ebde63f1f3018052bc2))
|
|
435
|
+
* more tests ([d235cb4](https://github.com/continuedev/continue/commit/d235cb4969f8010fb9bcd92028440ba828b125ba))
|
|
436
|
+
* move .continue from security to indexing ignore ([afb19b9](https://github.com/continuedev/continue/commit/afb19b926a9f6979f418c56f49b832e9f3ad7ff2))
|
|
437
|
+
* move dependencies to devDependencies and add @sentry/profiling-node ([9fa213d](https://github.com/continuedev/continue/commit/9fa213db07a43a3b064d51deb310f6deecb2e8f0))
|
|
438
|
+
* move ellipsis to left in diff view ([c84143d](https://github.com/continuedev/continue/commit/c84143d9ea5b057c9392c0d7168c907f95d97d27))
|
|
439
|
+
* move ide dirs and venv dirs to indexing not security ignores ([3853124](https://github.com/continuedev/continue/commit/3853124eb38e7742b37648e62a6a1418987e3eba))
|
|
440
|
+
* move rc loading to separate file, fix core imports issue ([646913b](https://github.com/continuedev/continue/commit/646913b046af734ed27dcd4a20b778fcadb490c1))
|
|
441
|
+
* multi-line bash tool call formatting ([711445a](https://github.com/continuedev/continue/commit/711445aac73693aeeb86b6ef6945b4802df49e48))
|
|
442
|
+
* name check ([06f734c](https://github.com/continuedev/continue/commit/06f734cfe8aeb2947a3353527d9bb7e3aaa052ef))
|
|
443
|
+
* name consent marketing to align with c15t ([f3511d4](https://github.com/continuedev/continue/commit/f3511d4a3293229465dc7fa6dfc5edfa507c35d5))
|
|
444
|
+
* naming ([ae723c2](https://github.com/continuedev/continue/commit/ae723c23485aad5dbfc51c554e2bcc8f489aed57))
|
|
445
|
+
* new line ([0181eb3](https://github.com/continuedev/continue/commit/0181eb39b7b28840ed4b7af3d43f264c89aa0571))
|
|
446
|
+
* next edit renders that should render decorations will render them properly ([#7160](https://github.com/continuedev/continue/issues/7160)) ([6430a84](https://github.com/continuedev/continue/commit/6430a84c5c2edd7e5a683838e5423bca4a132087)), closes [#7167](https://github.com/continuedev/continue/issues/7167)
|
|
447
|
+
* nicer tool display ([6749e10](https://github.com/continuedev/continue/commit/6749e10daad3fc9238dce6bf5c7309dd610cad2a))
|
|
448
|
+
* no async on exit ([ca5b8be](https://github.com/continuedev/continue/commit/ca5b8be6337aeb870386ce41b151c480a1a9afef))
|
|
449
|
+
* node types in oai adapters ([c38b861](https://github.com/continuedev/continue/commit/c38b8611a9a35960e255713a939099890ee80874))
|
|
450
|
+
* normal multi-line paste doesn't mess up input box ([dd28c2f](https://github.com/continuedev/continue/commit/dd28c2f2bbaa6a89fbd3b4c2bdbd9a7d5bd29e6f))
|
|
451
|
+
* npm run lint and tests ([3b10ce5](https://github.com/continuedev/continue/commit/3b10ce59f518b519a95fdb5f518598e4b966bc97))
|
|
452
|
+
* npm run start correct path ([5c37672](https://github.com/continuedev/continue/commit/5c37672a914b8a94bbcadf42ec595faf11099a44))
|
|
453
|
+
* oai Headers ([eaa9a61](https://github.com/continuedev/continue/commit/eaa9a61ed2d0b4575e40f557857eafa74c24b9b8))
|
|
454
|
+
* Object object in profile URI ([#7156](https://github.com/continuedev/continue/issues/7156)) ([4752d7a](https://github.com/continuedev/continue/commit/4752d7ab96f63be4c2aaf3abd64a659acf9abb18))
|
|
455
|
+
* ollama pull ([7383a0b](https://github.com/continuedev/continue/commit/7383a0b2f109659dd574e5293c10fab9a7508910))
|
|
456
|
+
* oneper script to auto detect os ([ac594e4](https://github.com/continuedev/continue/commit/ac594e4eec5fc16ab17f0084dae5e1fa277332b4))
|
|
457
|
+
* only make a recursive call when outcome is null ([022d202](https://github.com/continuedev/continue/commit/022d202c787b7e52819c487156572623ad1d328b))
|
|
458
|
+
* only the first two packages for now ([9c25c19](https://github.com/continuedev/continue/commit/9c25c190528e64b903b0afcf96f2740396f69c5b))
|
|
459
|
+
* only update on session change when needed ([6ba0182](https://github.com/continuedev/continue/commit/6ba01825b40b2c3715f683edbe4f56376dcd84ce))
|
|
460
|
+
* ONLY use system tools if experimental setting enabled ([3ae3161](https://github.com/continuedev/continue/commit/3ae31616997a2cecb9d09fe85b45de825cc018a3))
|
|
461
|
+
* open correct apikey url ([ab18448](https://github.com/continuedev/continue/commit/ab1844837990d5ae885b45256719266f4ecc5786))
|
|
462
|
+
* open file on EDT ([1525047](https://github.com/continuedev/continue/commit/1525047e3c07b7fdf0b973d198c7f9acc0330371))
|
|
463
|
+
* open the proper config file ([89a7d9a](https://github.com/continuedev/continue/commit/89a7d9a0c2fc2c56859af2f50c14e357caa6b2fb))
|
|
464
|
+
* openai adapters ([8ead72e](https://github.com/continuedev/continue/commit/8ead72e3146235a5c98d82e38642e6e392d6e443))
|
|
465
|
+
* option + left/rght ([efa2c43](https://github.com/continuedev/continue/commit/efa2c434d0a5942e9aaf5171c2d1f03c5df3ca51))
|
|
466
|
+
* org switching ([05006c0](https://github.com/continuedev/continue/commit/05006c00cd43bd0d522ee7edb6093edd290bf68a))
|
|
467
|
+
* outcome logger test ([532c99b](https://github.com/continuedev/continue/commit/532c99b14813304f04b907a9f6824963025b9026))
|
|
468
|
+
* override dom exception package to remove error ([969f7fe](https://github.com/continuedev/continue/commit/969f7fe1b4569e0085d167b4955aad3db0781b35))
|
|
469
|
+
* package-lock updates ([473eb3f](https://github.com/continuedev/continue/commit/473eb3f771c0a6a956defc19b2db5739e055686d))
|
|
470
|
+
* package.json issues page ([91e1e2e](https://github.com/continuedev/continue/commit/91e1e2e004e86d6fb1df3bbfbbf94f6d46a4adb7))
|
|
471
|
+
* pass `--org` to serve cmd ([83574c2](https://github.com/continuedev/continue/commit/83574c2bcf9868392766940360aa10e3af1bc651))
|
|
472
|
+
* pass autodetected around as boolean ([bf8b4bd](https://github.com/continuedev/continue/commit/bf8b4bd8c1d24a85fc9445073ffeb6f4d3edad57))
|
|
473
|
+
* pass defaultCompletionOptions ([889d19e](https://github.com/continuedev/continue/commit/889d19e44881832e66974ba81aa4ba14d6e25a26))
|
|
474
|
+
* pass the current file path and a system prompt ([61d27c5](https://github.com/continuedev/continue/commit/61d27c530ca82508033b34a956a42179a8973538))
|
|
475
|
+
* passing prompt ([a824a08](https://github.com/continuedev/continue/commit/a824a086f8e963fa299288e14b92e3a89e8c97be))
|
|
476
|
+
* pending area to fix bugs with static rendering ([2938f2e](https://github.com/continuedev/continue/commit/2938f2ede53d7874313b090257b4fdb5fdb538f9))
|
|
477
|
+
* permissions parsing ([43e86f3](https://github.com/continuedev/continue/commit/43e86f3e24ea3da3bee16b60843d46dc327e69c9))
|
|
478
|
+
* pin to ffmpeg version 7.1 ([5b83e47](https://github.com/continuedev/continue/commit/5b83e477741c9965dc508be72ca6ea814672c378))
|
|
479
|
+
* place the completion window to be four spaces after the current line content ([1ba02a5](https://github.com/continuedev/continue/commit/1ba02a5705a2d01086ac1357c4352502bd837237))
|
|
480
|
+
* plan mode switching ([e9f053e](https://github.com/continuedev/continue/commit/e9f053eaf0b66e54bbb5d373965cd11a4c2b1088))
|
|
481
|
+
* position calculations ([bb6f936](https://github.com/continuedev/continue/commit/bb6f936414fc894086e076bd0ea46e79b2e4794f))
|
|
482
|
+
* Posthog user ID use Continue userId or machine ID ([c59dcc9](https://github.com/continuedev/continue/commit/c59dcc9d0cdfe4fe4e74f8ddc85533275892ba8b))
|
|
483
|
+
* prettier ([0136215](https://github.com/continuedev/continue/commit/0136215913e572bbd4ee3ffa81b93bf4456a946e))
|
|
484
|
+
* prettier ([45f3f5a](https://github.com/continuedev/continue/commit/45f3f5a6a61aac7887642cec5750344e0e17d6d2))
|
|
485
|
+
* prettier ([08f4b86](https://github.com/continuedev/continue/commit/08f4b865fb027ca06199b5a42a36f21144ed4c7a))
|
|
486
|
+
* prettier ([fa88e8d](https://github.com/continuedev/continue/commit/fa88e8de181e66c206bee4281dd2d80633283b2c))
|
|
487
|
+
* prettier ([5c0c586](https://github.com/continuedev/continue/commit/5c0c586872588a8bab41879691ddf596cf429c06))
|
|
488
|
+
* prettier ([7c23bb3](https://github.com/continuedev/continue/commit/7c23bb3f37964206b9c0b1fa8b12202ad41e46e6))
|
|
489
|
+
* prettier ([b7b720c](https://github.com/continuedev/continue/commit/b7b720c1ef3012034bfbc7df5102ad79e26ca686))
|
|
490
|
+
* prettier ([72e66e5](https://github.com/continuedev/continue/commit/72e66e511644963404156f2deb354003b8b18a57))
|
|
491
|
+
* prettier ([cea2705](https://github.com/continuedev/continue/commit/cea2705406a91d44fddb4be16d208026d5f875c9))
|
|
492
|
+
* prettier ([4397b27](https://github.com/continuedev/continue/commit/4397b27f30e5d9051aa34537e221160eb152d297))
|
|
493
|
+
* prettier ([95e942d](https://github.com/continuedev/continue/commit/95e942d9b00040fe5ab0c1156791a614a132e27f))
|
|
494
|
+
* prettier ([3657e5d](https://github.com/continuedev/continue/commit/3657e5d8917ee5287049d167646b300d80312160))
|
|
495
|
+
* prettier ([484b483](https://github.com/continuedev/continue/commit/484b4833c13dfe35173304fa932a6e8e7e6b17f3))
|
|
496
|
+
* prettier ([4f3c176](https://github.com/continuedev/continue/commit/4f3c176762259cab8a03820a3aee2172eb669867))
|
|
497
|
+
* prettier ([f61b205](https://github.com/continuedev/continue/commit/f61b205206aa666e5747eb893183a6f814d20825))
|
|
498
|
+
* prettier ([cc16834](https://github.com/continuedev/continue/commit/cc168347faea3393739abd2393d1439dbd017384))
|
|
499
|
+
* prettier ([3651d62](https://github.com/continuedev/continue/commit/3651d626a8e7a6f63dc6ddfe971753408ba01d1a))
|
|
500
|
+
* prettier ([84fccc7](https://github.com/continuedev/continue/commit/84fccc7c719357ed532f1effd54dae9b3ff540a8))
|
|
501
|
+
* prettier ([251f4d3](https://github.com/continuedev/continue/commit/251f4d3d061c60b418ebe2db6a80b774ed62a944))
|
|
502
|
+
* prettier ([5e76519](https://github.com/continuedev/continue/commit/5e76519ac148f6d0b9a307fae3865e06f77b479a))
|
|
503
|
+
* Prettier ([d3ef95c](https://github.com/continuedev/continue/commit/d3ef95c5d63bc3e935d8ef392c92e5a1738d0a86))
|
|
504
|
+
* prettier and lint ([8aa21ea](https://github.com/continuedev/continue/commit/8aa21eaa539fa8988f9c35bfd1aea7d52bed15c1))
|
|
505
|
+
* prettier issues ([9b0b581](https://github.com/continuedev/continue/commit/9b0b5814b19a3fcaa630eebba4599fa95fc8dd03))
|
|
506
|
+
* prevent AUTODETECT model from being queried on Ollama ([472c00f](https://github.com/continuedev/continue/commit/472c00f27cfdcd01aac12808424ba37b5590898f))
|
|
507
|
+
* prevent Bash tool from being presented in plan mode ([311d5ee](https://github.com/continuedev/continue/commit/311d5ee8b2ad4a18391b455b34cd8967d7f2adc9))
|
|
508
|
+
* prevent review actions from running on draft PRs and deduplicate comments ([64bda6b](https://github.com/continuedev/continue/commit/64bda6b2b3dac1037e9895dbee4ce1d35565e1fe))
|
|
509
|
+
* prevent security file reads cleanup ([400fefc](https://github.com/continuedev/continue/commit/400fefc1e3c6d85998332cf29172164156629f00))
|
|
510
|
+
* Prevent tool content with <think> tags from triggering incorrect tool calls ([b16a808](https://github.com/continuedev/continue/commit/b16a808d5bf1f6a93c879af6748395717b86da0c))
|
|
511
|
+
* Prevent workflow failures by removing exit codes and improving error handling ([a5de889](https://github.com/continuedev/continue/commit/a5de88907c274a47b237a68a5536caa6c254fec3))
|
|
512
|
+
* prompt ([17fe39c](https://github.com/continuedev/continue/commit/17fe39cc4f1760838ce4428aad0a984af13f8266))
|
|
513
|
+
* prompt ([8254599](https://github.com/continuedev/continue/commit/82545990cb55307a7dfc24a563d19eba812f523a))
|
|
514
|
+
* prompt ([e265491](https://github.com/continuedev/continue/commit/e26549165948d856d2930e179520b50eb4ed92dd))
|
|
515
|
+
* prompt and userEdits ([43dd4f6](https://github.com/continuedev/continue/commit/43dd4f622e9147260eb27384db6ca9adb761a8cb))
|
|
516
|
+
* proper finalcursorpos setting and disposal of decorations ([5dd17da](https://github.com/continuedev/continue/commit/5dd17da77416411f86e7ed4dcec90daa6e197445))
|
|
517
|
+
* properly build packages for cli releases ([9d39c4d](https://github.com/continuedev/continue/commit/9d39c4d8212630bfa2ced50febc2e500fb392b2e))
|
|
518
|
+
* properly calculate diff group ([9f0baea](https://github.com/continuedev/continue/commit/9f0baeae4284733220df1fd620fece66c5eb8b3c))
|
|
519
|
+
* properly handle diff groups to use maxGroupSize instead of maxGap ([b92aa32](https://github.com/continuedev/continue/commit/b92aa3209001c014db7542e373abe46eccb839f8))
|
|
520
|
+
* properly handle disabled status ([a9bf3aa](https://github.com/continuedev/continue/commit/a9bf3aa12340dc3faa0d98480a2c2811e43f3c38))
|
|
521
|
+
* prune before compacting ([04e35c5](https://github.com/continuedev/continue/commit/04e35c5d52a5cf49e0291fd1f1aa015fa9963b2f))
|
|
522
|
+
* race condition ([3f1c552](https://github.com/continuedev/continue/commit/3f1c55216998c46b5e1244ddf3df4809436d0844))
|
|
523
|
+
* race condition ([82d7020](https://github.com/continuedev/continue/commit/82d7020744d56f069dde6859d8a26cbb1b9b8ea2))
|
|
524
|
+
* race condition for this.lanceDbIndex being loaded and retrieveEmbeddings accessing it ([0cbde36](https://github.com/continuedev/continue/commit/0cbde36206ecf670a1a5b259705c514f8c692a77))
|
|
525
|
+
* race condition, defensive programming ([91c89b1](https://github.com/continuedev/continue/commit/91c89b19dabb6289f7b1f0d58ae0a850c1ae6a73))
|
|
526
|
+
* read file tool allow ./ path format ([ebf8ea8](https://github.com/continuedev/continue/commit/ebf8ea800608a9ad039cb3f7c0e8193df2dac357))
|
|
527
|
+
* recompute tools on each iteration to handle mode switches during streaming ([cd06fdd](https://github.com/continuedev/continue/commit/cd06fdd1df5fe0c98536208872ef347d2324ea17))
|
|
528
|
+
* recover from bad merge ([65cd7d4](https://github.com/continuedev/continue/commit/65cd7d47aa92ff7e40cf5d5fa0559a6f97ad5c1e))
|
|
529
|
+
* recover non-related change in InteliJIde.kt ([ebd5154](https://github.com/continuedev/continue/commit/ebd5154b8c8f7f606194d424a1f330cc8b22a94e))
|
|
530
|
+
* redirect agents -> assistants ([f3d604b](https://github.com/continuedev/continue/commit/f3d604bdd80850f6b16346fb784a90858f880f47))
|
|
531
|
+
* reduce time ([1f84b29](https://github.com/continuedev/continue/commit/1f84b2994aa3fe22c034c28b3d47f3342d8f7506))
|
|
532
|
+
* redux bug ([dfd94ba](https://github.com/continuedev/continue/commit/dfd94bac33fd0e60dc24be382c78e8605a5f1dc7))
|
|
533
|
+
* refactor display name for tools ([837ac2d](https://github.com/continuedev/continue/commit/837ac2d5c33ad0ef6482f8216dd7b3a8ec852fe3))
|
|
534
|
+
* refactor, add comment ([70bc314](https://github.com/continuedev/continue/commit/70bc314502e1a77d5b8f1d09d27d8041231b30c2))
|
|
535
|
+
* register YAML config schema by its URI in VS Code ([85f7d62](https://github.com/continuedev/continue/commit/85f7d6297aadfd6cb6cb5e5a7a625ab9ed061634))
|
|
536
|
+
* reinstate gui telemetry for non-continue users by separating sentry and posthog logic ([ced972d](https://github.com/continuedev/continue/commit/ced972d1ea69c1e3ecd74f7b76d136e6d7c73fbc))
|
|
537
|
+
* release index.js ([091cfa7](https://github.com/continuedev/continue/commit/091cfa7b64c1591f371e444e602d04fdcbca48d4))
|
|
538
|
+
* reload assistants button leading to new assistant page ([961084c](https://github.com/continuedev/continue/commit/961084cb45fae8756bcbab53cc740a14919eff7a))
|
|
539
|
+
* reload assistants, not config ([30dbdee](https://github.com/continuedev/continue/commit/30dbdee5dc10b5ff25b47d8c9751d206e946dfa1))
|
|
540
|
+
* remote ([c6355b4](https://github.com/continuedev/continue/commit/c6355b4de28934ab7e42f9b81ef49ec7784a2abb))
|
|
541
|
+
* remote stdin and restore diff display ([09d3805](https://github.com/continuedev/continue/commit/09d3805e035569985181012be0deb2ebb85fdd93))
|
|
542
|
+
* remote test ([8729cc4](https://github.com/continuedev/continue/commit/8729cc4e6272db165444084040aa2c338eb45bb6))
|
|
543
|
+
* remote url no port ([3ce7bb0](https://github.com/continuedev/continue/commit/3ce7bb06dc448777175c33b162c009dc20b8a3fd))
|
|
544
|
+
* remove ! ([4746edf](https://github.com/continuedev/continue/commit/4746edf06a3bd2265f2bed933460c03476292132))
|
|
545
|
+
* remove .js extensions from highlight.js language imports ([6426777](https://github.com/continuedev/continue/commit/6426777d659a2747681d22d4c78574d6e0686ba6))
|
|
546
|
+
* remove add model system message ([6e66c0e](https://github.com/continuedev/continue/commit/6e66c0e694139dd3df762ca624bb3e1d2f4400be))
|
|
547
|
+
* remove blank test file ([031179e](https://github.com/continuedev/continue/commit/031179ecf7107e4cbd0ae319415cad80c46ad83a))
|
|
548
|
+
* remove clipboard buffer action ([#7117](https://github.com/continuedev/continue/issues/7117)) ([190a1d1](https://github.com/continuedev/continue/commit/190a1d13658f5e012e6ae61a2a354a52dfd77a97))
|
|
549
|
+
* remove cumulative args test ([a175385](https://github.com/continuedev/continue/commit/a175385f0031950691cf7c02d126d8846f262fd9))
|
|
550
|
+
* remove duplicate toggleToolGroupSetting call in ToolPoliciesGroup.tsx ([d44083a](https://github.com/continuedev/continue/commit/d44083a335839f1669bc3117e91dcb10d3a25d29))
|
|
551
|
+
* remove expected error ([7fabd29](https://github.com/continuedev/continue/commit/7fabd2995e0c3221e709c879828bf3ce76a5ca58))
|
|
552
|
+
* remove extraneous quotation mark in className for useCodebase div ([44cce3a](https://github.com/continuedev/continue/commit/44cce3ae734df65c550de8c4e859e6751b854ddd))
|
|
553
|
+
* remove extraneous scroll ([c967b3b](https://github.com/continuedev/continue/commit/c967b3bb0e122cd6c122ea21d34f76aa0ee4af64))
|
|
554
|
+
* remove high-cardinality labels in cli ([99b0a01](https://github.com/continuedev/continue/commit/99b0a013a3ab88cb3ba09062f870b2b0ee451889))
|
|
555
|
+
* remove injected block ([a55f362](https://github.com/continuedev/continue/commit/a55f362d7492f3a0fcb9e0d6104a318413ad678b))
|
|
556
|
+
* remove it.only ([127a5dc](https://github.com/continuedev/continue/commit/127a5dc3757ee2af09d1e94a7fb7a6ade96cecc0))
|
|
557
|
+
* remove it.only test marker ([3bd270a](https://github.com/continuedev/continue/commit/3bd270a41e8e5f9b1bc054277ae0aa5eeebee29e))
|
|
558
|
+
* remove jarowinkler similarity for search and replace ([70ad8cb](https://github.com/continuedev/continue/commit/70ad8cbfad9d6c99f155d3890c75495dbe68c7d7))
|
|
559
|
+
* remove kover ([#7325](https://github.com/continuedev/continue/issues/7325)) ([43ea6ae](https://github.com/continuedev/continue/commit/43ea6aeaf661ccbc5fe789d85195356284ff42f8))
|
|
560
|
+
* remove log ([936f285](https://github.com/continuedev/continue/commit/936f285cb98bff4044017441ce6b883c5b985c16))
|
|
561
|
+
* remove margins around code popup ([9f2d3c2](https://github.com/continuedev/continue/commit/9f2d3c2ea296b9737389edd1facff232b8ad90c6))
|
|
562
|
+
* remove nextedit, use mercury-coder for both fim and next edit ([2b0e6a5](https://github.com/continuedev/continue/commit/2b0e6a5cf617ce4cb0d7345d4055a448cd7693bd))
|
|
563
|
+
* remove non recommended models ([#7397](https://github.com/continuedev/continue/issues/7397)) ([b5c5143](https://github.com/continuedev/continue/commit/b5c5143afdf09d21047060ac5bfa4b1606768cb0))
|
|
564
|
+
* remove part of the system message ([daae972](https://github.com/continuedev/continue/commit/daae97242f1fca92f42f8c979df8d9c3f912f69d))
|
|
565
|
+
* remove platformVersion from Run Extension to fix Kotlin version error ([e6b5335](https://github.com/continuedev/continue/commit/e6b5335ae367e02be7dd7b5ce9324aac203299f4))
|
|
566
|
+
* remove println ([a0c9d73](https://github.com/continuedev/continue/commit/a0c9d739ee88d55b226b2bfb7f3c97dd3476cdfa))
|
|
567
|
+
* Remove redundant jcef.out-of-process=false from run configs ([71fed98](https://github.com/continuedev/continue/commit/71fed98d36d14b21ea63cd054b0323aec6c871aa)), closes [#6611](https://github.com/continuedev/continue/issues/6611)
|
|
568
|
+
* remove reject edit diff functionality on cmd backspace ([#6703](https://github.com/continuedev/continue/issues/6703)) ([46b6448](https://github.com/continuedev/continue/commit/46b644850bd9c885dc36a34fc3ef28cc0e6de837))
|
|
569
|
+
* remove test llm from prompt engine vitest ([6b51f55](https://github.com/continuedev/continue/commit/6b51f556a9bed2343951eb8b6cb317ede8b97612))
|
|
570
|
+
* remove test model for now ([793c835](https://github.com/continuedev/continue/commit/793c835f23cfd4248c36675d0b449b0d250e2fe7))
|
|
571
|
+
* remove the first two lines generated by createDiff ([1579375](https://github.com/continuedev/continue/commit/1579375550f505ddbbb9b10998f9824fbb64b291))
|
|
572
|
+
* remove uneccessary memoization ([a853194](https://github.com/continuedev/continue/commit/a853194751f2709477f720d6c421f68ff699eb80))
|
|
573
|
+
* remove unecessary serve callbacks ([e95397d](https://github.com/continuedev/continue/commit/e95397d7454ab186709438154caec9c1d48bcabe))
|
|
574
|
+
* remove unused free trial query from account dropdown ([1295f3a](https://github.com/continuedev/continue/commit/1295f3a55904aa067e3f1187b42299f5f793f43e))
|
|
575
|
+
* remove warning ([31b3f67](https://github.com/continuedev/continue/commit/31b3f6707b0f42180c8ae56faf9dfb2f566be5c1))
|
|
576
|
+
* remove warning triangle ([943f596](https://github.com/continuedev/continue/commit/943f59607c559ebb1b79de86d9ef529b587de1c5))
|
|
577
|
+
* removes footer link ([8fccc57](https://github.com/continuedev/continue/commit/8fccc57b7552a4ef52e6778272a6fa20074959db))
|
|
578
|
+
* rename isSearchReplace to isSearchAndReplace for consistency ([6d60b33](https://github.com/continuedev/continue/commit/6d60b335d6dbc2edff1af705ae5aadd3ce38abc6))
|
|
579
|
+
* render Ollama thinking messages ([5624de2](https://github.com/continuedev/continue/commit/5624de2912d1bb91a3e39f724d379ae590eac4a2))
|
|
580
|
+
* replace the transform flag ([bda12ac](https://github.com/continuedev/continue/commit/bda12acd1c687ef23eb025c44d3ec37fa7a0520e))
|
|
581
|
+
* reranker expects non-empty chunk contents ([39cc73f](https://github.com/continuedev/continue/commit/39cc73f3a2c835ed5cce4e33b235b6de71ef28a2))
|
|
582
|
+
* reranker jump ([72533b6](https://github.com/continuedev/continue/commit/72533b6169e1eeba0f0842e41d5c43145d141694))
|
|
583
|
+
* reranking score slicing ([#6948](https://github.com/continuedev/continue/issues/6948)) ([f22c37c](https://github.com/continuedev/continue/commit/f22c37cf7dcb39e4f745e1274df032027f9488bd))
|
|
584
|
+
* resolve ([79220e6](https://github.com/continuedev/continue/commit/79220e60a1193e440f4ab96d8aece1fc0a055b5a))
|
|
585
|
+
* resolve GUI TypeScript errors after dev data schema changes ([ca3c8f2](https://github.com/continuedev/continue/commit/ca3c8f288ce25916a8faf534e96c4f7568e34725))
|
|
586
|
+
* resolve remaining ESLint issues in audit-command-line-flags ([9218172](https://github.com/continuedev/continue/commit/9218172625bf3a4f7d3ef57dcda1c550d7269f1b))
|
|
587
|
+
* resolve TypeScript errors after dev data schema changes ([b8e4e95](https://github.com/continuedev/continue/commit/b8e4e95487e2472b89227546af1a7a893722ae06))
|
|
588
|
+
* respect --config flag instead of falling back to default config ([aa06fd9](https://github.com/continuedev/continue/commit/aa06fd90e01c30b37e770c9486b5172d21307b12))
|
|
589
|
+
* respect maxRetries ([94d32b6](https://github.com/continuedev/continue/commit/94d32b6aeb41e62602bc2e0cd9c01c723cd3bdc1))
|
|
590
|
+
* response actions disappearing and causing jumping while streaming ([b643a58](https://github.com/continuedev/continue/commit/b643a58cbfd78592b8c884d21fc11b275c83bca6))
|
|
591
|
+
* restore invalid config error reporting ([0ccc5ba](https://github.com/continuedev/continue/commit/0ccc5ba9bdadfe225b7c6698c41209b7759da3e4))
|
|
592
|
+
* restore launch settings ([cb6b819](https://github.com/continuedev/continue/commit/cb6b819dea819bc49f65b34250602e351c49dcce))
|
|
593
|
+
* restore the useLocalCrawling & maxDepth settings for indexed documents ([28b2c57](https://github.com/continuedev/continue/commit/28b2c573e9415be88254d65ef846255b2ce4768a))
|
|
594
|
+
* resume ([2b5b392](https://github.com/continuedev/continue/commit/2b5b39242d2a4995bae94175afe0b2564377fdb0))
|
|
595
|
+
* return output from edit file tool + accept ./ paths ([f5cab89](https://github.com/continuedev/continue/commit/f5cab8918ce13477758f6e712c9cb0b9cb6e6164))
|
|
596
|
+
* revert capabilities format to array syntax in OpenRouter docs ([c4403e2](https://github.com/continuedev/continue/commit/c4403e2ff4121a7e0859e9dbe32adbce351616a7))
|
|
597
|
+
* revert changed test ([52a8b9e](https://github.com/continuedev/continue/commit/52a8b9e705e0df11a273dd52938dc8956f0c1222))
|
|
598
|
+
* revert clever pending logic ([4576d2c](https://github.com/continuedev/continue/commit/4576d2c82414ebb2127d6a0a091cc2057fda0ddb))
|
|
599
|
+
* revert showing error UI ([40cb802](https://github.com/continuedev/continue/commit/40cb8025a2e7401885a8e1aa30be147e4cbdbbcc))
|
|
600
|
+
* roll back action.yml ([098e354](https://github.com/continuedev/continue/commit/098e3545b1dc6c75e080ceae6ac01c045d31b359))
|
|
601
|
+
* rollback timeout ([3d23869](https://github.com/continuedev/continue/commit/3d23869c98ccc791081f7663a7cded0271a6e49d))
|
|
602
|
+
* round corners ([a08e217](https://github.com/continuedev/continue/commit/a08e2176a70f5a216f6e03657e9f6522eade99b8))
|
|
603
|
+
* rule colocation uri logic ([#7164](https://github.com/continuedev/continue/issues/7164)) ([c1a4785](https://github.com/continuedev/continue/commit/c1a47858f389efdfe900f88dd5011bf72a8d80c5))
|
|
604
|
+
* sanitize mcp names ([ded800b](https://github.com/continuedev/continue/commit/ded800b537ee83085d7abb24af4b7dee903476d8))
|
|
605
|
+
* sanitize proxy settings + add NO_PROXY support + add unit tests ([#7238](https://github.com/continuedev/continue/issues/7238)) ([7bac621](https://github.com/continuedev/continue/commit/7bac6211cd4b41c9443b5446417a63fbbd55199e))
|
|
606
|
+
* search and replace args ([fa30e24](https://github.com/continuedev/continue/commit/fa30e245d24926d057009b0c4c36251743c18e26))
|
|
607
|
+
* search and replace preview text ([5b0bebc](https://github.com/continuedev/continue/commit/5b0bebc2e6b34b2ed0b351c6f664c301a939ca9c))
|
|
608
|
+
* security ([2f4a4f9](https://github.com/continuedev/continue/commit/2f4a4f90ee247e4b52994d25ba5c6c73eb529804))
|
|
609
|
+
* security updates for file context provider ([c920351](https://github.com/continuedev/continue/commit/c920351c89e7745e5d4e948407f142072f343f35))
|
|
610
|
+
* semantic release for fetch and llm-info ([e88718a](https://github.com/continuedev/continue/commit/e88718a673443656fce98413a1ec9d7ddf1da973))
|
|
611
|
+
* Send the process exit reason to Sentry + add OS info ([d1b258f](https://github.com/continuedev/continue/commit/d1b258ffc38f48325d4e317c8fc564cfb7bad62d))
|
|
612
|
+
* Send the process exit reason to Sentry + add OS info ([b72fc0e](https://github.com/continuedev/continue/commit/b72fc0ea8f8dc0e1f88934e18b1b9ab5d34826ef))
|
|
613
|
+
* set high default pruning length, let server throw error unless context length known ([194b802](https://github.com/continuedev/continue/commit/194b802ed3b1c67afeb6abfa7153401acecd51b6))
|
|
614
|
+
* setup packages before release ([be49529](https://github.com/continuedev/continue/commit/be49529b680ff6098e3415b42bc5758cbd02e8c6))
|
|
615
|
+
* shell mode tests ([530e037](https://github.com/continuedev/continue/commit/530e0374d5c6d7198e4d4db46f5f43edd8eba760))
|
|
616
|
+
* shift+enter for newline ([fa30094](https://github.com/continuedev/continue/commit/fa30094e61dbb2b11f7940b875fc719d06ed3eec))
|
|
617
|
+
* shorten tool call messages ([4f510ef](https://github.com/continuedev/continue/commit/4f510ef57b3ba56e0d431852bc1751ec6f4d920e))
|
|
618
|
+
* shorter phrase for "generating" status of tool calls ([931d9a5](https://github.com/continuedev/continue/commit/931d9a527d97fefa2ea595f0570afb0695418760))
|
|
619
|
+
* show /resume sessions in correct chronological order ([0a1187e](https://github.com/continuedev/continue/commit/0a1187e223da46e222e8174437eeaaea17e8737c))
|
|
620
|
+
* show added/removed diff chars ([e318331](https://github.com/continuedev/continue/commit/e31833160579e753919fc5c9d9eb504882b4da84))
|
|
621
|
+
* show ascii art in static area ([27e016e](https://github.com/continuedev/continue/commit/27e016e47ff22bf8f6261460d5346d323fc8c41c))
|
|
622
|
+
* show autodetected in model titles ([75186dd](https://github.com/continuedev/continue/commit/75186ddadbfca4879efb9ed1460be7cabc38427e))
|
|
623
|
+
* show config errors for selected assistant, remove duplicate fatal error ([f851d8b](https://github.com/continuedev/continue/commit/f851d8bdc55fa5b506ada1cd105f7f456bb9c7fc))
|
|
624
|
+
* show config name, not slug ([8159ce6](https://github.com/continuedev/continue/commit/8159ce6555464127be29deaaaf38e434f0c9c421))
|
|
625
|
+
* show expansion toggle when adding a snippet via Cmd+L ([f4667de](https://github.com/continuedev/continue/commit/f4667de28476474fbefd3f4a1c033f9a63ec8e72))
|
|
626
|
+
* show intro msg immediately ([b832d2f](https://github.com/continuedev/continue/commit/b832d2fef416fb89d6f5e65bab617b8854a0f987))
|
|
627
|
+
* show no tools available when no tools available ([#7021](https://github.com/continuedev/continue/issues/7021)) ([126dc26](https://github.com/continuedev/continue/commit/126dc2605d76f531c30fd4211784f180289b0a63))
|
|
628
|
+
* show org id not (no org) ([33fcfe1](https://github.com/continuedev/continue/commit/33fcfe10c118fe69ebf6bad33daf267902c1e033))
|
|
629
|
+
* show terminal output when truncated ([f993742](https://github.com/continuedev/continue/commit/f99374255e70d1c5392003c35206d1856a42e6b9))
|
|
630
|
+
* SIGINT handler logic to run in TUI only ([705f99e](https://github.com/continuedev/continue/commit/705f99efff6b59b875260a43b3a36dd9fe608a54))
|
|
631
|
+
* similar fix ([73848d5](https://github.com/continuedev/continue/commit/73848d554f6ad5fca57a7876d2738143246e576d))
|
|
632
|
+
* similar-issues.yml ([b11e1d8](https://github.com/continuedev/continue/commit/b11e1d80f7b52d59603a42fabc17c5859dbf6a0c))
|
|
633
|
+
* simplify logic ([c3dcacf](https://github.com/continuedev/continue/commit/c3dcacf1a361dab24b1d169681937b4f74d00230))
|
|
634
|
+
* simplify mcp service ([60b5491](https://github.com/continuedev/continue/commit/60b5491e1bb9995cf42902f082a468a8ed09a746))
|
|
635
|
+
* skip analytics capture calls if workspaceId is undefined ([45214eb](https://github.com/continuedev/continue/commit/45214eb7434e6ddcb584d183d6cc8556e344d252))
|
|
636
|
+
* skip file watching if not in git repo ([5576497](https://github.com/continuedev/continue/commit/5576497e64587653d9efa9ba1f97a53dd2f3fc78))
|
|
637
|
+
* skip indexing home directory ([7443c20](https://github.com/continuedev/continue/commit/7443c20ea8e085e28da4e5162ed7f99d0cca0969))
|
|
638
|
+
* skip next edit e2e for now ([2011603](https://github.com/continuedev/continue/commit/2011603e93912d00c278c377a68de1dc6f071028))
|
|
639
|
+
* skip redundant calculation ([f249c23](https://github.com/continuedev/continue/commit/f249c23f8ada580243e73b03862eaa59458bcf0e))
|
|
640
|
+
* skip test ([2bba03d](https://github.com/continuedev/continue/commit/2bba03d8e5fe8c62a21ebbf8cc8eda8adeca8a11))
|
|
641
|
+
* skip tool call test assertion for Mistral when no tools returned ([d1d94a7](https://github.com/continuedev/continue/commit/d1d94a71b4d6d0445ffeaac26f0f2dd86b645df9))
|
|
642
|
+
* slash command behavior ([7281a2f](https://github.com/continuedev/continue/commit/7281a2f0789db04acd8b58f929ec2b80c006f9f2))
|
|
643
|
+
* slash command behavior more ([f488b9c](https://github.com/continuedev/continue/commit/f488b9c4d7a32fc95d3e6ca3795e96d48aa68311))
|
|
644
|
+
* slash command prefix matching ([0a40201](https://github.com/continuedev/continue/commit/0a402010d9ae98a6913b7ceb68b97dfd9772754e))
|
|
645
|
+
* slash command search uses complete text regardless of cursor position ([fa9af37](https://github.com/continuedev/continue/commit/fa9af3778a1574439376df2544a73d892c89fa0e))
|
|
646
|
+
* slash command tab ([ee40d8b](https://github.com/continuedev/continue/commit/ee40d8bbb48d502055cad1e811e973598b0bf9bd))
|
|
647
|
+
* slash command test ([d16e2a7](https://github.com/continuedev/continue/commit/d16e2a7065cb3fecb9cf7d7d1d052d8418625925))
|
|
648
|
+
* small tools details ([100ff72](https://github.com/continuedev/continue/commit/100ff72bbef16a748e6785924d890cd12c1d2bb9))
|
|
649
|
+
* small tweak in debug info message ([244e47b](https://github.com/continuedev/continue/commit/244e47b943be1e0209b2b72652e1f500417d28d6))
|
|
650
|
+
* solve bug loading organization visibility assistants ([2b089bc](https://github.com/continuedev/continue/commit/2b089bc83d7a03f7c518d1a68e0ac775b6ffde45))
|
|
651
|
+
* spacing between divs on tool calls ([1c4f983](https://github.com/continuedev/continue/commit/1c4f983c93e200c2dd771320457fbb31162d6743))
|
|
652
|
+
* split thinking and chat messages when Ollama is not streaming ([#7446](https://github.com/continuedev/continue/issues/7446)) ([ca5aadd](https://github.com/continuedev/continue/commit/ca5aadda7388e30431dba3b52ee0eb6539513c61))
|
|
653
|
+
* stable reelase paths ([a47ff2e](https://github.com/continuedev/continue/commit/a47ff2e85a5a7850c4f7f34174d42bbd9cad885f))
|
|
654
|
+
* stale tests ([1374574](https://github.com/continuedev/continue/commit/1374574f30403bf1a2515e4fae8e414003019af2))
|
|
655
|
+
* standardize mcp service ([34efb8f](https://github.com/continuedev/continue/commit/34efb8f0a0909381e801a00f1965b086c3efe09d))
|
|
656
|
+
* standardize modelName and add missing modelProvider in dev data schemas ([4307010](https://github.com/continuedev/continue/commit/4307010ab104bb800659f09e4abc16d371211a47))
|
|
657
|
+
* standardize modelTitle to modelName in VS Code extension ([1d9a711](https://github.com/continuedev/continue/commit/1d9a711b4cb6c5bd952809655504e767dc48bdd9))
|
|
658
|
+
* start a new session on /clear ([e611cb6](https://github.com/continuedev/continue/commit/e611cb6206be28d5d869c58d44ff52882e820296))
|
|
659
|
+
* sticky headers ([b95bd3c](https://github.com/continuedev/continue/commit/b95bd3cda236cc35f2b11414178d03ca3ab5074b))
|
|
660
|
+
* still render empty completions in case they are oure deletions ([bdf9544](https://github.com/continuedev/continue/commit/bdf9544fa92a55e347d23d0e5fe13b6f9d37d0ea))
|
|
661
|
+
* stop dependencies from logging to stdout when in tui mode ([7a18f37](https://github.com/continuedev/continue/commit/7a18f37a9e1bb9a7fd78bb931512104f2a895a5e))
|
|
662
|
+
* store originalInput before resetNavigation, add tests for inputHistory ([1920795](https://github.com/continuedev/continue/commit/1920795b49cffef98f03153804d2e2e9cf14ff9c))
|
|
663
|
+
* stream above input box ([c8945ad](https://github.com/continuedev/continue/commit/c8945adb85c99379039afa02ac4d63f114a6de6b))
|
|
664
|
+
* streaming tests, built in tool flag ([658d012](https://github.com/continuedev/continue/commit/658d012ed60e27798031edae5d8c6e5cb42c2fa8))
|
|
665
|
+
* system message copy ([9e0a7d2](https://github.com/continuedev/continue/commit/9e0a7d2df0c4e3646ba61c64b5066097b101ac5d))
|
|
666
|
+
* system message tools array args for search and replace tool ([ec9d315](https://github.com/continuedev/continue/commit/ec9d3157bb3d4413db982fd84eb3bb3d85301eab))
|
|
667
|
+
* system tool calling bugs and flesh out tests ([567d917](https://github.com/continuedev/continue/commit/567d917367b76dd12214c139f144835c6322d85e))
|
|
668
|
+
* SystemMessageService so that system message updates with mode changes ([f69ba17](https://github.com/continuedev/continue/commit/f69ba1767898dd7226243a9bcce76acd87fb60a3))
|
|
669
|
+
* tab and esc are properly reserved ([5b3d5ea](https://github.com/continuedev/continue/commit/5b3d5ea03247a7e6324636f3ce5cb34c3c585acc))
|
|
670
|
+
* tell model no tools are available if they aren't ([#7034](https://github.com/continuedev/continue/issues/7034)) ([d4b0609](https://github.com/continuedev/continue/commit/d4b0609a7a87f5b89ab7a0086901f676b658033a))
|
|
671
|
+
* temp fix for remote tool state bug ([3b94bff](https://github.com/continuedev/continue/commit/3b94bffcad2f81a3162467c6eb0173e93131ecb5))
|
|
672
|
+
* temporarily hide the remote command ([d3b560a](https://github.com/continuedev/continue/commit/d3b560a4405325e52605c9e0307e86c6c6c887b3))
|
|
673
|
+
* temporarily hide the serve command ([35b3230](https://github.com/continuedev/continue/commit/35b32306c81d2d7736fd822593b22acecf94bc9c))
|
|
674
|
+
* test ([08c94db](https://github.com/continuedev/continue/commit/08c94db9540286b8d74b1c8fbbcc4772d02cab09))
|
|
675
|
+
* test ([c5a22b3](https://github.com/continuedev/continue/commit/c5a22b3e4ad06be973184b7a7563df66000f89c4))
|
|
676
|
+
* test failures - was doing a chat test in agent mode ([9511eb5](https://github.com/continuedev/continue/commit/9511eb5fa93a6aa13fb643ffe4e80a9a788c7d82))
|
|
677
|
+
* test fix for fetch package and publish version with improved error logging ([87d55c5](https://github.com/continuedev/continue/commit/87d55c5b4d9e5ec662a19018ee2cb4bbeb433070))
|
|
678
|
+
* Test that the GUIActions.toggleToolPolicy()method works ([92b9b48](https://github.com/continuedev/continue/commit/92b9b4828b4ad947e4d98b9ef39a80771a227746))
|
|
679
|
+
* tests ([3ea4ec3](https://github.com/continuedev/continue/commit/3ea4ec30def30d9dff541f5966c2d827071958ae))
|
|
680
|
+
* tests ([a019501](https://github.com/continuedev/continue/commit/a019501cbfc931fc67082837906b21a097af008e))
|
|
681
|
+
* tests ([98e9e6e](https://github.com/continuedev/continue/commit/98e9e6e55a730d7e8ec008d09c765413eea112b6))
|
|
682
|
+
* tests ([83ab0b6](https://github.com/continuedev/continue/commit/83ab0b65313d338db3869bbf79cb42295fef28c3))
|
|
683
|
+
* tests ([a93c2bc](https://github.com/continuedev/continue/commit/a93c2bcb0dcb4b725b120d464d776fea925ff72a))
|
|
684
|
+
* tests ([cebd96a](https://github.com/continuedev/continue/commit/cebd96adaee8525ed42b3b94cd45f9fd8996ecba))
|
|
685
|
+
* tests ([83d218c](https://github.com/continuedev/continue/commit/83d218c0f830db7c43380d9928a478ce0893b9f1))
|
|
686
|
+
* tests ([5193248](https://github.com/continuedev/continue/commit/51932485ce0fb4f94bca686fbd4613befb8c20f4))
|
|
687
|
+
* tests ([e0675e3](https://github.com/continuedev/continue/commit/e0675e399ab5825ec0e412148612a8e90ec0eda2))
|
|
688
|
+
* tests ([c3aa9b6](https://github.com/continuedev/continue/commit/c3aa9b693b0afd5c2b23233d4ae45bc751d68c3e))
|
|
689
|
+
* tests ([cf25768](https://github.com/continuedev/continue/commit/cf2576875edb7999cbcc9fa0cddefcc927f33fba))
|
|
690
|
+
* tests ([2e4746e](https://github.com/continuedev/continue/commit/2e4746e4d5b0480d36b8138bebde9ee47b2d0ed9))
|
|
691
|
+
* tests ([dd53644](https://github.com/continuedev/continue/commit/dd53644ce5b8800ba388bf410273855b3d42f426))
|
|
692
|
+
* tests ([5e38c18](https://github.com/continuedev/continue/commit/5e38c181d076084d16ad07d876157ad463358407))
|
|
693
|
+
* tests and prettier ([54c16a3](https://github.com/continuedev/continue/commit/54c16a3f03b2aa1f1f12118196b3d092943022f6))
|
|
694
|
+
* tests for mcp ([05f677b](https://github.com/continuedev/continue/commit/05f677b53cc607255a9e85ae3e84104e97d286c1))
|
|
695
|
+
* tests for new ignore tweaks ([41dfda6](https://github.com/continuedev/continue/commit/41dfda6ff97ea4eed81e9a205d076a1efeec0124))
|
|
696
|
+
* the other usage of listProductsReleases ([770b39c](https://github.com/continuedev/continue/commit/770b39c4644e7a60b1141e4aa15b6e0aa715694b))
|
|
697
|
+
* throw error if tool call args are missing ([6af3554](https://github.com/continuedev/continue/commit/6af35548c8c80e244b4e81ba297d0ae98d817fbb))
|
|
698
|
+
* tool call bug ([50ec6b9](https://github.com/continuedev/continue/commit/50ec6b9bfe59c412b672c6f7e165e33e844762e8))
|
|
699
|
+
* tool call custom UI ([fa4b98f](https://github.com/continuedev/continue/commit/fa4b98f455db6fe48b4c5810327d0222fade7902))
|
|
700
|
+
* tool call display ([6274c37](https://github.com/continuedev/continue/commit/6274c37a7fa1a42f8c93d28b12783cbdb67adf69))
|
|
701
|
+
* tool call processing ([0d00997](https://github.com/continuedev/continue/commit/0d009972443e475a5d1019ad2c3ef33c33c7e99c))
|
|
702
|
+
* tool error detection ([98e80c3](https://github.com/continuedev/continue/commit/98e80c324ab9560716e9bcfc0cb068bc68c12a4c))
|
|
703
|
+
* tool matching ([8a5a1ef](https://github.com/continuedev/continue/commit/8a5a1ef781647884808a8776ac83a8b36ef9c52b))
|
|
704
|
+
* tool name matching ([9792b14](https://github.com/continuedev/continue/commit/9792b1411f713c2615c0d3b82df2c7032d434205))
|
|
705
|
+
* tool ui again ([9c18d28](https://github.com/continuedev/continue/commit/9c18d28cbefed79f316a0b9d219f7ec585455eca))
|
|
706
|
+
* tool UI again ([9d4ea20](https://github.com/continuedev/continue/commit/9d4ea20deb278a7c8d427647b5c1d5cf4d333352))
|
|
707
|
+
* trimEnd tool summary for Bash ([0d55225](https://github.com/continuedev/continue/commit/0d55225d8f67f6f5a432536854326a86060b14fb))
|
|
708
|
+
* truncate bash output lines ([dff18c8](https://github.com/continuedev/continue/commit/dff18c834b38902d294b1ef6efaf73ffe498ffd5))
|
|
709
|
+
* truncate diff at 16 lines ([cbb77e3](https://github.com/continuedev/continue/commit/cbb77e35ff19809c1c05760fbdf7c995d85dc72c))
|
|
710
|
+
* truncate Read tool output to avoid context overflow ([ee79bff](https://github.com/continuedev/continue/commit/ee79bff04835697fee1b2d90d49513f1a3b8fcf8))
|
|
711
|
+
* truncate to last user or tool call msg ([30de579](https://github.com/continuedev/continue/commit/30de57993c14896cb7143281511313ff69d4bb55))
|
|
712
|
+
* try long polling ([bf916bc](https://github.com/continuedev/continue/commit/bf916bc44ce9fa6db5fe1ebfa687a2389524544b))
|
|
713
|
+
* try to pass GUI.test.ts ([8ad03dc](https://github.com/continuedev/continue/commit/8ad03dc4e54d1b71658d19bd36c8a71f92d8cb04))
|
|
714
|
+
* try to resolve path to open files if not in workspace ([7cf325f](https://github.com/continuedev/continue/commit/7cf325f10869b2333823420d3653988fb2312953))
|
|
715
|
+
* try using xpath ([6c04626](https://github.com/continuedev/continue/commit/6c046263eac2484284854bf4837d6877a571ae62))
|
|
716
|
+
* tui no longer completely broken ([8c0fd5e](https://github.com/continuedev/continue/commit/8c0fd5e87e7e8ce59b4b022669d4aba2ba1b8bcf))
|
|
717
|
+
* tweak prompt ([3fe9031](https://github.com/continuedev/continue/commit/3fe9031db72a365ef4e0c59733bfbc7e4c26b426))
|
|
718
|
+
* type err ([f5f1bca](https://github.com/continuedev/continue/commit/f5f1bca7c6a9f2c4f2842605847d55b765fd3499))
|
|
719
|
+
* type error ([93f696f](https://github.com/continuedev/continue/commit/93f696f42983cd111149191a7a0dceec271da950))
|
|
720
|
+
* type error ([ffb8b4b](https://github.com/continuedev/continue/commit/ffb8b4bb0694b667bc10a601c17e7bf55eed0a37))
|
|
721
|
+
* type error ([da047c4](https://github.com/continuedev/continue/commit/da047c4e932377418bbe854fd174c536e8ff10a8))
|
|
722
|
+
* type errors ([8c60206](https://github.com/continuedev/continue/commit/8c6020653ee3c095a22a2941976ce56b2a0173dd))
|
|
723
|
+
* type errors ([95b9928](https://github.com/continuedev/continue/commit/95b99281ada20593303f595b89f312858384a747))
|
|
724
|
+
* type errors ([4710a03](https://github.com/continuedev/continue/commit/4710a03b4ea098ceb1f40c094029fb47a83d0515))
|
|
725
|
+
* type errors ([8164429](https://github.com/continuedev/continue/commit/816442921407383468e85f2ee452a58b4a5a4bfd))
|
|
726
|
+
* type errors ([94e5ea3](https://github.com/continuedev/continue/commit/94e5ea3939c86d42b5f28a5e5145db682d6a0318))
|
|
727
|
+
* type errors, missing dependency ([cea33dd](https://github.com/continuedev/continue/commit/cea33dd37ffa1e9000869cca5f7b9a0e8416aa61))
|
|
728
|
+
* types, imports, and formatting ([626a3c6](https://github.com/continuedev/continue/commit/626a3c66a0e58f7271a3f0d221bc6c00a5316104))
|
|
729
|
+
* typo ([66aa66d](https://github.com/continuedev/continue/commit/66aa66da9b36a9402c540218360dd51878f84fb9))
|
|
730
|
+
* typos in the Contributing Guide ([#6924](https://github.com/continuedev/continue/issues/6924)) ([e13ba51](https://github.com/continuedev/continue/commit/e13ba51b8144ccddf08742939f103e26a09a5ba8))
|
|
731
|
+
* UI improvements ([eaa8077](https://github.com/continuedev/continue/commit/eaa8077c8991972e1af03284556601b9cb2bac58))
|
|
732
|
+
* undefined field error ([153e974](https://github.com/continuedev/continue/commit/153e97458ea7dd21f696a414edbe360a8acd8eea))
|
|
733
|
+
* unknown context provider file ([a5919e7](https://github.com/continuedev/continue/commit/a5919e7436b69b927786631ac682cea9a8b31f52))
|
|
734
|
+
* unsupported themes will use dark-plus ([#7187](https://github.com/continuedev/continue/issues/7187)) ([6c9f66c](https://github.com/continuedev/continue/commit/6c9f66cd702c8be4a9c702e1a9dd045beffb6d38))
|
|
735
|
+
* update autocomplete to inline.completion.provider 2024.1 API ([d5294ae](https://github.com/continuedev/continue/commit/d5294ae0c16f814ad2730784781cb448f2aa332f))
|
|
736
|
+
* update binary package lock, remove security checks from gui ([ee610d0](https://github.com/continuedev/continue/commit/ee610d0bea2d39c12c0848290fcaa2813014b0dc))
|
|
737
|
+
* update broken links to Next Edit documentation ([eae99dd](https://github.com/continuedev/continue/commit/eae99dd122e1f025de437a34acf8e63a4991e9ff))
|
|
738
|
+
* update chat history state after streaming and save complete conversation ([936786a](https://github.com/continuedev/continue/commit/936786aee08fcbdde2484896730a0c67f1ebafee))
|
|
739
|
+
* update claude models in getting started ([e15595d](https://github.com/continuedev/continue/commit/e15595d7eac4aefff0a197d3452bec8541792ba8))
|
|
740
|
+
* update colors and correct tool call status updates ([778ad3b](https://github.com/continuedev/continue/commit/778ad3b21bd0e961cb544e17564e12feb611be2c))
|
|
741
|
+
* update has context provider ([36ef3cb](https://github.com/continuedev/continue/commit/36ef3cb15c90270d170a838557e288a775a115f2))
|
|
742
|
+
* update ignore package, rearrange for imports ([55068dc](https://github.com/continuedev/continue/commit/55068dc622523c6dbd5755b5ac01d35c6e48305b))
|
|
743
|
+
* update mode select to reflect new agent supported logic ([845c6c7](https://github.com/continuedev/continue/commit/845c6c7cc5bba3d4887b8ef346ae9d627c0ba299))
|
|
744
|
+
* update npmignore ([fc62b8e](https://github.com/continuedev/continue/commit/fc62b8eb79fa55b0817e958a3f130e72f647e5f9))
|
|
745
|
+
* update package-lock.json ([c959935](https://github.com/continuedev/continue/commit/c959935c99d4fd4d22d855ce8e7f7e832057dbf1))
|
|
746
|
+
* update plan mode system message ([5f61503](https://github.com/continuedev/continue/commit/5f61503e7f3e42518f0360db5cb38a8d6ec83d80))
|
|
747
|
+
* update plan mode system message again ([a46ce43](https://github.com/continuedev/continue/commit/a46ce4327fefe90b9e2fa893ccd36b3472aa7708))
|
|
748
|
+
* update prompt template ([eba4e0b](https://github.com/continuedev/continue/commit/eba4e0b1370fc98a41819c29649e80f72e0440b9))
|
|
749
|
+
* update readme ([0d45e14](https://github.com/continuedev/continue/commit/0d45e14b1be6557ace027cfeadfbf418061a28b0))
|
|
750
|
+
* update readme ([01329e4](https://github.com/continuedev/continue/commit/01329e4b4f66d97c93c98e0342f100792f626126))
|
|
751
|
+
* update review.yaml config ([b49ab0d](https://github.com/continuedev/continue/commit/b49ab0d9e54edf8374b113af4752e1c6fba15738))
|
|
752
|
+
* update security ignores ([765d9d8](https://github.com/continuedev/continue/commit/765d9d8f88a71c11adebdb2595de98734b5d643f))
|
|
753
|
+
* update serve stream callbacks ([61d0413](https://github.com/continuedev/continue/commit/61d04138572364f919132561193caaaab009c7ce))
|
|
754
|
+
* update serve stream callbacks ([798791a](https://github.com/continuedev/continue/commit/798791ae46a2121350ee02bccb6c01b3f1a68b18))
|
|
755
|
+
* update sha ([5361d5e](https://github.com/continuedev/continue/commit/5361d5e33b880add1d3d050eeadd01971434fb75))
|
|
756
|
+
* Update similar-issues.yml ([406f3c8](https://github.com/continuedev/continue/commit/406f3c8e6e25f374aa0101dcca4fcc5733095d39))
|
|
757
|
+
* update system message ([08e5fc2](https://github.com/continuedev/continue/commit/08e5fc23bffdbe8b75aa4e94bde5cd7230cccb7f))
|
|
758
|
+
* update test using the latest editDiffHistory ([db14da1](https://github.com/continuedev/continue/commit/db14da1cbe0f0fab2c7e2628ef1ef14ea24c0d25))
|
|
759
|
+
* update tooltip text ([7b075f1](https://github.com/continuedev/continue/commit/7b075f1ed70fd0dd3fb7cf1e7d6d82d71385a049))
|
|
760
|
+
* upgrade node engine instead ([b0a67ec](https://github.com/continuedev/continue/commit/b0a67ec7ee1b8f965a236a9efa1283a65a8f0c7d))
|
|
761
|
+
* use baseSystemMessage (chat) for apply if available ([fbc078f](https://github.com/continuedev/continue/commit/fbc078ff0f89dbe85d9daa92906ab2d904abf524))
|
|
762
|
+
* use better highlighting ([435851c](https://github.com/continuedev/continue/commit/435851c71a5df7761e6273a71815461d03258447))
|
|
763
|
+
* use config.yaml rules ([aa52dbc](https://github.com/continuedev/continue/commit/aa52dbcf262c4be752bb57779c93ce6293d84c27))
|
|
764
|
+
* use contextItems ([3612d85](https://github.com/continuedev/continue/commit/3612d859d299d3332cd7d8c6f110a5185dc8a321))
|
|
765
|
+
* use correct provider name for xAI ([ced8819](https://github.com/continuedev/continue/commit/ced8819b3e89257ab438962159b5a1aa097003df))
|
|
766
|
+
* use ignore-walk for sys msg ([eb59dcc](https://github.com/continuedev/continue/commit/eb59dcc76a5bf16d4da2e4f2c7dc87765e8382b3))
|
|
767
|
+
* use instance id for otel ([6e786f1](https://github.com/continuedev/continue/commit/6e786f130afd43e2a361069ee44673f697305949))
|
|
768
|
+
* use JAVA_HOME instead of macOS-specific JVM ([#6778](https://github.com/continuedev/continue/issues/6778)) ([92f4944](https://github.com/continuedev/continue/commit/92f494488a4ef598f5164cf447378be0516ebee1))
|
|
769
|
+
* use line numbers ([7fcc42a](https://github.com/continuedev/continue/commit/7fcc42a4730a15efa33b7e337c386035f76b7248))
|
|
770
|
+
* use loading state for loading indicator, better error messages ([55f5ed5](https://github.com/continuedev/continue/commit/55f5ed580f0e8ab5cc0dad2a524066af8187b667))
|
|
771
|
+
* use local config-yaml ([b44e93b](https://github.com/continuedev/continue/commit/b44e93bde661459d8c52cdcd47ea58001af77bf1))
|
|
772
|
+
* use local openai-adapters ([a5fdf72](https://github.com/continuedev/continue/commit/a5fdf724db389302e651a49ae7ccf1b4e34c1daa))
|
|
773
|
+
* use logger instead of console ([d97a546](https://github.com/continuedev/continue/commit/d97a546edab1c58710a729bd5c8d2098380a2cc2))
|
|
774
|
+
* use model name in selector ([097116a](https://github.com/continuedev/continue/commit/097116a1144ae261ff941ad9560777a508535f1c))
|
|
775
|
+
* use older API from 2023.3 ([29dc0e1](https://github.com/continuedev/continue/commit/29dc0e18401b25d745f14eae5ce0d254505ee223))
|
|
776
|
+
* use on prem proxy ([f40b728](https://github.com/continuedev/continue/commit/f40b72807e00e97eff2723cacab0f62f0c93e229))
|
|
777
|
+
* use proper import aliases ([345e90e](https://github.com/continuedev/continue/commit/345e90eb28fae30999647a5e6b2afc7cf7161796))
|
|
778
|
+
* use real path for cli edit tools ([5661043](https://github.com/continuedev/continue/commit/5661043517ddbedc6ae89e9864c13a0a9b10631f))
|
|
779
|
+
* use reasoning budget tokens when available ([75858fb](https://github.com/continuedev/continue/commit/75858fb1d761ae2fc52526d436982d1e96a8c738))
|
|
780
|
+
* use relative cursor position instead of absolute ([c3240f8](https://github.com/continuedev/continue/commit/c3240f898dfcc92389d873348f2704398797aec0))
|
|
781
|
+
* use rules when `alwaysApply` is absent ([fde7eae](https://github.com/continuedev/continue/commit/fde7eae70a4e2765ce73f3e690cdf3290d204b45))
|
|
782
|
+
* use Session type for cn serve / remote ([2ee84a1](https://github.com/continuedev/continue/commit/2ee84a18d10a0eb8783d7caba8c291e406157383))
|
|
783
|
+
* use static to avoid rerenders ([4382abe](https://github.com/continuedev/continue/commit/4382abe3458caa000af73008d603e5310c865cde))
|
|
784
|
+
* use template literal ([c4d50e7](https://github.com/continuedev/continue/commit/c4d50e794361f59256d892adc3dba9ece22cc357))
|
|
785
|
+
* use validation method that also works 2024.1 ([aa2382e](https://github.com/continuedev/continue/commit/aa2382eb7788883effdc23443081659a66b998b6))
|
|
786
|
+
* use validation method that also works with 2024.1 ([976f90a](https://github.com/continuedev/continue/commit/976f90a8ac7d721b23cfa12100794f077f5e205a))
|
|
787
|
+
* useless diff UI chevron ([c206a77](https://github.com/continuedev/continue/commit/c206a7748e458484eaa8c5e39fa3116e765678e1))
|
|
788
|
+
* useMemo instead of useEffect ([4265335](https://github.com/continuedev/continue/commit/4265335a1f346968bd6a4f8af1c4f4b859a37db4))
|
|
789
|
+
* useTerminalSize tweaks ([6eb3a4a](https://github.com/continuedev/continue/commit/6eb3a4a11d6f74a3ca81cde1e6e007568c702110))
|
|
790
|
+
* vaildate aliases fix core ([1000694](https://github.com/continuedev/continue/commit/1000694b639b31715c344097d54d9edcee6fc7fc))
|
|
791
|
+
* vscode apply error ([#7168](https://github.com/continuedev/continue/issues/7168)) ([74287e8](https://github.com/continuedev/continue/commit/74287e8ca4f8fb7f7f74f3c67b8642a4aec2e806))
|
|
792
|
+
* vscodoe apply error2 ([#7196](https://github.com/continuedev/continue/issues/7196)) ([92c1852](https://github.com/continuedev/continue/commit/92c18522344683d4e4e1b8123f894f6ee75ce95b))
|
|
793
|
+
* we don't need to set inlineSuggest manually anymore ([c9acabe](https://github.com/continuedev/continue/commit/c9acabe58ff5161c6a058ff13cf15398fd9cae7e))
|
|
794
|
+
* windows smoke test ([785ad32](https://github.com/continuedev/continue/commit/785ad32d8a500d7236411bf836d0883650c8e55f))
|
|
795
|
+
* windows syntax ([bfb7078](https://github.com/continuedev/continue/commit/bfb70780905c29860fc322df4164e3ca9cde83d2))
|
|
796
|
+
* windows test failure ([be21d5c](https://github.com/continuedev/continue/commit/be21d5cd43cf007ae94d7a40cdfcd2fdd4ad2b23))
|
|
797
|
+
* workflow dispatch default proper type ([3585250](https://github.com/continuedev/continue/commit/3585250333460905c8e50a1699ed55178c83271b))
|
|
798
|
+
* workflow run npm ci on cache miss ([62ce9b5](https://github.com/continuedev/continue/commit/62ce9b5ac5e1dfd43ab0704a0059594cd50f92d6))
|
|
799
|
+
* working dir for stable release ([8826fb9](https://github.com/continuedev/continue/commit/8826fb9770e584a1108214785440c1deb6469a42))
|
|
800
|
+
* z.string fallback for model capability ([66b0838](https://github.com/continuedev/continue/commit/66b0838b3d3d42c6ca9923b631f5364b3460e646))
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
### Features
|
|
804
|
+
|
|
805
|
+
* --mcp + --model flags and some refactoring ([df6ee6d](https://github.com/continuedev/continue/commit/df6ee6dd402f85ffb402ff065fbe565246b57370))
|
|
806
|
+
* --prompt flag ([ea2fac7](https://github.com/continuedev/continue/commit/ea2fac7c2cada49be7968b6257b47af37585f988))
|
|
807
|
+
* --start / -s flag for remote ([8b37c1b](https://github.com/continuedev/continue/commit/8b37c1b0b5ab03339793e42130b4fb5c16a249da))
|
|
808
|
+
* --url flag for remote ([ea736df](https://github.com/continuedev/continue/commit/ea736df376564a55f6519d6095cb322a68398153))
|
|
809
|
+
* :lipstick: Allow the terminal to collapse/expand on large content ([f1467b1](https://github.com/continuedev/continue/commit/f1467b1d9bf55bec19a1a64a6b8e6968a0062728))
|
|
810
|
+
* :lipstick: Further tailwind refactoring and splitting out components ([28eb172](https://github.com/continuedev/continue/commit/28eb17273b6c003099337bd3f2eab6614c311150))
|
|
811
|
+
* :lipstick: Unified Terminal ([#7383](https://github.com/continuedev/continue/issues/7383)) ([4e82c59](https://github.com/continuedev/continue/commit/4e82c59c032665276b8649fe23b9933b4ddadfe4))
|
|
812
|
+
* :sparkles: Add gpt-oss to the bedrock provider ([34829b3](https://github.com/continuedev/continue/commit/34829b3b4f7da91750c9bff347c45e956a8f5253))
|
|
813
|
+
* :sparkles: Add range and head tools for file operations ([8208221](https://github.com/continuedev/continue/commit/820822196b8fb04683f2b234cfa3fb9324f4f4ff))
|
|
814
|
+
* :sparkles: MCP Prompts now display when inserted ([f33df88](https://github.com/continuedev/continue/commit/f33df88ae5ecce297d64fb108169fea129684e56))
|
|
815
|
+
* /init slash command for cli ([7237cbe](https://github.com/continuedev/continue/commit/7237cbec0b461901a576c7f8ffcf5d2981796f06))
|
|
816
|
+
* \ + enter for new line ([3edec65](https://github.com/continuedev/continue/commit/3edec65985a96d295c214d00bdf67b8031f55e6e))
|
|
817
|
+
* abort prefetch queue ([da3876a](https://github.com/continuedev/continue/commit/da3876adc0da737fd5b2d458a5f05994ec600aa0))
|
|
818
|
+
* activate and clear jump manager singleton ([9d62771](https://github.com/continuedev/continue/commit/9d62771da8fe77dd6a081836c8fd338d4a4a89dc))
|
|
819
|
+
* add --silent flag to strip thinking tags from headless output ([8fa31ed](https://github.com/continuedev/continue/commit/8fa31ed082b310ff671574c41c14ac1c7bbad5c2))
|
|
820
|
+
* add /clear command to clear chat history ([c9c000c](https://github.com/continuedev/continue/commit/c9c000cfab6aa6efe156126f1eafc99349466413))
|
|
821
|
+
* add `slug` to rule obj on dev data ([bcc8c52](https://github.com/continuedev/continue/commit/bcc8c5264d7f8e6b9b1a884c8793aa23d5c10496))
|
|
822
|
+
* add a a document ast tracker to cache ASTs ([44bb9aa](https://github.com/continuedev/continue/commit/44bb9aa0b82a4569da6666bd4a567c9fa137e432))
|
|
823
|
+
* add a checker function to see if next_edit capability is set, or if the model is one of our supported models ([c5c2e2e](https://github.com/continuedev/continue/commit/c5c2e2e0f2a3efd1cda6e88b3534f888a927f43d))
|
|
824
|
+
* add a checker to see if the cursor movement happened because of typing ([1ee5e1f](https://github.com/continuedev/continue/commit/1ee5e1f3316bc26fbceb5924048337f4236d4781))
|
|
825
|
+
* add a class to find next editable region ([0264db5](https://github.com/continuedev/continue/commit/0264db58072347799eb323f10634d4b47d1abb41))
|
|
826
|
+
* add a display after jump command ([07c7371](https://github.com/continuedev/continue/commit/07c7371ba53cd9bc42645be3a3894439fae77969))
|
|
827
|
+
* add a global selection change manager to handle text selection events in an event bus ([201e34c](https://github.com/continuedev/continue/commit/201e34c0ebca3415587dfa7fa1f1a98365dea798))
|
|
828
|
+
* add a helper function to parse contextSnippets ([534e453](https://github.com/continuedev/continue/commit/534e4531848f94518bbe9b0ea8cff10de8bdb781))
|
|
829
|
+
* add a jump manager ([00a996c](https://github.com/continuedev/continue/commit/00a996c1f9e7b28937d7260b80258cb16ced2fe2))
|
|
830
|
+
* add a jump manager to handle jumps ([57fceb5](https://github.com/continuedev/continue/commit/57fceb53a54b7d933b92bac462fa6b24a1674983))
|
|
831
|
+
* add a method to request the model within a given chain ([c172170](https://github.com/continuedev/continue/commit/c172170569a5d10a4311a41074ff076e0f23fe8c))
|
|
832
|
+
* add a new diff group creator ([863f187](https://github.com/continuedev/continue/commit/863f187aa433a26466c325fdccaea9fcf5e51045))
|
|
833
|
+
* add a non-stream method ([60d0056](https://github.com/continuedev/continue/commit/60d0056a128add93eeec827bd2595c164257764e))
|
|
834
|
+
* add a prefetch queue class ([f6e5198](https://github.com/continuedev/continue/commit/f6e5198cfae166ec72eddc93b3ce79c2ad0d8103))
|
|
835
|
+
* add a quick filter to only let in continue.dev emails ([1090ad9](https://github.com/continuedev/continue/commit/1090ad9200e577c9c9f1367fd3f9a1e3c1b9b3d5))
|
|
836
|
+
* add a rudimentary next edit window manager for intellij ([7d1d48e](https://github.com/continuedev/continue/commit/7d1d48e8742c592181ac574e49b9bab1369199b3))
|
|
837
|
+
* add a sliding window strategy ([2f97143](https://github.com/continuedev/continue/commit/2f97143333975ae231a467ad0067ed6c05b3b927))
|
|
838
|
+
* add a static-based jump method ([5178372](https://github.com/continuedev/continue/commit/517837226fa78d3eb9f44280d247ca9b118727d2))
|
|
839
|
+
* add a test only env variable ([8e8b42f](https://github.com/continuedev/continue/commit/8e8b42f301f94ec971d2de0ced8f67fa01ef75d6))
|
|
840
|
+
* add a tip to use the init slash command ([cd0cece](https://github.com/continuedev/continue/commit/cd0cece1d6ec6abc86e0a241a109df3849ee21f8))
|
|
841
|
+
* add a truly static strategy ([92f956a](https://github.com/continuedev/continue/commit/92f956a654bd26bf0552fc0b28f987c482de67ea))
|
|
842
|
+
* add a utility function to check if model is capable of next edit ([4081419](https://github.com/continuedev/continue/commit/4081419839389205fd5c2b4586b2a6a2810d16e7))
|
|
843
|
+
* Add ability to stop foreground terminal commands ([58cb781](https://github.com/continuedev/continue/commit/58cb7815ca9f85fed632c77e6be8944973a4b04c))
|
|
844
|
+
* add an active handler manager that calls the currently set active handler to check for the cause of cursor movements ([34dac05](https://github.com/continuedev/continue/commit/34dac0523b05f0619c2e6a7bfdc3d6a3303543da))
|
|
845
|
+
* add chain-related methods ([8e867fa](https://github.com/continuedev/continue/commit/8e867fa362bc819a49405df46e8efa682ee3e165))
|
|
846
|
+
* add commit ID to main build versions ([dd53be0](https://github.com/continuedev/continue/commit/dd53be019c2dae1f4d70a854291af1440978c1d5))
|
|
847
|
+
* add comprehensive centralized command line flag validation ([7fea7fb](https://github.com/continuedev/continue/commit/7fea7fb369210167f50ebc84f2358ee8d992375d))
|
|
848
|
+
* add context percentage display to status bar 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> ([9f44602](https://github.com/continuedev/continue/commit/9f44602f65cf786d9d81e531a2295d94c2ee9093))
|
|
849
|
+
* add continue-review.yaml ([3de7baa](https://github.com/continuedev/continue/commit/3de7baa8ff3f3646d9b8eeaf9e2fbd74030d7d86))
|
|
850
|
+
* add continuous AI Guide ([#7459](https://github.com/continuedev/continue/issues/7459)) ([4d8088f](https://github.com/continuedev/continue/commit/4d8088f68aa1cf838eb90f1c8c59d7a4153e4f8d))
|
|
851
|
+
* add currentFilePath field ([f404a4d](https://github.com/continuedev/continue/commit/f404a4d5ffde09a65f262f3d0c0c1bbde0b9023a))
|
|
852
|
+
* add debugging log method to peek first three ([d586029](https://github.com/continuedev/continue/commit/d5860296fbea16c09f1c7b24eb48eebc9cf2280d))
|
|
853
|
+
* add diffLines field ([04f238a](https://github.com/continuedev/continue/commit/04f238afc83f0a5a8e5655cbf191a93554bb8af2))
|
|
854
|
+
* add editOutcome logging for Agent Mode ([4d44234](https://github.com/continuedev/continue/commit/4d4423485526822b133e1109fcf4ca14adf9492d))
|
|
855
|
+
* add event registration methods ([b324391](https://github.com/continuedev/continue/commit/b324391e358f2328c5cdcfda8cb8b51ec874fe3e))
|
|
856
|
+
* add eyes reaction to comments mentioning continuedev ([8828ed9](https://github.com/continuedev/continue/commit/8828ed9fa057b834c15590703eb1495920526b74))
|
|
857
|
+
* add fileContentsBeforeAccept field ([0486819](https://github.com/continuedev/continue/commit/04868195e37b61d56b28057fbf586a8ca144e011))
|
|
858
|
+
* add filepath to apply prompt template vars ([fc4828d](https://github.com/continuedev/continue/commit/fc4828d010ad907eb33bc18a87d10adcfbb5ba76))
|
|
859
|
+
* add gemma tool calling ([812dbe9](https://github.com/continuedev/continue/commit/812dbe9c00825fdc1ba6fc9521641ef44804a6c5))
|
|
860
|
+
* add getDocumentSymbols LSP method ([98e41cd](https://github.com/continuedev/continue/commit/98e41cdccc302cf5fa419b62d50fbedb012d71d1))
|
|
861
|
+
* add getReferences ([ec910c7](https://github.com/continuedev/continue/commit/ec910c7047755c2ffa004b5f855f313be955088a))
|
|
862
|
+
* add handlers for different actions ([2de814b](https://github.com/continuedev/continue/commit/2de814bbff0c3226f4f497aa264549e5bb4744f7))
|
|
863
|
+
* add helper for diffFormatting ([9652276](https://github.com/continuedev/continue/commit/9652276380fd79a2109c558c48ef4db8523e79f3))
|
|
864
|
+
* add helper methods to handle three cases, add more processing helpers ([cf61261](https://github.com/continuedev/continue/commit/cf61261abc2b5edfdf233fe9e5c60223b93742cd))
|
|
865
|
+
* add helper to get metadata from unified diff ([109ef6e](https://github.com/continuedev/continue/commit/109ef6e70d05ce117f48d5966b9d420417378fcf))
|
|
866
|
+
* add HuggingFace OpenAI-compatible router detection ([a8a03d7](https://github.com/continuedev/continue/commit/a8a03d7d98db44173f340efa1a83421ea1a3f87b)), closes [#5763](https://github.com/continuedev/continue/issues/5763)
|
|
867
|
+
* add hunk details to metadata ([9937209](https://github.com/continuedev/continue/commit/9937209bb7bfa8037e5ea8a2a24c9d54e25393f5))
|
|
868
|
+
* add hunk to prompt ([3c5d91a](https://github.com/continuedev/continue/commit/3c5d91aaaa6d18e8216476f28dd142394e718644))
|
|
869
|
+
* add jump commands ([dd162c8](https://github.com/continuedev/continue/commit/dd162c889d5bf69ca07e690a56951722072f92d4))
|
|
870
|
+
* add jump manager service to xml ([bfa9677](https://github.com/continuedev/continue/commit/bfa9677feaab09d2a06118ee93e395f9b04b1c0d))
|
|
871
|
+
* add jump manager to keep track of jumping in intellij ([f9c091a](https://github.com/continuedev/continue/commit/f9c091aeddd9cf3e6239a3d91d0c4fc4d069d7e6))
|
|
872
|
+
* add jump-specific chunking ([0001645](https://github.com/continuedev/continue/commit/0001645b7efd2f75e9f761cb1051acf928be9756))
|
|
873
|
+
* add lsp method types ([0d8bd09](https://github.com/continuedev/continue/commit/0d8bd09d86adb1e754de00124fb851f9a7da0e8f))
|
|
874
|
+
* add mcp request timeout when calling tool ([93144a6](https://github.com/continuedev/continue/commit/93144a6a961dfa7a7106caf4fd45ae2318e806b6))
|
|
875
|
+
* add mercury-coder specific constants ([2efdf38](https://github.com/continuedev/continue/commit/2efdf38a17ce923ec1c6afd4f6b1dbb921c76ef1))
|
|
876
|
+
* add mercury-specific functions ([bded0d3](https://github.com/continuedev/continue/commit/bded0d389c1db074d0fede0f99746589a0f98e68))
|
|
877
|
+
* add more fields to template ([a736bcc](https://github.com/continuedev/continue/commit/a736bcce0eabc5c2595dea1564260e2eb1805ec8))
|
|
878
|
+
* add more helper functions to JumpManager ([300377e](https://github.com/continuedev/continue/commit/300377eaf3b832b11a60576a4542f6eea76086dd))
|
|
879
|
+
* add more next edit endpoints to protocol ([#7110](https://github.com/continuedev/continue/issues/7110)) ([3606665](https://github.com/continuedev/continue/commit/3606665992bbb9ac1a2fa6eb1d7976f5bad407e6))
|
|
880
|
+
* add more to context ([eae28a8](https://github.com/continuedev/continue/commit/eae28a87c1e8adc073eab88eb9b28d1d5fa167a2))
|
|
881
|
+
* add more tokens ([e8a1aad](https://github.com/continuedev/continue/commit/e8a1aadd3a58e78b7b0996173a73002f991ba337))
|
|
882
|
+
* add more types ([af6779c](https://github.com/continuedev/continue/commit/af6779c3ca49940e450bd62f02a42b2885172e7a))
|
|
883
|
+
* add necessary types ([87a6bcc](https://github.com/continuedev/continue/commit/87a6bccbbe0b9d5041fee58dbe4acca65e4c42cc))
|
|
884
|
+
* add next edit services ([93cf740](https://github.com/continuedev/continue/commit/93cf740699c4b2769a5da05c67c4a816a8f9a2db))
|
|
885
|
+
* add next_edit capability ([f691b90](https://github.com/continuedev/continue/commit/f691b90778e700e4644bfb6b63702f3138af6e5b))
|
|
886
|
+
* add next_edit z.literal ([6a31f98](https://github.com/continuedev/continue/commit/6a31f985b02d595b76f98404359ddb5be0bf9656))
|
|
887
|
+
* add overrides to handle /edit/completions requests ([e45171f](https://github.com/continuedev/continue/commit/e45171f786a9e8238dab8ae222eb94c859275f41))
|
|
888
|
+
* add parallelization instructions to agent sys msg ([#6830](https://github.com/continuedev/continue/issues/6830)) ([a5424a9](https://github.com/continuedev/continue/commit/a5424a93f26b98eee50e45a05b3046a2ebc89b95))
|
|
889
|
+
* Add Plan Guide to docs ([#6907](https://github.com/continuedev/continue/issues/6907)) ([43ea62b](https://github.com/continuedev/continue/commit/43ea62b9e89b1a0bb98898fb45acceca5e3cb0c9))
|
|
890
|
+
* add prompt generation templates for mercury-coder ([1e7aeea](https://github.com/continuedev/continue/commit/1e7aeeabbcce8336e6283c054c7aa30abf055e74))
|
|
891
|
+
* Add quickstart examples to docs (agent, chat, autocomplete, edit) ([#7184](https://github.com/continuedev/continue/issues/7184)) ([4d4d86d](https://github.com/continuedev/continue/commit/4d4d86ddd2aa88c2c75e1192b40bf2830cb742ad))
|
|
892
|
+
* add salvage functionality for security-sensitive values in GlobalContext ([7a5843c](https://github.com/continuedev/continue/commit/7a5843c415636fe29f0a898bc68085fa3d3aedaa))
|
|
893
|
+
* add session management with --resume flag and cn alias ([0096fbc](https://github.com/continuedev/continue/commit/0096fbcc4934d7264d9a7a134908e016e037df1a))
|
|
894
|
+
* add some helpful diff functions ([2a4ad72](https://github.com/continuedev/continue/commit/2a4ad72aa3a74f7c219243688cf6cab9cd6b09e1))
|
|
895
|
+
* add template variables for different next edit models ([b1a67fe](https://github.com/continuedev/continue/commit/b1a67fe6467069163197c110ac1499791cb1c38d))
|
|
896
|
+
* add test ([ee221a4](https://github.com/continuedev/continue/commit/ee221a4be556437eb22f3fbd851d3b7da02a2c9a))
|
|
897
|
+
* Add Tetrate Agent Router Service as a provider ([#7136](https://github.com/continuedev/continue/issues/7136)) ([4571954](https://github.com/continuedev/continue/commit/457195484a6e51872382d8d582da734fa0724c71))
|
|
898
|
+
* add the core next edit service ([ba21ae4](https://github.com/continuedev/continue/commit/ba21ae442c0f77dd185c472efa3519883b7f83db))
|
|
899
|
+
* Add the initialization uiSlice.toolSettings logic. ([d1b7b2d](https://github.com/continuedev/continue/commit/d1b7b2df59b24a2f7b8b9bd8ee89830d4a729aa3))
|
|
900
|
+
* add to autocomplete context on small edit ([92f60e2](https://github.com/continuedev/continue/commit/92f60e2d15b7a0c5a1855a0d153db067f9ab7107))
|
|
901
|
+
* add tokens ([326785f](https://github.com/continuedev/continue/commit/326785f0226ff7fc338d9b2d98d957ac288052d5))
|
|
902
|
+
* add tool call support for moonshot models ([125a7d7](https://github.com/continuedev/continue/commit/125a7d795f87fbfdb0e25b07730e79471f873fb5))
|
|
903
|
+
* add tool support for Novita provider models ([9fb3c93](https://github.com/continuedev/continue/commit/9fb3c93b9de6d2dc2f1956ce0b8981cba10e7511))
|
|
904
|
+
* add tooltips to user settings page ([#7597](https://github.com/continuedev/continue/issues/7597)) ([1218c14](https://github.com/continuedev/continue/commit/1218c14f895b00252130b21a26abb90dd201be04))
|
|
905
|
+
* add user-friendly way to toggle between FIM and next edit ([#7355](https://github.com/continuedev/continue/issues/7355)) ([f27e7c7](https://github.com/continuedev/continue/commit/f27e7c71deb54c227bde513b7f9772e48d32276f)), closes [#7399](https://github.com/continuedev/continue/issues/7399) [#7354](https://github.com/continuedev/continue/issues/7354)
|
|
906
|
+
* add util for manually invoking inline completion' ([5c3d382](https://github.com/continuedev/continue/commit/5c3d382ba66c449c709bf12c62665a980b989b22))
|
|
907
|
+
* add utils for model-specific logic ([9e94a38](https://github.com/continuedev/continue/commit/9e94a3806c050aab24d35c6f80ebb130d8c9129d))
|
|
908
|
+
* add word break for long words ([911cff3](https://github.com/continuedev/continue/commit/911cff30f86ca27cb42009135e72c77440e51966))
|
|
909
|
+
* add XXLP ([e5e6e9e](https://github.com/continuedev/continue/commit/e5e6e9ebf937f706a90aa7bd8f37ddd46a1102d3))
|
|
910
|
+
* allow Cmd+L / Cmd+I on empty selection to select the entire file ([fe8eb5d](https://github.com/continuedev/continue/commit/fe8eb5dcbc23abd65f18fec54e9206246876d720))
|
|
911
|
+
* allow/blocklisted blocks in unrollAssistant ([246db36](https://github.com/continuedev/continue/commit/246db3607f7f220ca3ed0676ed784103716f0f97))
|
|
912
|
+
* apireqeust event ([4c56732](https://github.com/continuedev/continue/commit/4c56732609e2ff9253694ed46b0de9478661d6e3))
|
|
913
|
+
* auto-select scope for org api keys in cn ([f19d8bf](https://github.com/continuedev/continue/commit/f19d8bf78826101e2a3a18c8d5d0082b17a7b91b))
|
|
914
|
+
* auto-select scope for org api keys in cn (p2) ([69a8bbb](https://github.com/continuedev/continue/commit/69a8bbb718005766e3efdf70653029f06f141a82))
|
|
915
|
+
* autodetect qwen2.5vl image support ([40e73b0](https://github.com/continuedev/continue/commit/40e73b0fa4797e64696a13454cfae1d33799414d))
|
|
916
|
+
* await for deleteChain ([cd8450f](https://github.com/continuedev/continue/commit/cd8450f9d586c940a528e13ef711932b5de53963))
|
|
917
|
+
* await for other functions ([d3c250f](https://github.com/continuedev/continue/commit/d3c250ff85fd0215756c1fe62a8e4e9a8dbf12f3))
|
|
918
|
+
* await renderPrompt ([b6ab6e3](https://github.com/continuedev/continue/commit/b6ab6e3585bf0713fe105c28d4932118670a8675))
|
|
919
|
+
* base system message ([25a67cf](https://github.com/continuedev/continue/commit/25a67cf947f786d4cdc36c60e36e303a4e466c87))
|
|
920
|
+
* bash mode ([c7ffe89](https://github.com/continuedev/continue/commit/c7ffe89be36056c85069d60bfdecc1833a540434))
|
|
921
|
+
* basic ink tui ([ed536d3](https://github.com/continuedev/continue/commit/ed536d3505167cd15e46ec4dee49847eb87b63a8))
|
|
922
|
+
* batch posthog tokens_generated event ([51633a6](https://github.com/continuedev/continue/commit/51633a648d6696a406a78f318dab8b365c422354))
|
|
923
|
+
* better slash command UI ([c62cbdc](https://github.com/continuedev/continue/commit/c62cbdc21e6e93788d8e01c0a97c17ef0c036261))
|
|
924
|
+
* change color to something more tolerable ([42d882f](https://github.com/continuedev/continue/commit/42d882fe54986f7cb954e7f6916e258d653a1bab))
|
|
925
|
+
* change Tool.toolPolicy to Tool.defaultToolPolicy ([1d773e2](https://github.com/continuedev/continue/commit/1d773e222d4ea84a0c6fffe0213df1045b968b69))
|
|
926
|
+
* check for autocomplete and turn on/off next edit accordingly ([7c3fa1a](https://github.com/continuedev/continue/commit/7c3fa1a10b82e8e6e188fd7b000e7945ea813c60))
|
|
927
|
+
* check for dangerous commands ([136044b](https://github.com/continuedev/continue/commit/136044b05bcea7178e1b39cd539ab2c3dc0ab467))
|
|
928
|
+
* check for model before using full file diffs ([#7222](https://github.com/continuedev/continue/issues/7222)) ([c37c811](https://github.com/continuedev/continue/commit/c37c8111f79fd4c2e06f368f601eb58154591387))
|
|
929
|
+
* check if the completion request is within a chain, and shift the next editable region accordingly ([1480e1b](https://github.com/continuedev/continue/commit/1480e1b0bdedad995346ab9a765a1493f235d017))
|
|
930
|
+
* clarify mode alert in tools section ([5c46a1e](https://github.com/continuedev/continue/commit/5c46a1e90b506319d71bca4db95fd37a16d02784))
|
|
931
|
+
* clear chain of edits in cursor movement, but not when part of next edit or jump ([3d08b80](https://github.com/continuedev/continue/commit/3d08b80666e61f4ee1ab00eba1d3f24d85ee5279))
|
|
932
|
+
* cli commit signature ([e669381](https://github.com/continuedev/continue/commit/e669381637c3b0fbf6e91c63148dffaa18765569))
|
|
933
|
+
* cli fetch tool to use fetchUrlContent from core ([c8b7ccf](https://github.com/continuedev/continue/commit/c8b7ccfad48dfcfe55406fe7dbb89f4aeb2a0568))
|
|
934
|
+
* cli search and replace tool ([660de97](https://github.com/continuedev/continue/commit/660de97f2e70929f23c7911d2bcd39282ed84c77))
|
|
935
|
+
* **cli:** allow some space after the dot in chat input ([424e18a](https://github.com/continuedev/continue/commit/424e18ae5e81534258c4fe6163faf8f2a1792978))
|
|
936
|
+
* **cli:** message queing ([f7e91ec](https://github.com/continuedev/continue/commit/f7e91eccc11b21bc42bc4a6aac8946938d8ff416))
|
|
937
|
+
* clipboard slash command ([d578a9a](https://github.com/continuedev/continue/commit/d578a9a07f551386462233174f9c3f0df69eb6e5))
|
|
938
|
+
* **cli:** skip telemetry if there is no internet connection ([8c8efd7](https://github.com/continuedev/continue/commit/8c8efd7ed1f2382469495f92f9dd2f71fb8be290))
|
|
939
|
+
* **cli:** support sse and streamable http for mcp ([4a19f23](https://github.com/continuedev/continue/commit/4a19f2324bfb84448c950e5925f6e55b220d80c0))
|
|
940
|
+
* cn serve ([b6b14ef](https://github.com/continuedev/continue/commit/b6b14ef5aa02e2c06238a0a6a64cf6d7dbf65a2d))
|
|
941
|
+
* compact slash command ([e27e1db](https://github.com/continuedev/continue/commit/e27e1db6d6aaacbeaa7681a3015f5561f3c06aa0))
|
|
942
|
+
* compaction ([5b85467](https://github.com/continuedev/continue/commit/5b854675ea7c762ec1e29673f1700f87ca22516f))
|
|
943
|
+
* compaction ([f550525](https://github.com/continuedev/continue/commit/f5505257ab180ec08cd77cc0e3a19f6775ceb811))
|
|
944
|
+
* compaction ([#6662](https://github.com/continuedev/continue/issues/6662)) ([25ebca0](https://github.com/continuedev/continue/commit/25ebca018f754e2b7dc1e308335287fbdf760b5e))
|
|
945
|
+
* consume next editable regions in the queue until we get a suggestion ([cf004ba](https://github.com/continuedev/continue/commit/cf004ba42ed8d4237cf477ede63703177a954581))
|
|
946
|
+
* continue + add policy for permissions ([3427e9a](https://github.com/continuedev/continue/commit/3427e9a856c82686fd03b7177170c392c08d79b0))
|
|
947
|
+
* continue tool calls after rejection ([9e28c7a](https://github.com/continuedev/continue/commit/9e28c7a4eb3d863ad52b52a2da88c76dfc67ade2))
|
|
948
|
+
* CONTINUE_GLOBAL_DIR env var ([e8fce4f](https://github.com/continuedev/continue/commit/e8fce4fdbe167bba9365856b35c75f613897f0b6))
|
|
949
|
+
* convert absolute paths to relative paths in tool display ([2c722c4](https://github.com/continuedev/continue/commit/2c722c485eea4c3c283fb643193a4b1ffe14bf7f))
|
|
950
|
+
* create `oneper` util script ([#6783](https://github.com/continuedev/continue/issues/6783)) ([da1758e](https://github.com/continuedev/continue/commit/da1758ea7ad6649e31daf3542bb65118ec7732f2))
|
|
951
|
+
* create a ghost text acceptance tracker to quickly check if a completion has been accepted ([0b4bd55](https://github.com/continuedev/continue/commit/0b4bd55da32227ac09b8ad5a237e81773552cfec))
|
|
952
|
+
* create prefetch queue ([375b19a](https://github.com/continuedev/continue/commit/375b19a70c3516573b40580f99004a6ebf0655da))
|
|
953
|
+
* create prefetch queue data structure ([1f8d667](https://github.com/continuedev/continue/commit/1f8d667bf861894ffd7458244334861ac88b19bf))
|
|
954
|
+
* ctrl+c once to clear input, twice to exit ([2c95e2c](https://github.com/continuedev/continue/commit/2c95e2c3223d9fee7269ca958aa28b78a8646a0e))
|
|
955
|
+
* custom gh action ([4740bd8](https://github.com/continuedev/continue/commit/4740bd83628a7fbc609a52cff901f7fce1dac8a0))
|
|
956
|
+
* custom systemMessageDescription for built in tools ([a04dccb](https://github.com/continuedev/continue/commit/a04dccbc2a0ede1eb7af0505959e38334247228b))
|
|
957
|
+
* delay the next edit decoration until the jump is complete ([9dce2ba](https://github.com/continuedev/continue/commit/9dce2baa8faaec876575a9755e58d257e7f9384d))
|
|
958
|
+
* delete chain for files closed ([da33742](https://github.com/continuedev/continue/commit/da33742bbee5adef67a594c4f3e563ae45bb9f2c))
|
|
959
|
+
* delete compaction ([e19400b](https://github.com/continuedev/continue/commit/e19400bf5a717873cdb10acc5289b1cedfe0a44e))
|
|
960
|
+
* detect GH repo ([0adfea4](https://github.com/continuedev/continue/commit/0adfea4a0d960b766a1e61457dacd1d3bd5b04d8))
|
|
961
|
+
* detect image media type in anthropic openai adapter ([986d633](https://github.com/continuedev/continue/commit/986d633ac2431babe4543cd7ee68e299d4c7e729))
|
|
962
|
+
* diagnostic info in /info ([5c985a3](https://github.com/continuedev/continue/commit/5c985a37bb8b14c190d9109f99625caed3c6d6ba))
|
|
963
|
+
* diffContext is now an array ([c34b1d8](https://github.com/continuedev/continue/commit/c34b1d82b161402b84581552b2cddf57219d8230))
|
|
964
|
+
* dim user msg text color ([b22429b](https://github.com/continuedev/continue/commit/b22429ba0a101f99b14313345a8a8894caff3081))
|
|
965
|
+
* disable PR description ([a5722ba](https://github.com/continuedev/continue/commit/a5722bab8bd7fb925806a767e9f76a4165f5f6b3))
|
|
966
|
+
* display jump decoration ([c7b182f](https://github.com/continuedev/continue/commit/c7b182f5f3e5f1a85c83d64b97421667fd009b08))
|
|
967
|
+
* display version underneath ASCII art in intro message ([13eae59](https://github.com/continuedev/continue/commit/13eae59287181714cd12537df4dd60b0a65a6a15))
|
|
968
|
+
* do not show context fill display when model changes ([fc3e72d](https://github.com/continuedev/continue/commit/fc3e72dfe1c624ef5f2776e4cf83a6d2c54b578e))
|
|
969
|
+
* dynamic policies ([9400319](https://github.com/continuedev/continue/commit/940031917cc5e0c45f9c2e547e35fb8ff007364e))
|
|
970
|
+
* dynamic tool permissions ([9258d3d](https://github.com/continuedev/continue/commit/9258d3de642e2f16f4ade4fb4856e5168347b608))
|
|
971
|
+
* edit file lint hook for claude ([#6962](https://github.com/continuedev/continue/issues/6962)) ([3bbf241](https://github.com/continuedev/continue/commit/3bbf241720f6b13b9998bd07d76675492f5a2598))
|
|
972
|
+
* edit template ([55f081c](https://github.com/continuedev/continue/commit/55f081c2061f37122425a7e79abda53413adc377))
|
|
973
|
+
* edit tools system prompt tweaks ([0cba03f](https://github.com/continuedev/continue/commit/0cba03fa5aec41ae6971362308a708d0f99896f0))
|
|
974
|
+
* empty diff tool result message ([11d84b3](https://github.com/continuedev/continue/commit/11d84b3b1635d698c8e0fa321cd92d68738a28ec))
|
|
975
|
+
* enable reasoning toggle for ollama models ([0b4e31a](https://github.com/continuedev/continue/commit/0b4e31a05919d79da76adb670dc9964c201dd9dc))
|
|
976
|
+
* enrich model request with system and user prompt prefix ([4a6fe51](https://github.com/continuedev/continue/commit/4a6fe51fe21e346668629ca5ab58a99203611f9a))
|
|
977
|
+
* enter to continue ([2639d6c](https://github.com/continuedev/continue/commit/2639d6ce1e049400f6cb2af999a7eee1f4a95528))
|
|
978
|
+
* esc to interrupt ([5643a53](https://github.com/continuedev/continue/commit/5643a53b5a3440d1e3e2ee41df08524289ad94b2))
|
|
979
|
+
* evaluateTerminalCommandSecurity command ([9c7adc5](https://github.com/continuedev/continue/commit/9c7adc5b600eee7d43c11ec6818bfcaf61bb503e))
|
|
980
|
+
* exit endpoint ([4eefd16](https://github.com/continuedev/continue/commit/4eefd16dff4f4fc6f62b35d199a668f23a741d57))
|
|
981
|
+
* extend NextEditOutcome type to include final cursor position and the editable region start and end lines ([263e340](https://github.com/continuedev/continue/commit/263e340d07be4a9591ce78ab443b97bc2834120d))
|
|
982
|
+
* feat ([4c15e87](https://github.com/continuedev/continue/commit/4c15e87b86a75e46460acd0fd0fc9d89ea446d87))
|
|
983
|
+
* fix flake ([c638a95](https://github.com/continuedev/continue/commit/c638a958549616e580c4bb3d32e2e0979c693a47))
|
|
984
|
+
* fix the next edit provider to use the new edit endpoint ([#7233](https://github.com/continuedev/continue/issues/7233)) ([c766bb0](https://github.com/continuedev/continue/commit/c766bb060b7d4d2c7bb82a22676a458de518dc51))
|
|
985
|
+
* focus on chat input after apply ([c7cfc71](https://github.com/continuedev/continue/commit/c7cfc717a18b38bce6353d43ce00dd698c8fbc91))
|
|
986
|
+
* general review action ([076dd68](https://github.com/continuedev/continue/commit/076dd68c1d88b4da5d604af361e40e6396c4a11f))
|
|
987
|
+
* generate prompts for new mercury model ([65ebc7b](https://github.com/continuedev/continue/commit/65ebc7b99eda6fa6bdfc273a64fa346f41c9daaa))
|
|
988
|
+
* generate session titles ([04cd897](https://github.com/continuedev/continue/commit/04cd89775ed9cf14d82662f018eeefd9d55bc04c))
|
|
989
|
+
* GEO updates for docs ([#7083](https://github.com/continuedev/continue/issues/7083)) ([1704df4](https://github.com/continuedev/continue/commit/1704df4f1e8a3fbe91e6433b75a94fd2b1445fdb))
|
|
990
|
+
* get the editor contents instead of file contents ([3413cf5](https://github.com/continuedev/continue/commit/3413cf563304a0781e05915b4ba785872b52c0ba))
|
|
991
|
+
* gpt-5 support ([#7054](https://github.com/continuedev/continue/issues/7054)) ([01812e5](https://github.com/continuedev/continue/commit/01812e598f2e5b3f201c1329388d3133b0c935b7))
|
|
992
|
+
* handle cases where fullFileDiff is true ([da3230e](https://github.com/continuedev/continue/commit/da3230eef75a568837ab3728c9b50e65a30c35b9))
|
|
993
|
+
* handle cases where there are existing edit chains ([333757f](https://github.com/continuedev/continue/commit/333757f003c1c0223dbd1340425168ab1304808f))
|
|
994
|
+
* handle declaration nodes separately ([bc7ae7c](https://github.com/continuedev/continue/commit/bc7ae7c7c74c7d709dee2f370643f50ec6374819))
|
|
995
|
+
* handle three cases, refactor to helper methods in NextEditService ([e66a19c](https://github.com/continuedev/continue/commit/e66a19cfba078372ce0d7df28e6dd10e126e4059))
|
|
996
|
+
* handle typing sessions separately from cursor movements ([00efd38](https://github.com/continuedev/continue/commit/00efd382a825546b1801040606d8c96cf2371f6e))
|
|
997
|
+
* hybrid permissions model ([05b6069](https://github.com/continuedev/continue/commit/05b6069acc9004e22f4bc85ac1c7a0488bb3dfa0))
|
|
998
|
+
* icons for plan and auto ([3c0495a](https://github.com/continuedev/continue/commit/3c0495a45dea8082f2b4d401c7ecdc3ef7f9df12))
|
|
999
|
+
* idempotency key ([6965584](https://github.com/continuedev/continue/commit/6965584e4a9ab37ac6df2884f443dd1950cfd853))
|
|
1000
|
+
* image inputs ([c5cacde](https://github.com/continuedev/continue/commit/c5cacded4b835006d19135d00c07a52f65614624))
|
|
1001
|
+
* implement runCommand() method in IntelijIde.kt, and update a interface signature for runCommand by providing TerminalOptions.class, which aligns to how VS COde Extension implemented ([bb049e8](https://github.com/continuedev/continue/commit/bb049e8f8659f818e001522aa161687bf8c2dae8))
|
|
1002
|
+
* implement Sentry error tracking with privacy-first anonymization ([#6881](https://github.com/continuedev/continue/issues/6881)) ([8599411](https://github.com/continuedev/continue/commit/85994118e89ae647275887e9df25827a354f3de2))
|
|
1003
|
+
* improve compaction UI, show compaction message as status message ([fc24deb](https://github.com/continuedev/continue/commit/fc24deb115aafba0929abd6a6140a51480ebbd11))
|
|
1004
|
+
* improve settings UI ([3dd8b92](https://github.com/continuedev/continue/commit/3dd8b92e3072cd0e4a9b9c0c12107c09d288c55e))
|
|
1005
|
+
* improve timestamps ([b849203](https://github.com/continuedev/continue/commit/b849203ab360d2b367ab350ed70a20039dd7be8c))
|
|
1006
|
+
* improve UI ([dc35ac9](https://github.com/continuedev/continue/commit/dc35ac91e40be6b8cd06f477b6d2546f1c44dd78))
|
|
1007
|
+
* improvements to docs indexing status visibility ([34f6607](https://github.com/continuedev/continue/commit/34f6607ab92b1203e28fd5dcbd02692596b9b0aa))
|
|
1008
|
+
* info slash command ([decd562](https://github.com/continuedev/continue/commit/decd562a89dd6c61d26d444c6949681c035e0dbb))
|
|
1009
|
+
* init tool policy in tools definitions ([a6ccb6e](https://github.com/continuedev/continue/commit/a6ccb6e7cdb381687916cf31e92404808289892d))
|
|
1010
|
+
* insert placeholders for large pastes, [Paste #n, n lines] ([3735a18](https://github.com/continuedev/continue/commit/3735a18cf96ccd6049c0935e62002c9a9b8c80d5))
|
|
1011
|
+
* integrate prefetch queue and refactor ([90d07b4](https://github.com/continuedev/continue/commit/90d07b4b4a4baccc6d06c9316c69eb03674728a8))
|
|
1012
|
+
* integrate SDK into CLI ([#1](https://github.com/continuedev/continue/issues/1)) ([597e35b](https://github.com/continuedev/continue/commit/597e35b5be0ab1d1f62b6d9e2ac71e168d06e39c))
|
|
1013
|
+
* invokable rule ([21f7890](https://github.com/continuedev/continue/commit/21f78907c357c7a8e817c84ced2b54196b2ec0c7))
|
|
1014
|
+
* invoke inline completion provider after a jump is taken ([6f2c029](https://github.com/continuedev/continue/commit/6f2c029ceb837140ca8a90dbc4b73e708a0a3a35))
|
|
1015
|
+
* isHeadless and isGitHubCI on cli OTel ([54cc0d8](https://github.com/continuedev/continue/commit/54cc0d843010d9c9651e828316d89a8a2b159961))
|
|
1016
|
+
* json headless mode ([2c9aa12](https://github.com/continuedev/continue/commit/2c9aa12c610e83a0b622ef40621d250d18e9aad7))
|
|
1017
|
+
* jump only when necessary ([2488df3](https://github.com/continuedev/continue/commit/2488df36fcd35a3294d8aa33d1451fd7fa4c4182))
|
|
1018
|
+
* keep assistant menu open when clicking reload ([#7265](https://github.com/continuedev/continue/issues/7265)) ([fd5cc3a](https://github.com/continuedev/continue/commit/fd5cc3a4ea4936e33aa6b4a8c54880d8516e4ee3))
|
|
1019
|
+
* keep track of autocomplete context ([1c41a7f](https://github.com/continuedev/continue/commit/1c41a7fd7027a42f4205aa974a0009928081513d))
|
|
1020
|
+
* linting ([6bc3033](https://github.com/continuedev/continue/commit/6bc3033a8c8bbe780d7be548de5d60b9ed49a488))
|
|
1021
|
+
* local block loading for hub assistants ([05d8603](https://github.com/continuedev/continue/commit/05d86030deab3066c018ae4cc37fa586ce2264ba))
|
|
1022
|
+
* make disabled tool policies more clear ([9aacb0d](https://github.com/continuedev/continue/commit/9aacb0da1b3a0b6097965d285326d2b86ea517b0))
|
|
1023
|
+
* make the reasoning btn solid when active ([#6756](https://github.com/continuedev/continue/issues/6756)) ([fc6ce50](https://github.com/continuedev/continue/commit/fc6ce50f2192bb771a7885a483e14e326b16ba18))
|
|
1024
|
+
* make tool policy alert sticky ([#6872](https://github.com/continuedev/continue/issues/6872)) ([216da21](https://github.com/continuedev/continue/commit/216da21c67b4c4f5bc893ce613a868a756db67e8))
|
|
1025
|
+
* mcp makeover ([b3348fd](https://github.com/continuedev/continue/commit/b3348fd3fffe7470145a92109c987af4fc4508d5))
|
|
1026
|
+
* MCP makeover with slash command, status indicator, and config loading improvements ([eaf11da](https://github.com/continuedev/continue/commit/eaf11dae9adb91deeb994828b857a853aa35d93e))
|
|
1027
|
+
* mcp spec and mcp service cleanup ([046523c](https://github.com/continuedev/continue/commit/046523c7b780504c6dcac7ce384a14e911d39a61))
|
|
1028
|
+
* mcp UI ([a0f5709](https://github.com/continuedev/continue/commit/a0f5709cb5113605daa100580efb07cdb446f21b))
|
|
1029
|
+
* model capability warning ([73410df](https://github.com/continuedev/continue/commit/73410df3c17b4b53d4b7e994d16d7eb5d3700df4))
|
|
1030
|
+
* model in tool call stats ([794e646](https://github.com/continuedev/continue/commit/794e64647dc8686b465f38c8804529a8affab5ef))
|
|
1031
|
+
* more info in /info slash command ([6ab59ad](https://github.com/continuedev/continue/commit/6ab59ad1d2de7020967bce3629f0bc47a3db7419))
|
|
1032
|
+
* more spinners ([dccb311](https://github.com/continuedev/continue/commit/dccb31106a43f2c295da3f8a4225a44969cb3ef7))
|
|
1033
|
+
* more thorough tool arg checking utils with tests ([1ee5c54](https://github.com/continuedev/continue/commit/1ee5c54151a2f109f99e1ca30d9949993db0c14a))
|
|
1034
|
+
* multi edit and single search and replace tools ([d6ed405](https://github.com/continuedev/continue/commit/d6ed405d0ceb4dac6fa1fd203ec0d5724aa066cc))
|
|
1035
|
+
* new review bot ([a18206b](https://github.com/continuedev/continue/commit/a18206baeed9379dd9c9344124bf96171f1b378c))
|
|
1036
|
+
* new TextBuffer class for improved keystroke handling ([e7ab301](https://github.com/continuedev/continue/commit/e7ab301dbe3b7e27bd6bb15992f3cf1a3f9694d7))
|
|
1037
|
+
* next edit docs ([#7180](https://github.com/continuedev/continue/issues/7180)) ([a166566](https://github.com/continuedev/continue/commit/a1665660daa59d2953fcfb26cde3ace7e8690289))
|
|
1038
|
+
* no any type rule ([b87aafc](https://github.com/continuedev/continue/commit/b87aafcfc0535afc1065534bf72bb19eac826ffb))
|
|
1039
|
+
* notify of available updates ([cf1a166](https://github.com/continuedev/continue/commit/cf1a1669b9259a83c9ca38a5581cade5116299a0))
|
|
1040
|
+
* only send user prompt ([14e73dd](https://github.com/continuedev/continue/commit/14e73dd6ade165fc2f68c8abebdf1f5df284329c))
|
|
1041
|
+
* onlyUseSystemMessageTools experimental setting ([ff5e709](https://github.com/continuedev/continue/commit/ff5e7092dddd36ad746d1b5b524a0c9d5c47d0f2))
|
|
1042
|
+
* optimize getTerminalContents in InteliJIde.kt, which reads content from the selected terminal panel ([10e4c32](https://github.com/continuedev/continue/commit/10e4c325a2ee483a0cc1e907c5e65b0b435cd5d3))
|
|
1043
|
+
* org policies for indexing and mcp ([50b0dec](https://github.com/continuedev/continue/commit/50b0dec9c4b2a2337729ebff497f385aa61b4dae))
|
|
1044
|
+
* org switching ([e9e4c9d](https://github.com/continuedev/continue/commit/e9e4c9dd9168baea424fd918bfbf99f777eaf9ee))
|
|
1045
|
+
* OTLP support ([bec944c](https://github.com/continuedev/continue/commit/bec944c2ac9d72ebc93c59609bdcaa46e8738b62))
|
|
1046
|
+
* parallel tool calls ([e489bc6](https://github.com/continuedev/continue/commit/e489bc68e272229488af32195c8bb7cbed735a25))
|
|
1047
|
+
* parallel tool calls permission queueing ([3968407](https://github.com/continuedev/continue/commit/3968407d3abfb06814e7b85032bfc3684524954b))
|
|
1048
|
+
* parse for thinking tags and grey them ([01b60ca](https://github.com/continuedev/continue/commit/01b60cab5ffc1a6dcf38e0553c2e2c701c8a7806))
|
|
1049
|
+
* pass --config to cn remote ([6abf7e7](https://github.com/continuedev/continue/commit/6abf7e7fbedd1cc96a9c205b379455530b61d11d))
|
|
1050
|
+
* pass data for rendering completion after jump ([6e36bc8](https://github.com/continuedev/continue/commit/6e36bc89ef4ad990f19d6c35741446a7d9ad9fd6))
|
|
1051
|
+
* pass difflines ([fa5323f](https://github.com/continuedev/continue/commit/fa5323f626b57a197015071a9171c4aae68c26ee))
|
|
1052
|
+
* pass end line ([f93a18e](https://github.com/continuedev/continue/commit/f93a18e390b0c7302844f46f14697ff5d556eba3))
|
|
1053
|
+
* pass the fullFileDiff flag ([bc66ca8](https://github.com/continuedev/continue/commit/bc66ca8a58e386dc0bbbb208d40ab7a693b2cff8))
|
|
1054
|
+
* paste ([65f10a1](https://github.com/continuedev/continue/commit/65f10a1a4f2862bf1166d187e49fc732a503f9da))
|
|
1055
|
+
* Pause -> Stop ([#6712](https://github.com/continuedev/continue/issues/6712)) ([643874b](https://github.com/continuedev/continue/commit/643874b7d08b5ecc1531aae1834881c82ff994ce))
|
|
1056
|
+
* pause and resume ([8517fd5](https://github.com/continuedev/continue/commit/8517fd57bd826a83e65b7c4b7501f9b01e92d558))
|
|
1057
|
+
* peek for better logs ([e119ae1](https://github.com/continuedev/continue/commit/e119ae1b6a61c8a060f849b37accae491b24092c))
|
|
1058
|
+
* permission checker ([1420793](https://github.com/continuedev/continue/commit/142079335dc05b1049995edc119a83638cb83af3))
|
|
1059
|
+
* permissions.yaml ([5a77fc8](https://github.com/continuedev/continue/commit/5a77fc84100dfc62f4f93dd6851ed114dee721fc))
|
|
1060
|
+
* plan mode and auto mode ([0654863](https://github.com/continuedev/continue/commit/0654863dc51c7a1d0fff2c34545151fc930a6f51))
|
|
1061
|
+
* plan mode sys prompt ([d0b708a](https://github.com/continuedev/continue/commit/d0b708ae47c72632b0cb0aede0d6d9715cb97bf6))
|
|
1062
|
+
* plug and play system message tool frameworks ([af1b6b1](https://github.com/continuedev/continue/commit/af1b6b1bc4c0ce0e387e63ab674fd8ba79c862e3))
|
|
1063
|
+
* posthog telemetry: chat, sessionStart, and slash commands ([9e39d84](https://github.com/continuedev/continue/commit/9e39d8483ca1232fb337d2cb50a5aa64cc6b6bc3))
|
|
1064
|
+
* prefetch queue for next edit ([6b84829](https://github.com/continuedev/continue/commit/6b848298b894ef61567bc9ef8d85c89017d7c4cf))
|
|
1065
|
+
* prettier ([33eaa6d](https://github.com/continuedev/continue/commit/33eaa6df4af2a9b95d0202a529dd0ba83cefa03b))
|
|
1066
|
+
* prevent unsafe file reads ([30c4cc1](https://github.com/continuedev/continue/commit/30c4cc14691400738dd998effb3de58137fd89d1))
|
|
1067
|
+
* rebrand assistants as agents ([#7227](https://github.com/continuedev/continue/issues/7227)) ([73fdf19](https://github.com/continuedev/continue/commit/73fdf19de8e6b09979a9c80baaccc70eeb6df598))
|
|
1068
|
+
* register an active handler to detect intentional cursor movements ([209de22](https://github.com/continuedev/continue/commit/209de229c05624f5dd1d98394fdeff42b1fecd16))
|
|
1069
|
+
* remote command ([9aa3e7f](https://github.com/continuedev/continue/commit/9aa3e7fe6420d2c05a9634edb48ac6cf3e44ed87))
|
|
1070
|
+
* remote TUI ([72e91d5](https://github.com/continuedev/continue/commit/72e91d5c10c63ec74388d2f73852bfce7b3db43c))
|
|
1071
|
+
* remove logging code to telemetry ([b3e4d36](https://github.com/continuedev/continue/commit/b3e4d368bd457401eff9d5eb0f5713efa1f56b1e))
|
|
1072
|
+
* remove redundant hides ([4bc7f0c](https://github.com/continuedev/continue/commit/4bc7f0ca262145f3aa9252f68efb4f095f085b47))
|
|
1073
|
+
* remove static member, add hasAccepted method ([1e02676](https://github.com/continuedev/continue/commit/1e02676ff13354298393b83847b9f5ab9ca12a84))
|
|
1074
|
+
* remove the initialization of tool policy with useEffect, use the defaultToolPolicy as a fallback if a value has not been set by the user in selectActiveTools.ts ([fb44d5b](https://github.com/continuedev/continue/commit/fb44d5bad66d5da11eb373b9ed0c46cf388168be))
|
|
1075
|
+
* render jump suggestion at the location of the next decoration when the decoration should be rendered inside the viewport ([deae3c6](https://github.com/continuedev/continue/commit/deae3c66d3ed28d9de4b818dbc5ad4e7e93d0f54))
|
|
1076
|
+
* replace field ([b4c7df4](https://github.com/continuedev/continue/commit/b4c7df46cdff342bda5dcfcb0b7f865fd0511ff9))
|
|
1077
|
+
* repo flag ([1612df9](https://github.com/continuedev/continue/commit/1612df9be142ca1aaf3927ce78a6c646033c490b))
|
|
1078
|
+
* reset edit chain id to null ([3d0ef7a](https://github.com/continuedev/continue/commit/3d0ef7afbc7f0f040352f44c1ca61a484523399e))
|
|
1079
|
+
* reset edit chain id to null ([51818bf](https://github.com/continuedev/continue/commit/51818bffee9a9c76f921e4d3c4cd62040eda8500))
|
|
1080
|
+
* resource monitoring ([6bad796](https://github.com/continuedev/continue/commit/6bad79645eb0bccd5f7cfb09308b236a8aaa051f))
|
|
1081
|
+
* Respect Org Policies ([#7087](https://github.com/continuedev/continue/issues/7087)) ([56cf2ab](https://github.com/continuedev/continue/commit/56cf2abf20e1321b436adae6310b25e78c7c27be))
|
|
1082
|
+
* respect token limits ([5aaa491](https://github.com/continuedev/continue/commit/5aaa4912da3f492774693db59aff452127691c92))
|
|
1083
|
+
* restore enhanced build system and integrate parallel build script ([0f582f2](https://github.com/continuedev/continue/commit/0f582f200200af881c23531c6acc1112fd367584)), closes [#6811](https://github.com/continuedev/continue/issues/6811) [#6821](https://github.com/continuedev/continue/issues/6821)
|
|
1084
|
+
* retrieve five most relevant code chunks given a code snippet ([c8c0472](https://github.com/continuedev/continue/commit/c8c0472d8105239a28a2f331ed3c4b1d60e99ce0))
|
|
1085
|
+
* return usage for openai providers ([bad857a](https://github.com/continuedev/continue/commit/bad857a71e46e25c2edbe8e0a4099e5860c8d9ba))
|
|
1086
|
+
* reuse terminal and find by terminalName before running command ([76bbb67](https://github.com/continuedev/continue/commit/76bbb67dba0d7648028442d489d7a8d6e0e729ab))
|
|
1087
|
+
* review action ([51da968](https://github.com/continuedev/continue/commit/51da968ec83a46ab59a5de9759c56ce64fdd307c))
|
|
1088
|
+
* review bot ([d1ddd5e](https://github.com/continuedev/continue/commit/d1ddd5edae0d5d2148180af38be6950ffd29a9ae))
|
|
1089
|
+
* save cli sessions in same format / location as extensions ([8a7d936](https://github.com/continuedev/continue/commit/8a7d936b6cbc24b916b9d7260bc614155856185d))
|
|
1090
|
+
* save NextEditOutcome instead of string ([b194632](https://github.com/continuedev/continue/commit/b1946329aebcf7b322435b112db4b6a01ba3df30))
|
|
1091
|
+
* **scaleway:** update supported models ([751d90d](https://github.com/continuedev/continue/commit/751d90d7ef65c46e5eccecd877fd592631b1cff8))
|
|
1092
|
+
* search and replace tool preview and functionality ([206463d](https://github.com/continuedev/continue/commit/206463d6bc2e1f49975145ed3c1990db42a97662))
|
|
1093
|
+
* secure image component ([e242cea](https://github.com/continuedev/continue/commit/e242cea64e03543a8dacfb1619a038352f385bef))
|
|
1094
|
+
* security policies ([6078b58](https://github.com/continuedev/continue/commit/6078b5841a64f235a5d6389c393685944f65d45e))
|
|
1095
|
+
* select assistant polishes ([#7218](https://github.com/continuedev/continue/issues/7218)) ([1ce60a0](https://github.com/continuedev/continue/commit/1ce60a009128c8be8c581ce169dcb52ac842a3a0))
|
|
1096
|
+
* set up event handler for selection changes ([878fb94](https://github.com/continuedev/continue/commit/878fb9474f7dcc06e489b7f96e5ecf191b9bb4f0))
|
|
1097
|
+
* shift+tab ([3d88da3](https://github.com/continuedev/continue/commit/3d88da3cce414fcdc98322589e91af14c38a2c26))
|
|
1098
|
+
* show cwd/repo in bottom left ([1ef7961](https://github.com/continuedev/continue/commit/1ef79618201912988cddb8ba3d6d3e24c5d52c24))
|
|
1099
|
+
* show diff stats in find and replace toolbar ([941f9eb](https://github.com/continuedev/continue/commit/941f9eb16d96a78e645500edcf249fa75accea1e))
|
|
1100
|
+
* show disabled message for MCP if disabled by admin ([d295c20](https://github.com/continuedev/continue/commit/d295c20f774fe98c95439dd502593ad3a7679656))
|
|
1101
|
+
* show git branch if available ([5fce82d](https://github.com/continuedev/continue/commit/5fce82dfd2046055ed61642b2602879274c5eff2))
|
|
1102
|
+
* show MCP section but with a disabled message if org policy disables MCP servers ([6598711](https://github.com/continuedev/continue/commit/659871135415774ddaed9e729cfeeebb0b066e4a))
|
|
1103
|
+
* show rules in intro message ([4ceb759](https://github.com/continuedev/continue/commit/4ceb75999d6445788d9c685e76d835f66ab4c045))
|
|
1104
|
+
* show session title in /info output ([141b3e9](https://github.com/continuedev/continue/commit/141b3e91934dcdb20ae402bfaa2fcd1bed863977))
|
|
1105
|
+
* show users how to paste image ([b9e7477](https://github.com/continuedev/continue/commit/b9e7477e803236a7359776e5bf484b931903721f))
|
|
1106
|
+
* slash command counter ([a215f35](https://github.com/continuedev/continue/commit/a215f357bb3b806cfdbe779bb36691e9d34020e8))
|
|
1107
|
+
* slash command UI and ASCII spinner ([7eefce2](https://github.com/continuedev/continue/commit/7eefce2de39fca9ab51b2d2fb1d0b24286c09404))
|
|
1108
|
+
* sliding jump starts at the cursor line and expands outwards ([3b87898](https://github.com/continuedev/continue/commit/3b878986c587faaa4f4c75358030d9592b73599e))
|
|
1109
|
+
* smooth scrolling ([74d3c4c](https://github.com/continuedev/continue/commit/74d3c4cbe004ef0c98d09dd86b3ce8cdaf0c8055))
|
|
1110
|
+
* summon bot ([a7e2d6f](https://github.com/continuedev/continue/commit/a7e2d6f520e386578c4e7e2b526e3c3fdb7bf510))
|
|
1111
|
+
* support env section in config yaml ([14e83a9](https://github.com/continuedev/continue/commit/14e83a9455e14588411f584f8ce501ca1e226df1))
|
|
1112
|
+
* support getTerminalContents in InteliJIde.kt, which could only read content from the latest terminal tab for now ([1862344](https://github.com/continuedev/continue/commit/18623446053d55c4ec238e46bb94dfc7cf62167d))
|
|
1113
|
+
* support multiple models and new mercury model ([1fe41e8](https://github.com/continuedev/continue/commit/1fe41e8ca34a9a1b7bd00f3ae0d3b195b67c0f52))
|
|
1114
|
+
* suppress `console.info` in headless ([8177eef](https://github.com/continuedev/continue/commit/8177eef6a00a06f5c80d4b0ee4c84f00fd156cd5))
|
|
1115
|
+
* system message tools ([b708c35](https://github.com/continuedev/continue/commit/b708c355a68d9b8055e0d7c51ab520cdebed227b))
|
|
1116
|
+
* telemetry ([a9e5b37](https://github.com/continuedev/continue/commit/a9e5b37d0e51b56f7cc3550488abbd25499eed77))
|
|
1117
|
+
* telemetry for cn remote -s flag ([467e000](https://github.com/continuedev/continue/commit/467e0004461560c95d40352ae637c6daaab31707))
|
|
1118
|
+
* throttled glob and limit glob depth ([f96a406](https://github.com/continuedev/continue/commit/f96a4069e7f3f51724c718e22cc8f3d21e2f1956))
|
|
1119
|
+
* tips for cli ([8d5ab10](https://github.com/continuedev/continue/commit/8d5ab109a4bd747447e4b41eecb375b7cf93ece0))
|
|
1120
|
+
* toggle between next edit and autocomplete ([8152366](https://github.com/continuedev/continue/commit/81523665f3c13c34ec908d9b41935984acbaaa32))
|
|
1121
|
+
* toggle given fullFileDiff ([a49e8cb](https://github.com/continuedev/continue/commit/a49e8cbbd5dea589c3fdc10b1b38f04a75506aa1))
|
|
1122
|
+
* tool call status icon for search and replace UI ([#7112](https://github.com/continuedev/continue/issues/7112)) ([c7fdfe4](https://github.com/continuedev/continue/commit/c7fdfe497995cda7c43631a369d3d9eb62575c6c))
|
|
1123
|
+
* track cursor movements at an application label ([c2ee3aa](https://github.com/continuedev/continue/commit/c2ee3aa1ad7fcbd89f5dabd43796e73c868e07da))
|
|
1124
|
+
* truncate Bash output to 5k lines ([51f3df5](https://github.com/continuedev/continue/commit/51f3df5411dfc19bbeb10ad104e3789919c510ec))
|
|
1125
|
+
* try out a different edit tool ([ba4b427](https://github.com/continuedev/continue/commit/ba4b4274c780b2e7d92a8a6e5f0b959c481a0eeb))
|
|
1126
|
+
* try to pass GUI test ([161ed3a](https://github.com/continuedev/continue/commit/161ed3aa9851b0b3d96e919d33219cf7c74eb420))
|
|
1127
|
+
* try using sliding strategy ([d93e5a2](https://github.com/continuedev/continue/commit/d93e5a2e1b1a199d360ffee874a205946d4d34e0))
|
|
1128
|
+
* TUI mode as default ([e73098b](https://github.com/continuedev/continue/commit/e73098b82ed5ea73f6d8d33eab24fdf6c67bb8ec))
|
|
1129
|
+
* tweak styling on context status ([e49d7a4](https://github.com/continuedev/continue/commit/e49d7a4a889b3124ceb3f9a353b34140594f7130))
|
|
1130
|
+
* UI for diff tools ([469c0c8](https://github.com/continuedev/continue/commit/469c0c8e73965e2c98d277e846e56a12b1e47e65))
|
|
1131
|
+
* UIs and add single replace to default tools ([efa6328](https://github.com/continuedev/continue/commit/efa6328643e05ff634a38718f9a83b723a6c2fed))
|
|
1132
|
+
* unify edit tool apply handling ([393c06f](https://github.com/continuedev/continue/commit/393c06f97e33815d3c3f5fdbc16c06043dcd0621))
|
|
1133
|
+
* update agent and plan instructions to include brief apply formatting instructions ([6b79cb4](https://github.com/continuedev/continue/commit/6b79cb4512f20d5690f8b44e1afd2e41da9968f7))
|
|
1134
|
+
* update default-included context providers, move to util ([4717677](https://github.com/continuedev/continue/commit/4717677959ff207ff7ac93ace7ba8c85f473f959))
|
|
1135
|
+
* update next edit e2e test ([7ff2520](https://github.com/continuedev/continue/commit/7ff252034f7e5bef6e21b770e3ce5cfae2a1551b))
|
|
1136
|
+
* use 5 lines as context ([7106c9d](https://github.com/continuedev/continue/commit/7106c9dd15f3c84452d7f1b63e0546aba1bd137f))
|
|
1137
|
+
* use a list of diffContexts instead of a single one ([72399ca](https://github.com/continuedev/continue/commit/72399ca5ccad459c32d800a732f4ba3ead6a0217))
|
|
1138
|
+
* use a selector uitl ([da2bfa1](https://github.com/continuedev/continue/commit/da2bfa1a0f9c9e59b0c4c70b272a5e0ea56162de))
|
|
1139
|
+
* use an actual queue data type instead of a two pointer ([1ca57b1](https://github.com/continuedev/continue/commit/1ca57b1c5ef1a11acdb17941a18181384555cb0b))
|
|
1140
|
+
* use contextSnippets instead of recentlyViewedCodeSnippets ([db87e89](https://github.com/continuedev/continue/commit/db87e89126882f7df5d60214b9ed01ad4d950655))
|
|
1141
|
+
* use enums instead of strings ([0358717](https://github.com/continuedev/continue/commit/0358717d0646f9440a3d510f9ad93f0bd190fda0))
|
|
1142
|
+
* use full file diff ([a5506b1](https://github.com/continuedev/continue/commit/a5506b1af12a81fea74fd750c0b85ff58db1261e))
|
|
1143
|
+
* use last-write-wins instead of handling every request sequentially ([6cb3260](https://github.com/continuedev/continue/commit/6cb32600929affff6f131f4e7a7e076a1efc150b))
|
|
1144
|
+
* use mercury-coder in favor of nextedit ([377cdf5](https://github.com/continuedev/continue/commit/377cdf571fbccf54f578fde3fd627a1e0e07d672))
|
|
1145
|
+
* use new jump manager methods ([adfa2a8](https://github.com/continuedev/continue/commit/adfa2a8b59a70b99fc2b8e5bf69642b0b8a83562))
|
|
1146
|
+
* use prefetch queue to prefetch inference results ([90cdcaf](https://github.com/continuedev/continue/commit/90cdcafee2ce8ff034846ed70a94667d789ce579))
|
|
1147
|
+
* use s/r for gpt-5 ([#7153](https://github.com/continuedev/continue/issues/7153)) ([c0e9cfd](https://github.com/continuedev/continue/commit/c0e9cfd5567928ca8a3048b329571d0aefbf4b01))
|
|
1148
|
+
* use sharp to convert all images to downsized jpeg ([d999b44](https://github.com/continuedev/continue/commit/d999b447b3faeed08a010e19a4d5c44eceb12139))
|
|
1149
|
+
* use strategies ([0363bb6](https://github.com/continuedev/continue/commit/0363bb63c14df653fe2f666a2523365b697e3a6d))
|
|
1150
|
+
* use system message tools for default for openrouter, except with claude ([ec0d7de](https://github.com/continuedev/continue/commit/ec0d7deb5405fa8ac42300bf57273a8fe8a4c9d9))
|
|
1151
|
+
* use the document ast tracker ([d5ce1ae](https://github.com/continuedev/continue/commit/d5ce1aec0ab946fc3af83277b8016b9f66e23564))
|
|
1152
|
+
* use the jump manager ([ef59863](https://github.com/continuedev/continue/commit/ef5986367ec0f9c5abeff07a55f2a73f0261fabf))
|
|
1153
|
+
* use the new prefetch method ([007f409](https://github.com/continuedev/continue/commit/007f40948ef27cce2d66113c3c781c8227afd564))
|
|
1154
|
+
* vertex ai openai adapter ([#6736](https://github.com/continuedev/continue/issues/6736)) ([f0d35e2](https://github.com/continuedev/continue/commit/f0d35e2099c2ec74633acd11a47aa73d1055cb61))
|
|
1155
|
+
* view config.yaml reference codelens ([9d9c93d](https://github.com/continuedev/continue/commit/9d9c93dec09394b2b0d410fe819eb60672ebe784))
|
|
1156
|
+
* wait for SVG ([8223010](https://github.com/continuedev/continue/commit/8223010f298302327e6f4b0d5f59eff15c58a9c7))
|
|
1157
|
+
* wait longer for decoration to appear ([569dc58](https://github.com/continuedev/continue/commit/569dc58202fdbb5d5eb39fe33c30af2262c9d38c))
|
|
1158
|
+
* warning for models not great with tools ([dde117e](https://github.com/continuedev/continue/commit/dde117e471299c34bab98b4e1c1ab06ee3e6034d))
|
|
1159
|
+
* warning when running in home dir ([15485c5](https://github.com/continuedev/continue/commit/15485c5aae83df355a4e2ae932bc9a938b526885))
|
|
1160
|
+
* word-level diff ([191b5ea](https://github.com/continuedev/continue/commit/191b5ea63bc77ca0910a1542497dd689b13de911))
|
|
1161
|
+
* wrap each recently viewed code snippet inside a token block ([#7269](https://github.com/continuedev/continue/issues/7269)) ([83b5a3c](https://github.com/continuedev/continue/commit/83b5a3c14f124c7d1af51808cd81b817bd932abb))
|
|
1162
|
+
* wrap each retrieval methods in try catches ([fdde91b](https://github.com/continuedev/continue/commit/fdde91b13865f788d601910bd2f7b508ee67eb2a))
|
|
1163
|
+
* write checklist tool ([20bd304](https://github.com/continuedev/continue/commit/20bd304507f5711efd177df1505e4279863f716d))
|
|
1164
|
+
* write checklist tool ([f572f60](https://github.com/continuedev/continue/commit/f572f60f22f98387186b11e433ca37047448688f))
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
### Performance Improvements
|
|
1168
|
+
|
|
1169
|
+
* add caching, with multiple swappable strategies, to anthropic oai-adapter ([f49e62c](https://github.com/continuedev/continue/commit/f49e62ce7ad6fa0e0a5452efb1617816c039fd59))
|
|
1170
|
+
* index right away ([66c1ef9](https://github.com/continuedev/continue/commit/66c1ef962f76f5a704c14ed5d5e45e692643dcc9))
|
|
1171
|
+
* pass editableRegionEndLine ([5085c2f](https://github.com/continuedev/continue/commit/5085c2f602cfc183511831cf8876d0fced937aac))
|
|
1172
|
+
* reduce redundant calculations, make window disappear immediately ([4b4afe1](https://github.com/continuedev/continue/commit/4b4afe193eb17eddac68d0c9996d14494ad0a3e9))
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
### Reverts
|
|
1176
|
+
|
|
1177
|
+
* Revert "remove accountbutton" ([f642b1c](https://github.com/continuedev/continue/commit/f642b1c7cf138f2b24255799a91adb61a26e0702))
|