seqera 1.0.0-dev.ab6a553 → 1.0.0-dev.b60adae
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/package.json +4 -4
package/README.md
CHANGED
|
@@ -171,7 +171,7 @@ Seqera AI includes built-in slash commands for common workflows.
|
|
|
171
171
|
| `/session` | Show current session ID |
|
|
172
172
|
| `/sessions` | Browse and switch sessions |
|
|
173
173
|
| `/lsp` | Show LSP server status |
|
|
174
|
-
| `/status` | Show system status |
|
|
174
|
+
| `/status` | Show system status (includes composer mode) |
|
|
175
175
|
| `/credits` | Show credit balance and usage |
|
|
176
176
|
| `/approval [mode]` | Show or set approval mode (`always`/`default`/`suggest`) |
|
|
177
177
|
| `/update` | Check CLI updates and next steps |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "seqera",
|
|
3
|
-
"version": "1.0.0-dev.
|
|
3
|
+
"version": "1.0.0-dev.b60adae",
|
|
4
4
|
"description": "AI-powered CLI for Seqera Platform - bioinformatics workflow management",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"seqera",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"README.md"
|
|
21
21
|
],
|
|
22
22
|
"optionalDependencies": {
|
|
23
|
-
"@seqera/cli-darwin-arm64": "1.0.0-dev.
|
|
24
|
-
"@seqera/cli-darwin-x64": "1.0.0-dev.
|
|
25
|
-
"@seqera/cli-linux-x64": "1.0.0-dev.
|
|
23
|
+
"@seqera/cli-darwin-arm64": "1.0.0-dev.b60adae",
|
|
24
|
+
"@seqera/cli-darwin-x64": "1.0.0-dev.b60adae",
|
|
25
|
+
"@seqera/cli-linux-x64": "1.0.0-dev.b60adae"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
28
|
"node": ">=18"
|