@keydris/cli 0.1.14 → 0.1.16

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.
Files changed (2) hide show
  1. package/README.md +2 -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: `claude`
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.14",
3
+ "version": "0.1.16",
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.14",
24
- "@keydris/cli-win32-arm64": "0.1.14",
25
- "@keydris/cli-darwin-x64": "0.1.14",
26
- "@keydris/cli-darwin-arm64": "0.1.14",
27
- "@keydris/cli-linux-x64": "0.1.14",
28
- "@keydris/cli-linux-arm64": "0.1.14"
23
+ "@keydris/cli-win32-x64": "0.1.16",
24
+ "@keydris/cli-win32-arm64": "0.1.16",
25
+ "@keydris/cli-darwin-x64": "0.1.16",
26
+ "@keydris/cli-darwin-arm64": "0.1.16",
27
+ "@keydris/cli-linux-x64": "0.1.16",
28
+ "@keydris/cli-linux-arm64": "0.1.16"
29
29
  },
30
30
  "keywords": [
31
31
  "ai",