@agentify/cli 0.2.1 → 0.2.3

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` polls for encrypted jobs and runs the selected local CLI in the configured workspace with V1 review-mode guardrails.
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 runners are review-mode only. Patch/apply/full-control modes are not enabled.
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
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.1",
3
+ "version": "0.2.3",
4
4
  "description": "Agentify CLI for secure local Agentify Chat runners",
5
5
  "license": "MPL-2.0",
6
6
  "homepage": "https://agentify.sh",