@continuedev/fetch 1.5.0 → 1.6.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 +111 -69
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,77 +1,119 @@
|
|
|
1
|
-
# [1.
|
|
1
|
+
# [1.6.0](https://github.com/continuedev/continue/compare/@continuedev/fetch@1.5.0...@continuedev/fetch@1.6.0) (2025-11-20)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
*
|
|
61
|
-
*
|
|
62
|
-
*
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
6
|
+
* address headless loading bug ([#8633](https://github.com/continuedev/continue/issues/8633)) ([1ed5d1c](https://github.com/continuedev/continue/commit/1ed5d1c83fe78ea6a5835fdeb57b2263d080ae32))
|
|
7
|
+
* allow all agent tools if not specified ([c1f1513](https://github.com/continuedev/continue/commit/c1f1513c55225c53818e838a924b4586a8c4e86d))
|
|
8
|
+
* allow external repos to grab review scripts from continue repo ([813781d](https://github.com/continuedev/continue/commit/813781db943b6d68d539da8bdc81880796af07d3))
|
|
9
|
+
* allow unrendered secrets error to set mcp status to error ([86ed8e9](https://github.com/continuedev/continue/commit/86ed8e964dfd37e5298b0072b78fffc14d0b2fe8))
|
|
10
|
+
* another tweak ([90f52a3](https://github.com/continuedev/continue/commit/90f52a3b0e0f89db2fca69f3c9118af3ccb1e8f1))
|
|
11
|
+
* ansi terminal tests ([7bcfd1a](https://github.com/continuedev/continue/commit/7bcfd1a68133b4526d8c4c9922a656d5e231d19c))
|
|
12
|
+
* binary package lock issue ([4ee39f3](https://github.com/continuedev/continue/commit/4ee39f3d22c548bfd2f186ffaeeb2115b3273c34))
|
|
13
|
+
* bump openai-adapters ([73c2304](https://github.com/continuedev/continue/commit/73c2304e126600467a1390990fe0e466f68cc3cc))
|
|
14
|
+
* change apply prompt to not remove comments ([#8608](https://github.com/continuedev/continue/issues/8608)) ([495abc1](https://github.com/continuedev/continue/commit/495abc11db9b84414150787eee5e1e8abdd636de))
|
|
15
|
+
* cleanup ([0cb293a](https://github.com/continuedev/continue/commit/0cb293a35110a43ae8e59d2cc21688166b63a3d8))
|
|
16
|
+
* cleanup feedback dialog ([91632b4](https://github.com/continuedev/continue/commit/91632b4214c07cf858ca7bc5473932669390cfa1))
|
|
17
|
+
* cleanup unused state ([da7baa5](https://github.com/continuedev/continue/commit/da7baa55ed2185d4d9a6030e82896e1dc1880b9e))
|
|
18
|
+
* CLI warnings/errors for unresolved MCP secrets ([2688fc9](https://github.com/continuedev/continue/commit/2688fc9f6dd8ab7f964fd3fa9900279c7093e09e))
|
|
19
|
+
* **cli:** check ripgrep search tool before using ([7944a92](https://github.com/continuedev/continue/commit/7944a92c154067058b6c8fc43e2dfd40cb5853b1))
|
|
20
|
+
* **cli:** exclude ask first tools in headless ([#8416](https://github.com/continuedev/continue/issues/8416)) ([2088660](https://github.com/continuedev/continue/commit/20886604d8a38b66e7a21d630667eea9e5973047))
|
|
21
|
+
* **cli:** prevent auto compaction loop and prune messages until valid ([#8535](https://github.com/continuedev/continue/issues/8535)) ([824e45c](https://github.com/continuedev/continue/commit/824e45c5b7e97b01c0fa03a818c9a15701db44b7))
|
|
22
|
+
* **cli:** unskip first slash command output ([#8482](https://github.com/continuedev/continue/issues/8482)) ([22016af](https://github.com/continuedev/continue/commit/22016af4ecdacf4884aaadc7e24c6d10eb46f76b))
|
|
23
|
+
* **cli:** validate required parameters in tool call ([fdee3a8](https://github.com/continuedev/continue/commit/fdee3a886ae994badf60803573d762ed88efce75))
|
|
24
|
+
* config section errors overflow ([89e4842](https://github.com/continuedev/continue/commit/89e484291bbc7bd9a82d8b05ade65ab7a48d65b2))
|
|
25
|
+
* config yaml bump ([812b4e7](https://github.com/continuedev/continue/commit/812b4e74e65d8f389f9cef7dd573410a150cff69))
|
|
26
|
+
* cubic feedback ([0c5fbfc](https://github.com/continuedev/continue/commit/0c5fbfcf2411db17eba61366c02f72bcb896fcc7))
|
|
27
|
+
* enter key input during prompt edit not working ([1d2f4dc](https://github.com/continuedev/continue/commit/1d2f4dc5ba06edbff7bb4fbaf126a9497fed597b))
|
|
28
|
+
* explicit haiku 4.5 tool support ([#8491](https://github.com/continuedev/continue/issues/8491)) ([c029738](https://github.com/continuedev/continue/commit/c029738122812c0152693565691b25785be64d48))
|
|
29
|
+
* filter out failure tool if no `--id` ([#8754](https://github.com/continuedev/continue/issues/8754)) ([9bb396b](https://github.com/continuedev/continue/commit/9bb396b0f5bc66117420cd3aa03f255c259cad96))
|
|
30
|
+
* followup on persisted chat model pr ([b2f565e](https://github.com/continuedev/continue/commit/b2f565e5e35b89b5e04966ab89fc5cd213ac9ec7))
|
|
31
|
+
* font size setting input ([8859f39](https://github.com/continuedev/continue/commit/8859f39820c5a6ff5cc676c6d5566cca3c7a1cbd))
|
|
32
|
+
* formatting ([1e96371](https://github.com/continuedev/continue/commit/1e9637196ba5b37bf713c50c4f73e40366e1cfc3))
|
|
33
|
+
* free space during pr checks ([837d63e](https://github.com/continuedev/continue/commit/837d63e96b302f6656d9e8ea5f033622f3377e20))
|
|
34
|
+
* HOTFIX thinking block colors ([#8810](https://github.com/continuedev/continue/issues/8810)) ([74b1f73](https://github.com/continuedev/continue/commit/74b1f73a87d4aeef9b294c86dd99ad8e816f544d))
|
|
35
|
+
* HOTFIX useHistory currentIndex more than MAX_HISTORY_LENGTH cause replace fail ([#8819](https://github.com/continuedev/continue/issues/8819)) ([7787685](https://github.com/continuedev/continue/commit/7787685f125ddaca521cdac525e5c233dcf4f4ce))
|
|
36
|
+
* improve async-mutex mocking and reset instancePromise on cache close ([52ebf5d](https://github.com/continuedev/continue/commit/52ebf5d0321673a841762b3243aa469a12e52f7b))
|
|
37
|
+
* improve tool call display truncation and update fetch dependency ([9a270d8](https://github.com/continuedev/continue/commit/9a270d83443b2958d5624a02282409570d973cfe))
|
|
38
|
+
* instant apply for search and replace - vs code and jetbrains ([d227a57](https://github.com/continuedev/continue/commit/d227a571bbfff33b8b9b1cc7a76beec232856994))
|
|
39
|
+
* instant reject all for VS Code ([3078cd9](https://github.com/continuedev/continue/commit/3078cd9280863888d62623257e17178ca8b5cf1f))
|
|
40
|
+
* instant streaming for jetbrains ([3ab61c4](https://github.com/continuedev/continue/commit/3ab61c49162c5dd04340d80f2708a1461bbd1e6c))
|
|
41
|
+
* jetbrains getDiffLines parsing ([c5476ca](https://github.com/continuedev/continue/commit/c5476ca874b03e7658e863ebcbf2daf9e1d078fb))
|
|
42
|
+
* jetbrains runner disk space ([2835386](https://github.com/continuedev/continue/commit/2835386937b9933a601c3d52287e9b805c14384c))
|
|
43
|
+
* lint ([b932fa3](https://github.com/continuedev/continue/commit/b932fa3772fbd4925a87d2b8dfdf45ae19a958f9))
|
|
44
|
+
* lint ([c7210d1](https://github.com/continuedev/continue/commit/c7210d1f454b8856d28be64775ef428b9b1a988e))
|
|
45
|
+
* linting etc. ([739c046](https://github.com/continuedev/continue/commit/739c04681ca6595c21bcf3b30dfcddff0a93ad44))
|
|
46
|
+
* logger mock and error message ([bce188c](https://github.com/continuedev/continue/commit/bce188c70ab4b594ef90c01d05ac9cb71f22122a))
|
|
47
|
+
* make free-disk-space action more conservative ([d748875](https://github.com/continuedev/continue/commit/d748875a465a5219d0b53d7fb7d5d09ad97825bf))
|
|
48
|
+
* mcp agent policies and deduplicate blocks when merging unrolled assistants ([#8376](https://github.com/continuedev/continue/issues/8376)) ([5fa2415](https://github.com/continuedev/continue/commit/5fa2415e9b3fba907105e5beca9bbb70c29b6a54))
|
|
49
|
+
* MCP oauth http error code 405 ([6f6c952](https://github.com/continuedev/continue/commit/6f6c952430202b8ee823f724a42da6024e7a7c16))
|
|
50
|
+
* merge main ([0b011ea](https://github.com/continuedev/continue/commit/0b011ea5d65bf2adb168e710da483cfac6952c97))
|
|
51
|
+
* merge main ([5d787dc](https://github.com/continuedev/continue/commit/5d787dca7ccbd3a85dd0b6e321c51db145f91c24))
|
|
52
|
+
* missing providers that handle templating ([#8438](https://github.com/continuedev/continue/issues/8438)) ([5e9ef89](https://github.com/continuedev/continue/commit/5e9ef89b7d77fddc532ae1cd840fd4dea29fe879))
|
|
53
|
+
* openai-adapters bumps ([8ee37e7](https://github.com/continuedev/continue/commit/8ee37e78e5950244af35a741d2e114e806363635))
|
|
54
|
+
* **openai-adapters:** extend auth header override to support x-api-key ([#8779](https://github.com/continuedev/continue/issues/8779)) ([63abf6b](https://github.com/continuedev/continue/commit/63abf6b43d36fe786559cbf6aa966010b4457a21)), closes [#8684](https://github.com/continuedev/continue/issues/8684) [#7047](https://github.com/continuedev/continue/issues/7047) [#8684](https://github.com/continuedev/continue/issues/8684) [#7047](https://github.com/continuedev/continue/issues/7047) [#8684](https://github.com/continuedev/continue/issues/8684)
|
|
55
|
+
* packages/continue-sdk/package.json & packages/continue-sdk/package-lock.json to reduce vulnerabilities ([1157c7a](https://github.com/continuedev/continue/commit/1157c7a79353ee52bb21e839058423dd8bef26f7))
|
|
56
|
+
* plan mode system message should ask user to switch mode ([7decd43](https://github.com/continuedev/continue/commit/7decd43d1c79b3f45b96693a087e60cb1f4b38ae))
|
|
57
|
+
* prepend agent prompt in serve mode ([#8393](https://github.com/continuedev/continue/issues/8393)) ([4305358](https://github.com/continuedev/continue/commit/43053580ef93d283d9a39bb91bcce8a9d175779c))
|
|
58
|
+
* prevent anthropic 3.5 models from use thinking ([#8303](https://github.com/continuedev/continue/issues/8303)) ([aff2f31](https://github.com/continuedev/continue/commit/aff2f31fec5d015dddceb4672752b2598c009a0b))
|
|
59
|
+
* prevent security concern files in next edit diffs ([c77a10a](https://github.com/continuedev/continue/commit/c77a10a1918de249cd20c6bc9242672b013fec64))
|
|
60
|
+
* remove dead isTelemetryEnabled code for jetbrains ([#8799](https://github.com/continuedev/continue/issues/8799)) ([05cce29](https://github.com/continuedev/continue/commit/05cce29d20b3905d3046a71576551a03a48a9ba3))
|
|
61
|
+
* remove hi.txt ([92e6c8a](https://github.com/continuedev/continue/commit/92e6c8a278add82cd17dee6b4867c053afd0e0a6))
|
|
62
|
+
* remove prepended fim_prefix tag in mercury coder ([#8624](https://github.com/continuedev/continue/issues/8624)) ([f1d6468](https://github.com/continuedev/continue/commit/f1d646833f60b7d7413f47ed9f8ff1e8c73107da))
|
|
63
|
+
* remove search from expected tools since rg install not gauranteed ([10407bb](https://github.com/continuedev/continue/commit/10407bb9b82192da92f0b7f3d65b919def6e7c09))
|
|
64
|
+
* remove unused SessionManager import in session.test.ts ([ee4d4cc](https://github.com/continuedev/continue/commit/ee4d4ccbdc50e84729c14212f66ff68d97776ea9))
|
|
65
|
+
* resolve template helper error for {{{ input }}} syntax ([#6749](https://github.com/continuedev/continue/issues/6749)) ([253e43c](https://github.com/continuedev/continue/commit/253e43c7d07c89f47ba789558d18faa0d5df3b14))
|
|
66
|
+
* revert to ubuntu-latest action ([b27b92e](https://github.com/continuedev/continue/commit/b27b92e7212cb3011381fae51c3b516ee13be6b3))
|
|
67
|
+
* rulemetadata types ([d7cc498](https://github.com/continuedev/continue/commit/d7cc4985a137253cd3a46b88da820f7646e241f3))
|
|
68
|
+
* show md rules and prompts in respective sections ([#8178](https://github.com/continuedev/continue/issues/8178)) ([cc2a6c3](https://github.com/continuedev/continue/commit/cc2a6c3f166c235ce1ec1ac930873d31e9d40126))
|
|
69
|
+
* slack agent docs ([ec6c6a2](https://github.com/continuedev/continue/commit/ec6c6a2cb108cf1d60438671494d0b891c2bd6e1))
|
|
70
|
+
* slack integration docs touch up ([6aae22a](https://github.com/continuedev/continue/commit/6aae22ae6114dba4c6e2e4451e5fb3438388c3c5))
|
|
71
|
+
* temporarily disable RecentlyVisited, RecentlyEdited, and DocumentHistoryTracker ([#8391](https://github.com/continuedev/continue/issues/8391)) ([8a2eee5](https://github.com/continuedev/continue/commit/8a2eee51fb7d58f41908506ff8069187ea5bf2fe))
|
|
72
|
+
* ty feedback for slack docs ([3c99f0d](https://github.com/continuedev/continue/commit/3c99f0d2b481f4888c3c19f11fa535fc36b8ccd2))
|
|
73
|
+
* typecheck write file args ([#8585](https://github.com/continuedev/continue/issues/8585)) ([0a630fb](https://github.com/continuedev/continue/commit/0a630fb30702c211501495571359f3148d5cd6e1))
|
|
74
|
+
* update assistants -> configs in docs ([b3fadf1](https://github.com/continuedev/continue/commit/b3fadf15502a0a6123aca23a9c1fe00463bbd8e6))
|
|
75
|
+
* update global directory path conversion to use localPathToUri ([71e22ab](https://github.com/continuedev/continue/commit/71e22ab977f7d17dc6abe3c5a174975f3f360da5))
|
|
76
|
+
* update PR review bot config name from code-reviewer to review-bot ([#8387](https://github.com/continuedev/continue/issues/8387)) ([8fa6f13](https://github.com/continuedev/continue/commit/8fa6f1393c46efcf4b1136bb89ee478264aef988)), closes [/github.com/bdougie/contributor.info/pull/1151#issuecomment-3432344006](https://github.com//github.com/bdougie/contributor.info/pull/1151/issues/issuecomment-3432344006)
|
|
77
|
+
* upgrade @anthropic-ai/sdk from 0.62.0 to 0.67.0 ([bea95b9](https://github.com/continuedev/continue/commit/bea95b982d29dab2bb6e4e18beaaa2ea159bab65))
|
|
78
|
+
* upgrade @aws-sdk/credential-providers from 3.890.0 to 3.913.0 ([709862d](https://github.com/continuedev/continue/commit/709862de5781f9ed82cfac7ff1c4ec0ec1f366bc))
|
|
79
|
+
* upgrade @c15t/react from 1.6.1 to 1.7.0 ([aed1cac](https://github.com/continuedev/continue/commit/aed1cacd50e934cf513a2aa83647dd8886cfe796))
|
|
80
|
+
* upgrade @continuedev/config-yaml from 1.15.1 to 1.29.0 ([d7ca14b](https://github.com/continuedev/continue/commit/d7ca14b9880f39c942ca91367e40107f840011cc))
|
|
81
|
+
* upgrade @continuedev/config-yaml from 1.26.0 to 1.29.0 ([8cbf658](https://github.com/continuedev/continue/commit/8cbf658c69c633e0d07b3b7efedaff9b6d249c8d))
|
|
82
|
+
* upgrade openai from 4.96.2 to 4.104.0 ([6910360](https://github.com/continuedev/continue/commit/6910360b14a085bb81703f552d967febfdbbebc4))
|
|
83
|
+
* upgrade tar from 7.4.3 to 7.5.1 ([3443a65](https://github.com/continuedev/continue/commit/3443a65264aa9dab6c7303c099c5b0015074bc58))
|
|
84
|
+
* upgrade zod from 3.24.2 to 3.25.76 ([a86976f](https://github.com/continuedev/continue/commit/a86976fee94564bd6fe62b8dbe46c3bcb95ebfd8))
|
|
85
|
+
* use system prompts for default endpoint type instances in next edit ([#8660](https://github.com/continuedev/continue/issues/8660)) ([7bc39db](https://github.com/continuedev/continue/commit/7bc39db04d8c6231974785b7890bf69d4e770e19))
|
|
86
|
+
* use yolo when applying diff ([d5a6697](https://github.com/continuedev/continue/commit/d5a6697c9715da45be3f8dc321dde640405b39de))
|
|
87
|
+
* useSlashCommand for all slash commands ([e6541b6](https://github.com/continuedev/continue/commit/e6541b63da2da08e0a55a93dbc8a00a529057897))
|
|
88
|
+
* validate config secrets present ([97b93c4](https://github.com/continuedev/continue/commit/97b93c44fa0644c700004e800711d28286309d51))
|
|
89
|
+
* various mcp fixes and error/warnings ([a79e28f](https://github.com/continuedev/continue/commit/a79e28f1899c2b43027976122815ee22937ea726))
|
|
66
90
|
|
|
67
91
|
|
|
68
92
|
### Features
|
|
69
93
|
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
*
|
|
94
|
+
* **cli:** always show the context percentage ([bc14645](https://github.com/continuedev/continue/commit/bc146457b6c45e1a7314101395de4e0e12f717a0))
|
|
95
|
+
* **cli:** filter lines with more than 1000 characters ([#8714](https://github.com/continuedev/continue/issues/8714)) ([ae57291](https://github.com/continuedev/continue/commit/ae572918a2644d81e371b47e9db10fd9822c10a8))
|
|
96
|
+
* **cli:** skip checking for updates in dev mode ([28e09e1](https://github.com/continuedev/continue/commit/28e09e1c71751a4c6dd035bf16dfc52b65973973))
|
|
97
|
+
* **cohere:** add support from Reasoning/Vision/Translate models ([9525ea8](https://github.com/continuedev/continue/commit/9525ea8794b9aa62a820c9d27301cd752cd91d18))
|
|
98
|
+
* continue oauth for cli mcps ([e75c19e](https://github.com/continuedev/continue/commit/e75c19ee9a272cce3ea650001dc188807b3dd9e1))
|
|
99
|
+
* enhance autocomplete cache with async initialization and improved eviction logic ([0432315](https://github.com/continuedev/continue/commit/04323155cd77a9d305aab7de163ef7a8c2594dc8))
|
|
100
|
+
* impl Responses API in oai-adapters ([#8417](https://github.com/continuedev/continue/issues/8417)) ([6703362](https://github.com/continuedev/continue/commit/67033627b32094941f0c38db7d734db61b06eacf))
|
|
101
|
+
* Integrate OpenAI Responses API to enable GPT-5 features ([#7891](https://github.com/continuedev/continue/issues/7891)) ([5eb9f4a](https://github.com/continuedev/continue/commit/5eb9f4a9bf14cb9e0e4ce53b63ea11ef3fddb47f))
|
|
102
|
+
* keep stream error toggle open by default ([#8703](https://github.com/continuedev/continue/issues/8703)) ([9b5b7b8](https://github.com/continuedev/continue/commit/9b5b7b85963f2bb27072441f49f5421f438428e1))
|
|
103
|
+
* remove applied rules from chat history and dev data ([c858aee](https://github.com/continuedev/continue/commit/c858aee55973d6ece243713dd251c8fc3985a330))
|
|
104
|
+
* remove auto-accept edits setting ([#8310](https://github.com/continuedev/continue/issues/8310)) ([1c7a816](https://github.com/continuedev/continue/commit/1c7a816657b3e589e39672ae426b01d6bcec7349))
|
|
105
|
+
* report failure tool ([#8694](https://github.com/continuedev/continue/issues/8694)) ([23cc853](https://github.com/continuedev/continue/commit/23cc853785e229ef68058dce5268b500237c6ebd))
|
|
106
|
+
* restore feedback modal for user interest collection ([a258974](https://github.com/continuedev/continue/commit/a258974bf5b255dd0ee2eb487f202a7b23272b09))
|
|
107
|
+
* Says hi ([63bd5dc](https://github.com/continuedev/continue/commit/63bd5dc378f029d2f2621fff231a39b28ddcc1cd))
|
|
108
|
+
* show gradient border in edit mode ([d556463](https://github.com/continuedev/continue/commit/d55646392a2672ec2b6e895f1aae09a07e61a6f9))
|
|
109
|
+
* show mcp warning message with configured mcps ([370feb9](https://github.com/continuedev/continue/commit/370feb9e9ab72fd63e12d5486cbf9ffd5c6bfeb8))
|
|
110
|
+
* sonnet lazy apply prompt should not change comments ([#8665](https://github.com/continuedev/continue/issues/8665)) ([d8cc0b6](https://github.com/continuedev/continue/commit/d8cc0b69d2822d5cd1e4399ea3bf7b02689d69da))
|
|
111
|
+
* Support Granite 4 FIM and tool calling correctly ([#8531](https://github.com/continuedev/continue/issues/8531)) ([d1ba7c9](https://github.com/continuedev/continue/commit/d1ba7c9bba3977083a325ba5fa9a581cde5061c3))
|
|
112
|
+
* support paths and file URLs for agent file loadinggs ([e74b4a1](https://github.com/continuedev/continue/commit/e74b4a119fc1781d16419033356f8aba64cb12b7))
|
|
113
|
+
* thinking block designs should occupy lesser space ([#8685](https://github.com/continuedev/continue/issues/8685)) ([fd4e931](https://github.com/continuedev/continue/commit/fd4e931f44473a12ead63f90b357e70d8fdadfbb))
|
|
114
|
+
* upgrade grok code fast 1 ([#8475](https://github.com/continuedev/continue/issues/8475)) ([6aad840](https://github.com/continuedev/continue/commit/6aad84013c4953b11e2c0e34bf6e674a17304060))
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### Performance Improvements
|
|
118
|
+
|
|
119
|
+
* **intellij:** implement GsonService singleton to reduce memory allocation ([dc0e86e](https://github.com/continuedev/continue/commit/dc0e86e4a121332697c9299c87adb5fd6cf0abc1)), closes [#8452](https://github.com/continuedev/continue/issues/8452)
|