update-argent
Apply a pending update after user consent. Updates the active install, targeting auto, global, local, or both. Returns update status and version info; the server restarts automatically.
Instructions
Apply a pending Argent update. Only call this tool when the user has explicitly consented to updating Argent in this conversation. Use when an update notification indicates a new version is available and the user agrees to update. By default updates the install serving this session; pass target to choose global/local/both. Returns { message } with the update status and version info. The tool server will restart automatically after the update. Fails if no update is available or an update is already in progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Which install to update. 'auto' (default) updates the install serving this session — the global PATH install or this project's local devDependency, whichever this server runs from. Pass 'global' / 'local' to force one, or 'both' when the user has both and wants each updated. |