@agentis-hq/cli 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,9 +4,7 @@ Command line tools for Agentis, the financial infrastructure layer for AI agents
4
4
 
5
5
  The CLI lets you create agent wallets, manage spend policies, pay MPP and x402 URLs, work with Umbra privacy flows, deposit idle USDC into Jupiter Earn, and scaffold x402 facilitators.
6
6
 
7
- ![Agentis CLI help](./assets/agentis-help.png)
8
-
9
- > Add the screenshot at `packages/cli/assets/agentis-help.png` before publishing if it is not already present in the package.
7
+ ![Agentis CLI help](https://unpkg.com/@agentis-hq/cli/assets/agentis-help.png)
10
8
 
11
9
  ## Install
12
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentis-hq/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "agentis": "dist/index.js"