Skip to content

Commit e1de9ec

Browse files
iammatthiasclaude
andcommitted
docs: Update README with beta notices and fixes
- Fix tar filename typo (files-cli -> ipfs-cli) - Fix typo (majortiry -> majority) - Add Agents platform (beta) to intro - Add AI Agents (beta) mention to usage section - Add (Beta) tag to agents heading - Add warning block for agents beta status - Add note about default network being public Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 454ef29 commit e1de9ec

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Pinata IPFS CLI
22

33
![cover](https://dweb.mypinata.cloud/ipfs/QmNcdx9t48z7RQUXUZZHmuc4zBfyBxKLjDfEgmfhiop7j7?img-format=webp)
4-
The official CLI for the Pinata API written in Go
4+
The official CLI for the Pinata API written in Go. Includes support for the Pinata Agents platform (beta).
55

66
## Installation
77

@@ -47,14 +47,14 @@ For example, this is how I install the CLI for my Raspberry Pi
4747
```
4848
wget https://github.com/PinataCloud/ipfs-cli/releases/download/v0.1.0/ipfs-cli_Linux_arm64.tar.gz
4949
50-
tar -xzf files-cli_Linux_arm64.tar.gz
50+
tar -xzf ipfs-cli_Linux_arm64.tar.gz
5151
5252
sudo mv pinata /usr/bin
5353
```
5454

5555
## Usage
5656

57-
The Pinata CLI is equipped with the majortiry of features on both the Public IPFS API and Private IPFS API.
57+
The Pinata CLI is equipped with the majority of features on both the Public IPFS API and Private IPFS API. It also includes support for AI Agents (beta).
5858

5959
### `auth`
6060

@@ -66,7 +66,7 @@ pinata auth
6666

6767
### `config`
6868

69-
Set a default IPFS network, can be either `public` or `private`. You can always change this at any time or override in individual commands.
69+
Set a default IPFS network, can be either `public` or `private`. You can always change this at any time or override in individual commands. If none is set the default is `public`.
7070

7171
```
7272
NAME:
@@ -469,7 +469,10 @@ OPTIONS:
469469
--help, -h show help
470470
```
471471

472-
### `agents`
472+
### `agents` (Beta)
473+
474+
> [!WARNING]
475+
> The Agents platform is currently in beta. Features and APIs may change.
473476
474477
Interact with AI agents on Pinata. Agents are hosted OpenClaw instances that can run tools, maintain context across conversations, and integrate with external services.
475478

0 commit comments

Comments
 (0)