@keydris/cli 0.1.14 → 0.1.15
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 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -38,8 +38,8 @@ and `socat`; `keydris doctor` checks these and namespace availability. WSL1 and
|
|
|
38
38
|
detected mixed Windows/Linux execution are rejected with recovery guidance.
|
|
39
39
|
After WSL shuts down, run `keydris proxy up` before reopening agent sessions.
|
|
40
40
|
|
|
41
|
-
VS Code integrated terminals use the normal agent launch commands:
|
|
42
|
-
or `keydris codex` after onboarding. For WSL, open the folder with VS Code's WSL
|
|
41
|
+
VS Code integrated terminals use the normal agent launch commands:
|
|
42
|
+
`keydris run -- claude` or `keydris codex` after onboarding. For WSL, open the folder with VS Code's WSL
|
|
43
43
|
extension and run setup in that terminal. Sidebar integration is separate.
|
|
44
44
|
|
|
45
45
|
`keydris init` installs a bundled `keydris-authority` skill and a short session
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keydris/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"description": "Governed, per-session identity and brokered egress for AI agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"prepublishOnly": "node ../../scripts/prepublish-check.mjs"
|
|
21
21
|
},
|
|
22
22
|
"optionalDependencies": {
|
|
23
|
-
"@keydris/cli-win32-x64": "0.1.
|
|
24
|
-
"@keydris/cli-win32-arm64": "0.1.
|
|
25
|
-
"@keydris/cli-darwin-x64": "0.1.
|
|
26
|
-
"@keydris/cli-darwin-arm64": "0.1.
|
|
27
|
-
"@keydris/cli-linux-x64": "0.1.
|
|
28
|
-
"@keydris/cli-linux-arm64": "0.1.
|
|
23
|
+
"@keydris/cli-win32-x64": "0.1.15",
|
|
24
|
+
"@keydris/cli-win32-arm64": "0.1.15",
|
|
25
|
+
"@keydris/cli-darwin-x64": "0.1.15",
|
|
26
|
+
"@keydris/cli-darwin-arm64": "0.1.15",
|
|
27
|
+
"@keydris/cli-linux-x64": "0.1.15",
|
|
28
|
+
"@keydris/cli-linux-arm64": "0.1.15"
|
|
29
29
|
},
|
|
30
30
|
"keywords": [
|
|
31
31
|
"ai",
|