@substructure.ai/cli 0.5.0 → 0.6.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 +2 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @substructure.ai/cli
|
|
2
2
|
|
|
3
|
-
The CLI for [Substructure](https://
|
|
3
|
+
The CLI for [Substructure](https://substructure.ai), a durable runtime for AI agents. Runs the orchestration server.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -22,6 +22,7 @@ Run `subs --help` for the full command list. Cloud management commands (`apps`,
|
|
|
22
22
|
|
|
23
23
|
## Links
|
|
24
24
|
|
|
25
|
+
- [substructure.ai](https://substructure.ai)
|
|
25
26
|
- [Repository and documentation](https://github.com/substructureai/substructure)
|
|
26
27
|
- [SDK (`@substructure.ai/sdk`)](https://www.npmjs.com/package/@substructure.ai/sdk)
|
|
27
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@substructure.ai/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "CLI for Substructure",
|
|
5
5
|
"license": "FSL-1.1-ALv2",
|
|
6
6
|
"type": "module",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"postinstall": "node ./install.mjs"
|
|
41
41
|
},
|
|
42
42
|
"optionalDependencies": {
|
|
43
|
-
"@substructure.ai/cli-darwin-arm64": "0.
|
|
44
|
-
"@substructure.ai/cli-darwin-x64": "0.
|
|
45
|
-
"@substructure.ai/cli-linux-arm64": "0.
|
|
46
|
-
"@substructure.ai/cli-linux-x64": "0.
|
|
43
|
+
"@substructure.ai/cli-darwin-arm64": "0.6.0",
|
|
44
|
+
"@substructure.ai/cli-darwin-x64": "0.6.0",
|
|
45
|
+
"@substructure.ai/cli-linux-arm64": "0.6.0",
|
|
46
|
+
"@substructure.ai/cli-linux-x64": "0.6.0"
|
|
47
47
|
}
|
|
48
48
|
}
|