@agentify/cli 0.2.1 → 0.2.2
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
|
@@ -23,7 +23,7 @@ agentify chat daemon --runner 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` receives encrypted chat jobs and runs the selected local CLI in the configured workspace.
|
|
27
27
|
|
|
28
28
|
## Security Model
|
|
29
29
|
|
|
@@ -31,7 +31,7 @@ agentify doctor
|
|
|
31
31
|
- The server does not receive the workspace encryption key.
|
|
32
32
|
- Poll tokens stay on the local machine.
|
|
33
33
|
- Browser enqueue tokens and approval state stay in the browser.
|
|
34
|
-
- V1
|
|
34
|
+
- V1 direct mode gives remote prompts the same local access as the selected CLI would have if you typed the prompt on this computer.
|
|
35
35
|
- Local logs stay on the paired computer.
|
|
36
36
|
|
|
37
37
|
## Experimental Commands
|
|
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
|