@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
|
|
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
|
package/bin/darwin-x64/agentify
CHANGED
|
Binary file
|
package/bin/linux-arm64/agentify
CHANGED
|
Binary file
|
package/bin/linux-x64/agentify
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|