@continuedev/fetch 1.2.1 → 1.3.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 +28 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,32 @@
1
- ## [1.2.1](https://github.com/continuedev/continue/compare/@continuedev/fetch@1.2.0...@continuedev/fetch@1.2.1) (2025-09-16)
1
+ # [1.3.0](https://github.com/continuedev/continue/compare/@continuedev/fetch@1.2.1...@continuedev/fetch@1.3.0) (2025-09-17)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * missing secret declarations in reusable workflow ([3a90b32](https://github.com/continuedev/continue/commit/3a90b3292295701178ee688be1a17c9afe70ecd6))
6
+ * address feedback ([62120df](https://github.com/continuedev/continue/commit/62120df413665a28d3b79a4705c9f4a5f5d19b50))
7
+ * address feedback ([cdfd13b](https://github.com/continuedev/continue/commit/cdfd13be7a018f84c21f3ea585f6cb362e14dd4f))
8
+ * cleanup of render debug ([da2e316](https://github.com/continuedev/continue/commit/da2e31694a49db91e7269ddb9b08cef565e3a199))
9
+ * focus on the selected file for edit/apply when showing diffs ([#7722](https://github.com/continuedev/continue/issues/7722)) ([5f61d18](https://github.com/continuedev/continue/commit/5f61d188e33b3690e0ce58915e3352495de81505))
10
+ * lint and format ([0011e9f](https://github.com/continuedev/continue/commit/0011e9f735c847b1764bcce527bf916d5ad5d5d1))
11
+ * missing secret passing in tests ([a76f8c1](https://github.com/continuedev/continue/commit/a76f8c179c7a140d88247da5951734e7503d8463))
12
+ * mistral and rleace open ai adapters tests ([ef18c90](https://github.com/continuedev/continue/commit/ef18c9039c45318110d11dbe689e1e70f013ab26))
13
+ * more missing secrets ([67cf99a](https://github.com/continuedev/continue/commit/67cf99ac58ba65117b23e354b8f29ce510d4c4f5))
14
+ * re-skip deepseek ([3eff2fc](https://github.com/continuedev/continue/commit/3eff2fcfe9f37302f5d6f1e11946fbcd6a341435))
15
+ * remove duplicate slash command telemetry ([37008c9](https://github.com/continuedev/continue/commit/37008c939269c026bf56ebc2494a59e22589af4b))
16
+ * tests ([8677208](https://github.com/continuedev/continue/commit/867720804457ddbe283c7b8b610cff48a543a31e))
17
+ * tests for service container ([fb2688a](https://github.com/continuedev/continue/commit/fb2688a2bd06485bc8771fb36acc90832efca310))
18
+ * update cli repo link ([c6a91e7](https://github.com/continuedev/continue/commit/c6a91e7cb0d51420cd5bc6a741ededb8ade6082b))
19
+ * update service notifications and state ([a1dc341](https://github.com/continuedev/continue/commit/a1dc341f164a09f20dec86b819c4417068046127))
20
+
21
+
22
+ ### Features
23
+
24
+ * move tool icon names to tool definitions ([#7322](https://github.com/continuedev/continue/issues/7322)) ([acbba9c](https://github.com/continuedev/continue/commit/acbba9c6d2f25cdb628cfe4f90853661beaac4f8))
25
+ * update service part 1 ([75fd033](https://github.com/continuedev/continue/commit/75fd033d2ca6537b5881095fc469c0b767bc71ac))
26
+ * useRenderDebug hook for debugging react rerenders ([144445b](https://github.com/continuedev/continue/commit/144445bd7c710f8cc1b05349947954654efbbac1))
27
+
28
+
29
+ ### Performance Improvements
30
+
31
+ * memoize input box components ([d9db117](https://github.com/continuedev/continue/commit/d9db117d85ea0ccacfb6a514e7bae0d65fec9c92))
32
+ * only set activeKey for special keys that we care about to avoid rerenders ([364489c](https://github.com/continuedev/continue/commit/364489c57384f11c77c284323fdcc170be9af96e))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuedev/fetch",
3
- "version": "1.2.1",
3
+ "version": "1.3.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",