@brendangraham/steer 0.2.0 → 0.4.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/README.md +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ Options:
|
|
|
47
47
|
-d, --directory <DIRECTORY>
|
|
48
48
|
Optional directory to work in
|
|
49
49
|
-m, --model <MODEL>
|
|
50
|
-
Model to use [
|
|
50
|
+
Model to use [possible values: claude-3-5-sonnet-20240620, claude-3-5-sonnet-20241022, claude-3-7-sonnet-20250219, claude-3-5-haiku-20241022, claude-sonnet-4-20250514, claude-opus-4-20250514, claude-opus-4-1-20250805, gpt-4.1-2025-04-14, gpt-4.1-mini-2025-04-14, gpt-4.1-nano-2025-04-14, gpt-5-2025-08-07, o3-2025-04-16, o3-pro-2025-06-10, o4-mini-2025-04-16, gemini-2.5-flash-preview-04-17, gemini-2.5-pro-preview-05-06, gemini-2.5-pro-preview-06-05, grok-3, grok-3-mini, grok-4-0709]
|
|
51
51
|
--remote <REMOTE>
|
|
52
52
|
Connect to a remote gRPC server instead of running locally
|
|
53
53
|
--system-prompt <SYSTEM_PROMPT>
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"hasInstallScript": true,
|
|
25
25
|
"license": "AGPL-3.0-or-later",
|
|
26
26
|
"name": "@brendangraham/steer",
|
|
27
|
-
"version": "0.
|
|
27
|
+
"version": "0.4.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.
|
|
717
|
+
"version": "0.4.0"
|
|
718
718
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/brendangraham14/steer/releases/download/steer-v0.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/brendangraham14/steer/releases/download/steer-v0.4.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.
|
|
71
|
+
"version": "0.4.0",
|
|
72
72
|
"volta": {
|
|
73
73
|
"node": "18.14.1",
|
|
74
74
|
"npm": "9.5.0"
|