@inference-gateway/sdk 0.8.3 → 0.8.4

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.8.4](https://github.com/inference-gateway/typescript-sdk/compare/v0.8.3...v0.8.4) (2026-05-07)
6
+
7
+ ### ♻️ Improvements
8
+
9
+ * Rename all instances of deepseek-reasoner to deepseek-v4-pro ([cab55cc](https://github.com/inference-gateway/typescript-sdk/commit/cab55cc743d3a421efa1779ff576cbf4b6e70ca4))
10
+ * Simplify conditions for triggering Claude Code and update system prompt instructions ([a20d49d](https://github.com/inference-gateway/typescript-sdk/commit/a20d49d008966f2e1c979cbf9e7bb2684b8fd4e4))
11
+ * Update branch prefix quotes and enhance system prompt instructions in Claude Code workflow ([0c9b393](https://github.com/inference-gateway/typescript-sdk/commit/0c9b3939ef6a6f223d7f646bbf6780ebbe980aab))
12
+
5
13
  ## [0.8.3](https://github.com/inference-gateway/typescript-sdk/compare/v0.8.2...v0.8.3) (2026-05-06)
6
14
 
7
15
  ### 👷 CI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inference-gateway/sdk",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "An SDK written in Typescript for the [Inference Gateway](https://github.com/inference-gateway/inference-gateway).",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",