@continuedev/fetch 1.6.0 → 1.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +114 -111
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,119 +1,122 @@
1
- # [1.6.0](https://github.com/continuedev/continue/compare/@continuedev/fetch@1.5.0...@continuedev/fetch@1.6.0) (2025-11-20)
1
+ # [1.8.0](https://github.com/continuedev/continue/compare/@continuedev/fetch@1.7.0...@continuedev/fetch@1.8.0) (2026-01-22)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
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))
6
+ * account for different tokenizers ([b4bc3ae](https://github.com/continuedev/continue/commit/b4bc3aedaa2e44149a1898c609405ebb80ca91b2))
7
+ * add GH_TOKEN to continue-agents workflow ([dd93919](https://github.com/continuedev/continue/commit/dd939190701be55917d4d224f012017e8ea17be9)), closes [#9493](https://github.com/continuedev/continue/issues/9493)
8
+ * add missing cancelStream call and return for non-retryable errors ([c391353](https://github.com/continuedev/continue/commit/c391353709ad4367fb333680190e0ba73c868ef0))
9
+ * add missing hub mock rejection in test ([53a9fa4](https://github.com/continuedev/continue/commit/53a9fa4cb34d97a9f3e2af1f26a02b10bbd0a9a1))
10
+ * also use env vars in Write job summary step ([8969f42](https://github.com/continuedev/continue/commit/8969f422619f63becf2f778c4465cf192ee83e18))
11
+ * **anthropic:** support Azure-hosted Anthropic endpoints ([9e8bfcd](https://github.com/continuedev/continue/commit/9e8bfcd9396b9abf7643c79bb53f7263da8138c6))
12
+ * break circular dependency by extracting tool names ([6a5f80b](https://github.com/continuedev/continue/commit/6a5f80b0fc739ed36448b62bd036c01476b91d49))
13
+ * change 'Agent:' to 'Config:' in intro message and update tests ([c1e4668](https://github.com/continuedev/continue/commit/c1e466836acd0b2a5e81f2925c5d2e14691543d9))
14
+ * clarify can't edit in parallel with itself either ([46b31af](https://github.com/continuedev/continue/commit/46b31af330aa669d93c777d5fa577b2ca7c72225))
15
+ * **cli:** compaction for missing tool results ([0792b94](https://github.com/continuedev/continue/commit/0792b949bdf629fd14dac45478b2027962b77454))
16
+ * **cli:** expand model capability detection to include Llama, Nemotron, and Mistral ([#8845](https://github.com/continuedev/continue/issues/8845)) ([528a8ab](https://github.com/continuedev/continue/commit/528a8abceb69a6afb12e0a32ea5eb8acbc1e8241)), closes [#1](https://github.com/continuedev/continue/issues/1)
17
+ * **cli:** resolve circular dependency in uploadArtifact tool ([b5da44d](https://github.com/continuedev/continue/commit/b5da44ddd665d571b9669a9832e2d5b34a9f743c))
18
+ * **cli:** restart cli for manual update ([595986a](https://github.com/continuedev/continue/commit/595986a6fb46ccd4e023078e9e3a8aeb911629c7))
19
+ * **cli:** use logger.info instead of console.log for consistency ([00b665f](https://github.com/continuedev/continue/commit/00b665f089e1b1c1166bf8c7d275465b6fb8f5e2))
20
+ * command fixed in contributing file ([#9715](https://github.com/continuedev/continue/issues/9715)) ([a21eb15](https://github.com/continuedev/continue/commit/a21eb151d30969c292e290523941ebb520c61151))
21
+ * compact conversation with dangling tool calls ([b33b8a4](https://github.com/continuedev/continue/commit/b33b8a4dadb821cab67d517223cb9ab19268d173))
22
+ * compaction updates part 2 ([d18c6f0](https://github.com/continuedev/continue/commit/d18c6f04ad6ca518f849a78ab6cb8938e8ea1c24))
23
+ * Constrain root eslint to v8 to match core dependency ([ad6ab80](https://github.com/continuedev/continue/commit/ad6ab8024b888816dcf0c8eb39921a98777ec5ab))
24
+ * context length error detection ([1bfb72e](https://github.com/continuedev/continue/commit/1bfb72edf3f6c0eccb66454eb9e3ad423f58bee5))
25
+ * context length fixes, truncation, etc ([613ffb8](https://github.com/continuedev/continue/commit/613ffb8ca9847fcb3ff99beec6f191b25cd85f9b))
26
+ * correct built-in tool names list ([26bef77](https://github.com/continuedev/continue/commit/26bef77a8859788b870e42036e0958bdbaa9d93a))
27
+ * Correct import order for eslint compliance ([657c5fe](https://github.com/continuedev/continue/commit/657c5fe023cf25473d4365112f0162af38922d50))
28
+ * correct import order in ToolPermissionService ([2003128](https://github.com/continuedev/continue/commit/2003128f084517bdf5343d6e2205edc85db8ff64))
29
+ * decode URI-encoded pathname for WSL workspace paths ([074a6c7](https://github.com/continuedev/continue/commit/074a6c74baf35b98e0092f0e6b37027bb6561eba))
30
+ * don't fallback to relative path if not markdown file ([d93b432](https://github.com/continuedev/continue/commit/d93b4321a550acf7151949d1fee1c436945e2ee0))
31
+ * duplicate tool messages ([77a2f12](https://github.com/continuedev/continue/commit/77a2f1274a6183bf43cb8df3d84e8e58762b1442))
32
+ * ensure cross-target LanceDB binaries are correctly copied ([#9100](https://github.com/continuedev/continue/issues/9100)) ([291f8f5](https://github.com/continuedev/continue/commit/291f8f5dd2efec7a53e49cc7e2a1b7e6a0833466))
33
+ * env stubs for cli platform tests ([6b3c0be](https://github.com/continuedev/continue/commit/6b3c0be2f1443e47db3e985560cb859b8e42f6a9))
34
+ * eslint ([50adea3](https://github.com/continuedev/continue/commit/50adea309b6635b125e55a13bb99b0a91827956f))
35
+ * eslint import unresolved ([ccd0b74](https://github.com/continuedev/continue/commit/ccd0b74dc544687b3ec9439ee9a814efbacc5752))
36
+ * fix lint error and update tests for markdown-only fallback ([4c0c532](https://github.com/continuedev/continue/commit/4c0c53257baf7edb943c76155fa6b0bde79b554f))
37
+ * Initialize usage field in createSession and startNewSession ([5c50e91](https://github.com/continuedev/continue/commit/5c50e911d203fc0a7ae6407f84bdfafd8c1f19f4))
38
+ * inject blocks tests for cli secret resolution ([219f566](https://github.com/continuedev/continue/commit/219f5661c9999daa5e185740dd2fa1d24f0187b2))
39
+ * **intellij:** Prevent ConcurrentModificationException in keymap access ([5d1cd00](https://github.com/continuedev/continue/commit/5d1cd001039eb2b8b037db7dbdeaf91a11be59b0))
40
+ * linting issue mising parallel count ([c0a9309](https://github.com/continuedev/continue/commit/c0a930919fe93ce7ad6a0eaf3546a956dee02383))
41
+ * make tree-sitter lookup in .js and .ts files pick up only last preceding comment before code block ([cb4db87](https://github.com/continuedev/continue/commit/cb4db878b89828d01880251cb490af50d15dbd44))
42
+ * merge yaml.schemas settings ([a0729bd](https://github.com/continuedev/continue/commit/a0729bd6ec7f5a7b8cdf187baac8abf3156b9f75)), closes [#7080](https://github.com/continuedev/continue/issues/7080)
43
+ * **openai-adapters:** Add defensive type checks for stream.usage Promise ([7d3fa6d](https://github.com/continuedev/continue/commit/7d3fa6daa97519df87c70b32fbbe1f46e6fa3bc7))
44
+ * **openai-adapters:** Add fallback to stream.usage Promise for usage tokens ([bbeec4b](https://github.com/continuedev/continue/commit/bbeec4b1bf7225c0159cccb5562ff2c7701e356e))
45
+ * **openai-adapters:** Address 4 PR review issues ([93d9c12](https://github.com/continuedev/continue/commit/93d9c123d348a1a79829299b9756781a8839b1ae))
46
+ * **openai-adapters:** Don't emit usage from fullStream finish event ([a89187b](https://github.com/continuedev/continue/commit/a89187b409314fc4e502290b41d0071d459102ac))
47
+ * **openai-adapters:** Fix multi-turn tools test API initialization timing ([75044d4](https://github.com/continuedev/continue/commit/75044d4cdc498fe7ca1a1f656d4e1ef6f24b1209))
48
+ * **openai-adapters:** Fix tool_choice format and usage token handling ([aaa973a](https://github.com/continuedev/continue/commit/aaa973ab7a1b48f5c9b751cb5b9b6c29891a752b))
49
+ * **openai-adapters:** Fix usage token double-emission in Vercel SDK streams ([64f4924](https://github.com/continuedev/continue/commit/64f4924984d34c5bb11cc7b91a132dc576f9eb10))
50
+ * **openai-adapters:** Fix Vercel SDK test API initialization timing ([d2afc5c](https://github.com/continuedev/continue/commit/d2afc5cd934724b5cdca8334e5d04bf1ffca4519))
51
+ * **openai-adapters:** Remove token count validation in finish event handler ([6e656f9](https://github.com/continuedev/continue/commit/6e656f9a2e3ba77f4ba44b14fc825f833a537644))
52
+ * **openai-adapters:** Revert to using finish event usage from fullStream ([3d21467](https://github.com/continuedev/continue/commit/3d21467adfbd3e641d0827a341c4ec40b4804e70))
53
+ * **openai-adapters:** Temporarily disable usage assertions for Vercel SDK tests ([06bcf60](https://github.com/continuedev/continue/commit/06bcf605757f9c818282c2c2ccf41411a93f6317))
54
+ * **openai-adapters:** Use stream.usage Promise exclusively for usage tokens ([df143e7](https://github.com/continuedev/continue/commit/df143e7f279ea84579c65deba5537e136e065e69))
55
+ * packages/continue-sdk/package.json & packages/continue-sdk/package-lock.json to reduce vulnerabilities ([2f128be](https://github.com/continuedev/continue/commit/2f128beb2ce1c69097a5eb21e1a2d7834fc16d41))
56
+ * packages/continue-sdk/python/api/requirements.txt to reduce vulnerabilities ([df86ba8](https://github.com/continuedev/continue/commit/df86ba82973919703b5dc2d6dd8702003865bd8e))
57
+ * prevent string interpolation issues in remaining workflow steps ([2d21472](https://github.com/continuedev/continue/commit/2d2147230c28fc8d91a0d4df8a27fbb88c6b0ed5))
58
+ * prevent waiting for the session to load from history ([9fcc332](https://github.com/continuedev/continue/commit/9fcc332a99095a2b5635eb786ea02ca73311803a))
59
+ * prompt tweak ([41c4f29](https://github.com/continuedev/continue/commit/41c4f297f3bef3a43f12833d3d2e0d6c84888ec7))
60
+ * properly resolve WSL2 workspace paths in runTerminalCommand ([eab2ac1](https://github.com/continuedev/continue/commit/eab2ac1e045f2e4ba994cb7371b8e3a8e8aaf4b7))
61
+ * re-throw hub error for non-markdown hub slugs ([f644c88](https://github.com/continuedev/continue/commit/f644c8873e09f8efa912eefeb1a03e5d8708f24f))
62
+ * refactor handleToolCalls to use options object to satisfy max-params lint rule ([2ae2f80](https://github.com/continuedev/continue/commit/2ae2f80af6b52922d94bc7db7495de9e74b0671e))
63
+ * Regenerate CLI package-lock.json to resolve dependency mismatches ([32326eb](https://github.com/continuedev/continue/commit/32326ebf1e53aae26ccebd0e540d7ed8d347864a))
64
+ * regenerate package-lock.json to include missing @types/node@25.0.3 ([10b457b](https://github.com/continuedev/continue/commit/10b457b0eae361ed18f9128980f5f6bfb1c9ff1a))
65
+ * Regenerate package-lock.json to resolve dependency mismatches ([c2bf023](https://github.com/continuedev/continue/commit/c2bf0231e7c2dd842c33a0a9f4022429f4738ded))
66
+ * Remove invalid totalCost property and update test mocks ([2e9a0f0](https://github.com/continuedev/continue/commit/2e9a0f0b9176a7b9fde45c5c13134e20e7470c9e))
67
+ * Remove symlink logic from production blueprint template ([a396ed2](https://github.com/continuedev/continue/commit/a396ed2acccfa523c64a45a94428c3698fdf9601))
68
+ * Remove symlink logic from staging blueprint template ([ce07084](https://github.com/continuedev/continue/commit/ce07084d2dcfddebf7e28b6193ecf660b84bfd09))
69
+ * Replace console.log with logger.info in exit.ts ([bfd2f01](https://github.com/continuedev/continue/commit/bfd2f016c02faa36eee3597b9ad81a3408061272))
70
+ * resolve circular dependency in subagent executor ([87fd9b6](https://github.com/continuedev/continue/commit/87fd9b67df4661a261881a2cb028ab651c695128))
71
+ * resolve circular dependency in subagent tool ([1c448c4](https://github.com/continuedev/continue/commit/1c448c479d1e2f4c50c586d494288d6b8889c178))
72
+ * resolve IDE Extensions tab navigation in docs ([7129415](https://github.com/continuedev/continue/commit/7129415db0a6609e126f464e3dfe0d92528fddf2))
73
+ * resolve lint issues in vscode extension files ([887410e](https://github.com/continuedev/continue/commit/887410e5b2506cd39571b8ba9ee9842587107efa)), closes [#9077](https://github.com/continuedev/continue/issues/9077)
74
+ * resolve MDX parsing error in run-agents-locally guide ([7074a50](https://github.com/continuedev/continue/commit/7074a50e4a39f5b29927c8c90a4fb52769b64dff))
75
+ * **runloop:** hardcode amd64 architecture and update blueprint name to cn-test ([d10594f](https://github.com/continuedev/continue/commit/d10594f6cda0dea50e1acd03e7af82da0b874e5e))
76
+ * save session ([454da90](https://github.com/continuedev/continue/commit/454da90e15568f0d6727bd188f1dc508021192c8))
77
+ * show full right side gradient border ([7f46011](https://github.com/continuedev/continue/commit/7f46011e7c277d570907cfc733639f4a2f944d1d))
78
+ * show new rule once created ([bf6ee2f](https://github.com/continuedev/continue/commit/bf6ee2f71da3008bf01bd5be030f5bff62410d0e))
79
+ * show the correct number of pending tools ([3d7be8a](https://github.com/continuedev/continue/commit/3d7be8a55a31ff32de19452572d512e96b3a901e))
80
+ * simplify config error ([e3a8711](https://github.com/continuedev/continue/commit/e3a8711ed90b1c3026726c80fecff92e449bb79b))
81
+ * tests and cubic feedback ([d7b91f8](https://github.com/continuedev/continue/commit/d7b91f884c2be22fb6805dbcc5a9ad738bb443ee))
82
+ * tool permissions for MCP and bash in headless ([998cb76](https://github.com/continuedev/continue/commit/998cb76a7128e47fc94dad7a282a578459ee8015))
83
+ * update ide-extensions link to point to quick-start page ([b73fefe](https://github.com/continuedev/continue/commit/b73fefe7000cedd45431ca4cdade539bee1d0832))
84
+ * update package-lock.json for @tiptap/extension-image upgrade ([8f28688](https://github.com/continuedev/continue/commit/8f28688651ba9453ccf5a07d8076aa7b77d74bb5))
85
+ * upgrade @c15t/react from 1.8.1 to 1.8.2 ([9b192e4](https://github.com/continuedev/continue/commit/9b192e478420d9d21baee4da86e6fb95f91cfd36))
86
+ * upgrade @sentry/profiling-node from 9.46.0 to 9.47.1 ([9448930](https://github.com/continuedev/continue/commit/9448930f6094cf46dff5001664c9033312072edc))
87
+ * upgrade @tiptap/extension-history from 2.26.1 to 2.27.1 ([a9e7f33](https://github.com/continuedev/continue/commit/a9e7f3311ee190eebee44cd2ad8630de7973651b))
88
+ * upgrade @tiptap/extension-image from 2.26.1 to 2.27.1 ([d159f9f](https://github.com/continuedev/continue/commit/d159f9fdf79d4f278cb0bff4b7b7d1951776dde6))
89
+ * upgrade @tiptap/extension-mention from 2.26.1 to 2.27.1 ([8835b11](https://github.com/continuedev/continue/commit/8835b1107bdeb461302c8115b55c34f3405210c8))
90
+ * upgrade lru-cache from 11.0.2 to 11.2.4 ([269be8b](https://github.com/continuedev/continue/commit/269be8bb5fdb4651a2e52f832e92f5dc8b250b55))
91
+ * upgrade mocha from 11.7.1 to 11.7.5 ([c65d6df](https://github.com/continuedev/continue/commit/c65d6dfb9ac9daac866fc55b62a55de6fd9a402c))
92
+ * upgrade monaco-editor from 0.45.0 to 0.55.1 ([cc1c70d](https://github.com/continuedev/continue/commit/cc1c70d246b124a592cf94b17cb1fe7ba8fa2bc2))
93
+ * upgrade posthog-js from 1.297.2 to 1.310.1 ([14a5336](https://github.com/continuedev/continue/commit/14a533617f4e0811e4f75a2652b44453c640f82e))
94
+ * upgrade react-hook-form from 7.62.0 to 7.69.0 ([5e9d88a](https://github.com/continuedev/continue/commit/5e9d88a8daa361c1d66485648144d3f957ec0ed2))
95
+ * upgrade yaml from 2.8.1 to 2.8.2 ([810598b](https://github.com/continuedev/continue/commit/810598b8a72fd496d556f07e603afad4fb18bf92))
96
+ * use env vars for safe string handling in continue-agents workflow ([fe1a35a](https://github.com/continuedev/continue/commit/fe1a35a33e0a54ae32a2fc97991a26a21b53ea09))
97
+ * use ide.runCommand when Windows host connects to WSL ([c565bdc](https://github.com/continuedev/continue/commit/c565bdc464bea6849f9c8cdba13249b7d2ccea3d)), closes [#9661](https://github.com/continuedev/continue/issues/9661)
98
+ * use more intuitive envvars to manage OTLP and PostHog telemetry settings ([b985c1a](https://github.com/continuedev/continue/commit/b985c1a32d98b8d3343ca5a742d32e76fdad2586))
99
+ * Use named import for find-up v8 ([499b672](https://github.com/continuedev/continue/commit/499b672d7ec4e66d35816188a92e41b1959337a2))
100
+ * use proxy for unrendered injected block secrets ([91ddbb8](https://github.com/continuedev/continue/commit/91ddbb8c2e6686f91595132c42fafc6c7518e930))
101
+ * use try/finally for env cleanup in test ([27adb1d](https://github.com/continuedev/continue/commit/27adb1d677653904c8a2efad1fc1065deb7993e7))
102
+ * wrap fileURLToPath in try-catch for WSL2 compatibility ([788e253](https://github.com/continuedev/continue/commit/788e25338a1f21fe0b15db92397cb7fc1c236c6a)), closes [#8091](https://github.com/continuedev/continue/issues/8091)
90
103
 
91
104
 
92
105
  ### Features
93
106
 
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)
107
+ * Add reusable Continue Agents workflow ([526b0b6](https://github.com/continuedev/continue/commit/526b0b6672abe22567a7f54ed8274e00db19824e))
108
+ * Add staging blueprint (cn-staging) for isolated testing ([3dc36ba](https://github.com/continuedev/continue/commit/3dc36ba00ea14ec939b34ed841c436fdca43c582))
109
+ * allow selecting images using cmd+a ([e31605a](https://github.com/continuedev/continue/commit/e31605aaf06353dfbf34559595b4664b576fd5d6))
110
+ * **assets:** add Xiaomi MiMo logo ([3f61af5](https://github.com/continuedev/continue/commit/3f61af520d43e949ef77821f56558cb3d15cc76b))
111
+ * capture and attach usage metadata to assistant messages ([7f9ef36](https://github.com/continuedev/continue/commit/7f9ef3694d7b47f7cebec9090c2de0e8740fc68d))
112
+ * CLI tool truncation and docs ([34537d9](https://github.com/continuedev/continue/commit/34537d926fca7017c748fe69c9bf888aee0d8b95))
113
+ * **cli:** add session ID support for serve command to persist chat history ([09deed4](https://github.com/continuedev/continue/commit/09deed45dd252ad5d9abee478ac120551a41699f))
114
+ * **cli:** agent skills ([3ab5b59](https://github.com/continuedev/continue/commit/3ab5b5992bb7d8dc11e6589d97c435959de3d6bc))
115
+ * **cli:** prevent initial prompt replay on devbox resume ([2e2fc51](https://github.com/continuedev/continue/commit/2e2fc51082ce8fe18fa40887876ce0869999d497))
116
+ * error for large files with informative message rather than truncating ([d87dd57](https://github.com/continuedev/continue/commit/d87dd573eff736bbfb2f499f49c044ba9488b08f))
117
+ * **new model:** adding MiMo-V2-Flash ([a2d8443](https://github.com/continuedev/continue/commit/a2d8443a35b90cc909e888e2e4d503c1525ff9da))
118
+ * proportional output truncation for read and bash ([c754289](https://github.com/continuedev/continue/commit/c754289118dec863a1dc6f802ad5347c370d8796))
119
+ * refined cli bash tool truncation ([9a630a0](https://github.com/continuedev/continue/commit/9a630a025de85dd11069afb04a37f6295aca8029))
120
+ * retry overloaded errors ([2fccf3a](https://github.com/continuedev/continue/commit/2fccf3a3be37c33b92f587039b07b57be228a9c7))
121
+ * subagents ([32af25f](https://github.com/continuedev/continue/commit/32af25fc9980c505c16889b47e78feb7feafbc95))
122
+ * submit slash command in one enter ([191006d](https://github.com/continuedev/continue/commit/191006d5de83a903b7ec3bf79978300039886b16))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuedev/fetch",
3
- "version": "1.6.0",
3
+ "version": "1.8.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",