@brendangraham/steer 0.1.21 → 0.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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.0](https://github.com/BrendanGraham14/steer/compare/steer-v0.1.21...steer-v0.2.0) - 2025-08-01
11
+
12
+ ### Fixed
13
+
14
+ - respect default_model preference
15
+
16
+ ### Other
17
+
18
+ - support cargo binstall
19
+
10
20
  ## [0.1.21](https://github.com/BrendanGraham14/steer/compare/steer-v0.1.20...steer-v0.1.21) - 2025-07-31
11
21
 
12
22
  ### Other
@@ -24,7 +24,7 @@
24
24
  "hasInstallScript": true,
25
25
  "license": "AGPL-3.0-or-later",
26
26
  "name": "@brendangraham/steer",
27
- "version": "0.1.21"
27
+ "version": "0.3.0"
28
28
  },
29
29
  "node_modules/@isaacs/cliui": {
30
30
  "dependencies": {
@@ -714,5 +714,5 @@
714
714
  }
715
715
  },
716
716
  "requires": true,
717
- "version": "0.1.21"
717
+ "version": "0.3.0"
718
718
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/brendangraham14/steer/releases/download/steer-v0.1.21",
2
+ "artifactDownloadUrl": "https://github.com/brendangraham14/steer/releases/download/steer-v0.3.0",
3
3
  "author": "Brendan Graham <brendanigraham@gmail.com>",
4
4
  "bin": {
5
5
  "schema-generator": "run-schema-generator.js",
@@ -68,7 +68,7 @@
68
68
  "zipExt": ".tar.xz"
69
69
  }
70
70
  },
71
- "version": "0.1.21",
71
+ "version": "0.3.0",
72
72
  "volta": {
73
73
  "node": "18.14.1",
74
74
  "npm": "9.5.0"