@agentify/cli 0.2.7 → 0.2.8

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 CHANGED
@@ -17,13 +17,13 @@ The hosted setup flow at `https://chat.agentify.sh` can also install the CLI for
17
17
 
18
18
  ```bash
19
19
  agentify chat pair --pairing-ticket <ticket> --workspace "$PWD" --label "$(basename "$PWD")"
20
- agentify chat daemon --runner codex
21
- agentify chat daemon --runner claude
22
- agentify chat daemon --runner gemini
20
+ agentify chat daemon --runner-command codex
21
+ agentify chat daemon --runner-command claude
22
+ agentify chat daemon --runner-command gemini
23
23
  agentify doctor
24
24
  ```
25
25
 
26
- `agentify chat pair` registers this machine as the local decrypting device for a workspace. `agentify chat daemon` receives encrypted chat jobs and runs the selected local CLI in the configured workspace.
26
+ `agentify chat pair` registers this machine as the local decrypting device for a workspace. `agentify chat daemon --runner-command ...` keeps the selected local CLI open in the configured workspace and sends encrypted chat turns into that live session.
27
27
 
28
28
  ## Security Model
29
29
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentify/cli",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Agentify CLI for secure local Agentify Chat runners",
5
5
  "license": "MPL-2.0",
6
6
  "homepage": "https://agentify.sh",